Revision 3416
Added by ben leinfelder over 17 years ago
lib/style/skins/sanparks/SaeonLogin.jspx | ||
---|---|---|
175 | 175 |
<jsp:scriptlet> |
176 | 176 |
} else { |
177 | 177 |
</jsp:scriptlet> |
178 |
<h3> |
|
179 |
Welcome, |
|
180 |
<jsp:expression>clientViewBean.getUsername()</jsp:expression> |
|
181 |
</h3> |
|
178 | 182 |
<form name="logoutForm" method="post" action="SaeonLogin.jspx"> |
179 | 183 |
<input name="qformat" value="sanparks" type="hidden" /> |
180 | 184 |
<table> |
181 |
<tr> |
|
185 |
<tr valign="top">
|
|
182 | 186 |
<td> |
183 |
<p class="regtext">Account: <jsp:expression>clientViewBean.getMessage(ClientView.LOGIN_MESSAGE)</jsp:expression></p> |
|
187 |
<p class="regtext"> |
|
188 |
You are currently logged in. |
|
189 |
</p> |
|
184 | 190 |
</td> |
185 |
<td rowspan="2" |
|
186 |
class="regtext" align="right" |
|
187 |
valign="top" |
|
188 |
style="width: 160"> |
|
189 |
<div> |
|
191 |
<td align="right"> |
|
192 |
<input name="action" type="submit" value="Logout" class="button_login" /> |
|
193 |
</td> |
|
194 |
</tr> |
|
195 |
<tr valign="top"> |
|
196 |
<td colspan="2"> |
|
197 |
<p class="regtext"> |
|
198 |
(<jsp:expression>clientViewBean.getMessage(ClientView.LOGIN_MESSAGE)</jsp:expression>) |
|
199 |
</p> |
|
200 |
</td> |
|
201 |
</tr> |
|
202 |
<tr> |
|
203 |
<td colspan="2" |
|
204 |
class="regtext" |
|
205 |
align="center" |
|
206 |
valign="top"> |
|
207 |
|
|
190 | 208 |
<!-- TODO: Config param follows --> |
191 | 209 |
<a |
192 | 210 |
href="HOSTNAME_HERE/cgiScripts/cgi-bin/ldapweb.cgi?stage=resetpass" |
193 | 211 |
target="_parent">reset your password</a> |
194 |
</div>
|
|
195 |
<div>
|
|
196 |
<!-- TODO: Config param follows --> <a
|
|
212 |
|
|
|
213 |
<!-- TODO: Config param follows -->
|
|
214 |
<a |
|
197 | 215 |
href="HOSTNAME_HERE/cgiScripts/cgi-bin/ldapweb.cgi?stage=changepass" |
198 | 216 |
target="_parent">change your password</a> |
199 |
</div> |
|
200 | 217 |
</td> |
201 | 218 |
</tr> |
202 |
<tr> |
|
203 |
<td align="center"><input name="action" type="submit" |
|
204 |
value="Logout" class="button_login" /></td> |
|
205 |
</tr> |
|
206 | 219 |
</table> |
207 | 220 |
</form> |
208 | 221 |
<jsp:scriptlet> |
Also available in: Unified diff
clean up login/logout screen modes