Revision 3720
Added by barteau almost 17 years ago
lib/style/skins/esa/esa-login.xsl | ||
---|---|---|
37 | 37 |
<html> |
38 | 38 |
<head> |
39 | 39 |
<link rel="stylesheet" type="text/css" |
40 |
href="@style-skins-path@/esa/esa.css" />
|
|
40 |
href="./style/skins/esa/esa.css" />
|
|
41 | 41 |
<script language="Javascript" type="text/JavaScript" |
42 |
src="@style-skins-path@/esa/esa.js" />
|
|
42 |
src="./style/skins/esa/esa.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"> |
... | ... | |
64 | 64 |
</script> |
65 | 65 |
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="timerID=setTimeout('search()',20)"> |
66 | 66 |
<p class="text_plain">Welcome <xsl:value-of select="login/name"/>. You are now logged in as moderator.</p> |
67 |
<form id="search-form" action="@servlet-path@" method="post">
|
|
67 |
<form id="search-form" action="./metacat" method="post">
|
|
68 | 68 |
<input type="hidden" name="action" value="squery"/> |
69 | 69 |
<input type="hidden" name="qformat" value="esa"/> |
70 | 70 |
<input type="hidden" name="enableediting" value="true"/> |
... | ... | |
76 | 76 |
<script language="JavaScript"> |
77 | 77 |
<![CDATA[ |
78 | 78 |
function search(){ |
79 |
location.href = "@style-skins-path@/esa";
|
|
79 |
location.href = "./style/skins/esa";
|
|
80 | 80 |
}]]> |
81 | 81 |
</script> |
82 | 82 |
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="timerID=setTimeout('search()',2000)"> |
... | ... | |
91 | 91 |
<p class="text_plain"><xsl:value-of select="unauth_login/message" /></p> |
92 | 92 |
</body> |
93 | 93 |
</xsl:if> |
94 |
<p class="text_plain">Return to the <a href="@systemidserver@@style-skins-path@/esa/" target="_top">Registry home</a>.
|
|
94 |
<p class="text_plain">Return to the <a href="./style/skins/esa/" target="_top">Registry home</a>.
|
|
95 | 95 |
</p> |
96 | 96 |
<script language="JavaScript"> |
97 | 97 |
insertTemplateClosing(); |
Also available in: Unified diff
Turnkey installer modification: replaced and tokens with relative paths.