Project

General

Profile

« Previous | Next » 

Revision 3667

Added by barteau over 16 years ago

Turnkey Installer modification: remove locale specific ant tokens with relative paths.

View differences:

login.xsl
37 37
   <html>
38 38
      <head>
39 39
        <link rel="stylesheet" type="text/css"
40
              href="@style-skins-path@/{$qformat}/{$qformat}.css" />
40
              href="./style/skins/{$qformat}/{$qformat}.css" />
41 41
        <script language="Javascript" type="text/JavaScript"
42
                src="@style-skins-path@/{$qformat}/{$qformat}.js" />
42
                src="./style/skins/{$qformat}/{$qformat}.js" />
43 43
        <script language="Javascript" type="text/JavaScript"
44
                src="@style-common-path@/branding.js" />
44
                src="./style/common/branding.js" />
45 45
      </head>
46 46

  
47 47
      <script language="JavaScript">
......
60 60
        <body>
61 61
        <xsl:attribute
62 62
          name="onload">javascript:timerId=setTimeout(search(
63
            '@cgi-prefix@/register-dataset.cgi?cfg=<xsl:value-of select="$qformat" />'), 
63
            '/cgi-bin/register-dataset.cgi?cfg=<xsl:value-of select="$qformat" />'), 
64 64
            2000)
65 65
        </xsl:attribute>
66 66
          <p class="text_plain">Welcome <xsl:value-of select="login/name"/>. You will be automatically redirected to the data registry.</p>
......
72 72
          <p class="text_plain"><xsl:value-of select="unauth_login/message" /></p>
73 73
    	</body>
74 74
      </xsl:if>
75
      <p class="text_plain">Return to the <a href="@systemidserver@@style-skins-path@/{$qformat}" target="_top">homepage</a>.
75
      <p class="text_plain">Return to the <a href="./style/skins/{$qformat}" target="_top">homepage</a>.
76 76
      </p>
77 77
      <script language="JavaScript">
78 78
          insertTemplateClosing();

Also available in: Unified diff