Project

General

Profile

« Previous | Next » 

Revision 3683

Added by barteau over 16 years ago

Turnkey installer modifications: add 'cgi-url' param via skin configs.

View differences:

lib/style/common/login.xsl
33 33

  
34 34
  <xsl:output method="html"/>
35 35
  <xsl:param name="qformat">default</xsl:param>
36
  <xsl:param name="cgi-url" select=""/>
37
  
36 38
  <xsl:template match="/">
37 39
   <html>
38 40
      <head>
......
60 62
        <body>
61 63
        <xsl:attribute
62 64
          name="onload">javascript:timerId=setTimeout(search(
63
            '/cgi-bin/register-dataset.cgi?cfg=<xsl:value-of select="$qformat" />'), 
65
            '{$cgi-url}/register-dataset.cgi?cfg=<xsl:value-of select="$qformat" />'), 
64 66
            2000)
65 67
        </xsl:attribute>
66 68
          <p class="text_plain">Welcome <xsl:value-of select="login/name"/>. You will be automatically redirected to the data registry.</p>

Also available in: Unified diff