Project

General

Profile

« Previous | Next » 

Revision 3709

Added by barteau over 16 years ago

Turnkey installer modification: replace ant tokens with relative paths. Corrected some incorrect file paths.

View differences:

lib/style/skins/dev/login.xsl
43 43
    <xsl:when test="name(self::node())='login'">
44 44
      <head>
45 45
        <link rel="stylesheet" type="text/css" 
46
              href="@style-skins-path@/rowcol.css" />
46
              href="./style/skins/dev/rowcol.css" />
47 47
        <script language="JavaScript">
48 48
          <![CDATA[
49
          window.location="@html-path@/index.html"
49
          window.location="./style/skins/dev/index.html"
50 50
          ]]>
51 51
        </script>
52 52
      </head>
53 53
      <body class="emlbody">
54 54
	<noscript>
55
          Please click <a href="@html-path@/metacat.html">here</a>
55
          Please click <a href="./style/skins/dev/metacat.html">here</a>
56 56
          to enter Metacat. To disable this message in the future
57 57
          please enable JavaScript on your browser.
58 58
        </noscript>
......
62 62
    <xsl:when test="name(self::node())='unauth_login'">
63 63
      <head>
64 64
        <link rel="stylesheet" type="text/css" 
65
              href="@html-path@/style/rowcol.css" />
65
              href="./style/skins/dev/rowcol.css" />
66 66
        <script language="JavaScript">
67 67
              <![CDATA[
68
              window.location="@html-path@/login.html"
68
              window.location="./style/skins/dev/login.html"
69 69
              ]]>
70 70
        </script>
71 71
      </head>
72 72
      <body class="emlbody">
73 73
	<noscript>
74
              Please click <a href="@html-path@/login.html">here</a>
74
              Please click <a href="./style/skins/dev/login.html">here</a>
75 75
              to enter Metacat. To disable this message in the future
76 76
              please enable JavaScript on your browser.
77 77
        </noscript>
......
81 81
    <xsl:when test="name(self::node())='logout'">
82 82
      <head>
83 83
        <link rel="stylesheet" type="text/css" 
84
              href="@html-path@/style/rowcol.css" />
84
              href="./style/skins/dev/rowcol.css" />
85 85
        <script language="JavaScript">
86 86
              <![CDATA[
87
              window.location="@html-path@/index.html"
87
              window.location="./style/skins/dev/index.html"
88 88
              ]]>
89 89
        </script>
90 90
      </head>
91 91
      <body class="emlbody">
92 92
        <noscript>
93
              Please click <a href="@html-path@/index.html">here</a>
93
              Please click <a href="./style/skins/dev/index.html">here</a>
94 94
              to enter Metacat. To disable this message in the future
95 95
              please enable JavaScript on your browser.
96 96
        </noscript>
......
100 100
    <xsl:when test="name(self::node())='error_login'">
101 101
      <head>
102 102
        <link rel="stylesheet" type="text/css" 
103
              href="@html-path@/style/rowcol.css" />
103
              href="./style/skins/dev/rowcol.css" />
104 104
      </head>
105 105
      <body class="emlbody">
106 106
        <p style="color:red"> <b> Error Page </b> </p>
107 107
        <p> <xsl:value-of select="message"/> </p>
108
        <p> <a href="@html-path@/login.html">Try again</a> 
109
            <a href="@html-path@/index.html">Continue</a>  </p>
108
        <p> <a href="./style/skins/dev/login.html">Try again</a> 
109
            <a href="./style/skins/dev/index.html">Continue</a>  </p>
110 110
      </body>
111 111
    </xsl:when>
112 112

  

Also available in: Unified diff