Revision 3652
Added by ben leinfelder almost 17 years ago
lib/style/skins/sanparks/SaeonLogin.jspx | ||
---|---|---|
204 | 204 |
<h3> |
205 | 205 |
Login |
206 | 206 |
<!-- TODO: Config param follows --> |
207 |
<a href="@cgi-prefix@/ldapweb.cgi" target="_parent"> |
|
207 |
<a href="@cgi-prefix@/ldapweb.cgi?cfg=sanparks" target="_parent">
|
|
208 | 208 |
<span class="regtext"> (request an account...)</span> |
209 | 209 |
</a> |
210 | 210 |
</h3> |
... | ... | |
279 | 279 |
|
280 | 280 |
<!-- TODO: Config param follows --> |
281 | 281 |
<a |
282 |
href="@cgi-prefix@/ldapweb.cgi?stage=resetpass" |
|
282 |
href="@cgi-prefix@/ldapweb.cgi?cfg=sanparks&stage=resetpass"
|
|
283 | 283 |
target="_parent">reset your password</a> |
284 | 284 |
| |
285 | 285 |
<!-- TODO: Config param follows --> |
286 | 286 |
<a |
287 |
href="@cgi-prefix@/ldapweb.cgi?stage=changepass" |
|
287 |
href="@cgi-prefix@/ldapweb.cgi?cfg=sanparks&stage=changepass"
|
|
288 | 288 |
target="_parent">change your password</a> |
289 | 289 |
</td> |
290 | 290 |
</tr> |
lib/style/skins/saeon/SaeonLogin.jspx | ||
---|---|---|
247 | 247 |
</dd> |
248 | 248 |
|
249 | 249 |
<dd class="portletItem even"> |
250 |
<a href="@cgi-prefix@/ldapweb.cgi" target="_parent"> |
|
250 |
<a href="@cgi-prefix@/ldapweb.cgi?cfg=saeon" target="_parent">
|
|
251 | 251 |
<img src="images/user.gif" alt="New user?" |
252 | 252 |
title="User" |
253 | 253 |
height="16" |
... | ... | |
299 | 299 |
</a> |
300 | 300 |
</dd> |
301 | 301 |
<dd class="portletItem"> |
302 |
<a href="@cgi-prefix@/ldapweb.cgi?stage=resetpass" target="_parent"> |
|
302 |
<a href="@cgi-prefix@/ldapweb.cgi?cfg=saeon&stage=resetpass" target="_parent">
|
|
303 | 303 |
<img src="images/user.gif" alt="New user?" |
304 | 304 |
title="User" |
305 | 305 |
height="16" |
... | ... | |
308 | 308 |
</a> |
309 | 309 |
</dd> |
310 | 310 |
<dd class="portletItem even"> |
311 |
<a href="@cgi-prefix@/ldapweb.cgi?stage=changepass" target="_parent"> |
|
311 |
<a href="@cgi-prefix@/ldapweb.cgi?cfg=saeon&stage=changepass" target="_parent">
|
|
312 | 312 |
<img src="images/user.gif" alt="New user?" |
313 | 313 |
title="User" |
314 | 314 |
height="16" |
lib/style/skins/saeon/header.jsp | ||
---|---|---|
71 | 71 |
target="_top" |
72 | 72 |
style="background-color: White; font-weight: normal" |
73 | 73 |
title="Data Repository">Repository</a></li> |
74 |
<!-- |
|
74 | 75 |
<li class="plain"> |
75 |
<a href="@cgi-prefix@/ldapweb.cgi"
|
|
76 |
<a href="@cgi-prefix@/register-dataset.cgi?cfg=saeon"
|
|
76 | 77 |
target="_top" |
77 | 78 |
style="background-color: White; font-weight: normal" |
78 | 79 |
title="Register">Register</a></li> |
80 |
--> |
|
81 |
|
|
79 | 82 |
|
80 | 83 |
|
81 | 84 |
</ul> |
... | ... | |
99 | 102 |
<h5 class="hiddenStructure">Personal tools</h5> |
100 | 103 |
<ul id="portal-personaltools"> |
101 | 104 |
<li><%=loginHTML %></li> |
102 |
<li><a href="@cgi-prefix@/ldapweb.cgi"> Join </a></li> |
|
105 |
<li><a href="@cgi-prefix@/ldapweb.cgi?cfg=saeon" target="_top"> Join </a></li>
|
|
103 | 106 |
</ul> |
104 | 107 |
|
105 | 108 |
</body> |
Also available in: Unified diff
include cfg parameter to pull in correct skin format for cgi/ldap