Revision 3648
Added by ben leinfelder over 15 years ago
SaeonLogin.jspx | ||
---|---|---|
195 | 195 |
</form> |
196 | 196 |
|
197 | 197 |
</td> |
198 |
<td width="150px">
|
|
198 |
<td width="250px">
|
|
199 | 199 |
|
200 | 200 |
<!-- Login section --> |
201 | 201 |
<jsp:scriptlet> |
202 | 202 |
if (!clientViewHelper.isLoggedIn()) { |
203 | 203 |
</jsp:scriptlet> |
204 | 204 |
|
205 |
<dl class="portlet" id="portlet-login"> |
|
205 |
<dl class="portlet" id="portlet-login" style="width: 100%;">
|
|
206 | 206 |
<dt class="portletHeader"> |
207 | 207 |
<!-- <a href="./login.jsp">Log in</a>--> |
208 | 208 |
Log in |
... | ... | |
261 | 261 |
} else { |
262 | 262 |
</jsp:scriptlet> |
263 | 263 |
|
264 |
<dl class="portlet" id="portlet-login"> |
|
264 |
<dl class="portlet" id="portlet-login" style="width: 100%;">
|
|
265 | 265 |
<dt class="portletHeader"> |
266 | 266 |
Welcome, |
267 | 267 |
<jsp:expression>clientViewBean.getUsername()</jsp:expression> |
268 | 268 |
</dt> |
269 | 269 |
<dd class="portletItem odd"> |
270 |
<form name="logoutForm" method="post" action="./"> |
|
271 |
<input name="qformat" value="saeon" type="hidden" /> |
|
272 | 270 |
<table> |
273 | 271 |
<tr valign="top"> |
274 | 272 |
<td> |
... | ... | |
276 | 274 |
You are currently logged in. |
277 | 275 |
</p> |
278 | 276 |
</td> |
279 |
<td align="right">
|
|
280 |
<input name="action" type="submit" value="Logout" class="button_login" />
|
|
277 |
<td> |
|
278 |
<!-- <a target='_top' href='./index.jsp?action=Logout&qformat=saeon'> Logout </a> -->
|
|
281 | 279 |
</td> |
282 | 280 |
</tr> |
281 |
<!-- |
|
283 | 282 |
<tr valign="top"> |
284 | 283 |
<td colspan="2"> |
285 | 284 |
<p class="regtext"> |
... | ... | |
287 | 286 |
</p> |
288 | 287 |
</td> |
289 | 288 |
</tr> |
289 |
--> |
|
290 | 290 |
</table> |
291 |
</form> |
|
292 | 291 |
</dd> |
293 | 292 |
<dd class="portletItem even"> |
293 |
<a target='_top' href='./index.jsp?action=Logout&qformat=saeon'> |
|
294 |
<img src="images/user.gif" alt="Logout" |
|
295 |
title="Logout" |
|
296 |
height="16" |
|
297 |
width="16" /> |
|
298 |
logout |
|
299 |
</a> |
|
300 |
</dd> |
|
301 |
<dd class="portletItem"> |
|
294 | 302 |
<a href="@cgi-prefix@/ldapweb.cgi?stage=resetpass" target="_parent"> |
295 | 303 |
<img src="images/user.gif" alt="New user?" |
296 | 304 |
title="User" |
... | ... | |
299 | 307 |
reset your password |
300 | 308 |
</a> |
301 | 309 |
</dd> |
302 |
<dd class="portletItem"> |
|
310 |
<dd class="portletItem even">
|
|
303 | 311 |
<a href="@cgi-prefix@/ldapweb.cgi?stage=changepass" target="_parent"> |
304 | 312 |
<img src="images/user.gif" alt="New user?" |
305 | 313 |
title="User" |
... | ... | |
315 | 323 |
|
316 | 324 |
<!-- File Upload Form --> |
317 | 325 |
<br /> |
318 |
<dl class="portlet" id="portlet-login"> |
|
326 |
<dl class="portlet" id="portlet-login" style="width: 100%;">
|
|
319 | 327 |
<dt class="portletHeader"> |
320 | 328 |
Data Package Upload |
321 | 329 |
</dt> |
322 | 330 |
<dd class="portletItem odd"> |
323 |
|
|
324 | 331 |
<jsp:scriptlet> |
325 | 332 |
if (clientViewHelper.isLoggedIn()) { |
326 | 333 |
</jsp:scriptlet> |
327 |
<table width="100%">
|
|
334 |
<table> |
|
328 | 335 |
<tr valign="top"> |
329 | 336 |
<td align="right"> |
330 | 337 |
<form action="./upload.jsp" method="post"> |
Also available in: Unified diff
height and width adjustments for rendering in IE