Revision 1773
Added by Dietmar about 12 years ago
login.htt | ||
---|---|---|
3 | 3 |
{MESSAGE_VALUE} |
4 | 4 |
<!-- END message_block --> |
5 | 5 |
<hr /><br /> |
6 |
<div class="login-box rounded" style="overflow: hidden;width:100%;"> |
|
6 |
<div class="account"> |
|
7 |
<div class="login-box"> |
|
7 | 8 |
<form class="login-box" action="{ACTION_URL}" method="post"> |
8 | 9 |
<input type="hidden" name="action" value="login" /> |
9 | 10 |
<input type="hidden" name="username_fieldname" value="{USER_FIELDNAME}" /> |
10 | 11 |
<input type="hidden" name="password_fieldname" value="{PASSWORD_FIELDNAME}" /> |
11 | 12 |
<input type="hidden" name="redirect" value="{REDIRECT_URL}" /> |
12 |
|
|
13 |
<table summary="">
|
|
13 |
<h3>{TEXT_LOGIN}</h3> |
|
14 |
<table> |
|
14 | 15 |
<tbody> |
15 |
<tr class="row1"> |
|
16 |
<td colspan="3"><h1>{TEXT_LOGIN}</h1></td> |
|
17 |
</tr> |
|
18 |
<tr class="row2"> |
|
19 |
<td colspan="3"> |
|
16 |
<tr> |
|
17 |
<td colspan="2" class="button"> |
|
20 | 18 |
<strong>{THISAPP_MESSAGE_VALUE}</strong> |
21 | 19 |
</td> |
22 | 20 |
</tr> |
23 |
<tr class="row3"> |
|
24 |
<td class="bold">{TEXT_USERNAME}:</td> |
|
25 |
<td colspan="2"> |
|
21 |
<tr> |
|
22 |
<td colspan="2"> </td> |
|
23 |
</tr> |
|
24 |
<tr> |
|
25 |
<td>{TEXT_USERNAME}:</td> |
|
26 |
<td class="input"> |
|
26 | 27 |
<input type="text" name="{USER_FIELDNAME}" maxlength="30" style="width:98%;"/> |
27 | 28 |
<script type="text/javascript"> |
28 | 29 |
// document.login.{USER_FIELDNAME}.focus(); |
... | ... | |
31 | 32 |
</script> |
32 | 33 |
</td> |
33 | 34 |
</tr> |
34 |
<tr class="row4">
|
|
35 |
<td class="bold">{TEXT_PASSWORD}:</td>
|
|
36 |
<td colspan="2">
|
|
35 |
<tr> |
|
36 |
<td>{TEXT_PASSWORD}:</td> |
|
37 |
<td class="input">
|
|
37 | 38 |
<input type="password" name="{PASSWORD_FIELDNAME}" maxlength="30" style="width:98%;"/> |
38 | 39 |
</td> |
39 | 40 |
</tr> |
40 | 41 |
<!-- BEGIN show_smart_login_block --> |
41 | 42 |
<tr> |
42 | 43 |
<td> </td> |
43 |
<td colspan="2">
|
|
44 |
<td class="input">
|
|
44 | 45 |
<input type="checkbox" name="remember" id="remember" value="true"/> |
45 | 46 |
<label for="remember">{TEXT_REMEMBER_ME}</label> |
46 | 47 |
</td> |
47 | 48 |
</tr> |
48 | 49 |
<!-- END show_smart_login_block --> |
49 |
<tr class="submit"> |
|
50 |
<td> |
|
51 |
<p><input type="submit" name="submit" value="{TEXT_LOGIN}" /></p> |
|
50 |
<tr> |
|
51 |
<td colspan="2"> </td> |
|
52 |
</tr> |
|
53 |
<tr> |
|
54 |
<td colspan="2" class="button"> |
|
55 |
<button type="submit" name="submit" value="submit">{TEXT_LOGIN}</button> |
|
56 |
<button type="reset" name="reset" value="reset">{TEXT_RESET}</button> |
|
57 |
<button type="button" value="cancel" onclick="javascript:window.location='{WB_URL}/';" >{TEXT_CANCEL}</button> |
|
52 | 58 |
</td> |
53 |
<td> |
|
54 |
<p><input type="reset" name="reset" value="{TEXT_RESET}" /></p> |
|
55 |
</td> |
|
56 |
<td> |
|
57 |
<p><button type="button" value="cancel" onclick="javascript:window.location='{WB_URL}/';" >{TEXT_CANCEL}</button></p> |
|
58 |
</td> |
|
59 | 59 |
</tr> |
60 |
<tr class="row6">
|
|
61 |
<td colspan="3">
|
|
60 |
<tr> |
|
61 |
<td colspan="2" class="button">
|
|
62 | 62 |
<p class="link"><a href="{FORGOT_URL}">{TEXT_FORGOTTEN_DETAILS}</a></p> |
63 | 63 |
</td> |
64 | 64 |
</tr> |
... | ... | |
66 | 66 |
</table> |
67 | 67 |
</form> |
68 | 68 |
</div> |
69 |
|
|
69 |
</div> |
|
70 | 70 |
<!-- END main_block --> |
Also available in: Unified diff
! account split html and code
+ add signup activation registering
+ add missing icons in themes