Rev 899 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 899 | Rev 905 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | <%@ taglib uri="/WEB-INF/ak-backpath.tld" prefix="backpath" %> |
5 | <%@ taglib uri="/WEB-INF/ak-backpath.tld" prefix="backpath" %> |
6 | <html> |
6 | <html> |
7 | 7 | ||
8 | <head> |
8 | <head> |
9 | <meta http-equiv="expires" content="0"> |
9 | <meta http-equiv="expires" content="0"> |
10 | <title><bean:message key="ak.webcontrol.page.system.login.title" /></title> |
10 | <title><bean:message key="ak.hostcaptain.page.system.login.title" /></title> |
11 | </head> |
11 | </head> |
12 | 12 | ||
13 | <body> |
13 | <body> |
14 | 14 | ||
15 | <h1><bean:message key="ak.webcontrol.page.system.login.title" /></h1> |
15 | <h1><bean:message key="ak.hostcaptain.page.system.login.title" /></h1> |
16 | 16 | ||
17 | <html:errors/> |
17 | <html:errors/> |
18 | 18 | ||
19 | <html:form action="/system/login/submit" focus="username"> |
19 | <html:form action="/system/login/submit" focus="username"> |
20 | <backpath:current /> |
20 | <backpath:current /> |
21 | <table border="0"> |
21 | <table border="0"> |
22 | <tr> |
22 | <tr> |
23 | <th class="right"> |
23 | <th class="right"> |
24 | <bean:message key="ak.webcontrol.page.system.login.login" /> |
24 | <bean:message key="ak.hostcaptain.page.system.login.login" /> |
25 | </th> |
25 | </th> |
26 | <td class="left"> |
26 | <td class="left"> |
27 | <html:text property="login" size="16"/> |
27 | <html:text property="login" size="16"/> |
28 | </td> |
28 | </td> |
29 | </tr> |
29 | </tr> |
30 | <tr> |
30 | <tr> |
31 | <th class="right"> |
31 | <th class="right"> |
32 | <bean:message key="ak.webcontrol.page.system.login.password" /> |
32 | <bean:message key="ak.hostcaptain.page.system.login.password" /> |
33 | </th> |
33 | </th> |
34 | <td class="left"> |
34 | <td class="left"> |
35 | <html:password property="password" size="16" redisplay="false" /> |
35 | <html:password property="password" size="16" redisplay="false" /> |
36 | </td> |
36 | </td> |
37 | </tr> |
37 | </tr> |
38 | <tr> |
38 | <tr> |
39 | <td class="right"> |
39 | <td class="right"> |
40 | <html:submit> |
40 | <html:submit> |
41 | <bean:message key="ak.webcontrol.page.system.login.submit" /> |
41 | <bean:message key="ak.hostcaptain.page.system.login.submit" /> |
42 | </html:submit> |
42 | </html:submit> |
43 | </td> |
43 | </td> |
44 | <td class="right"> |
44 | <td class="right"> |
45 | <html:reset> |
45 | <html:reset> |
46 | <bean:message key="ak.webcontrol.page.system.login.reset" /> |
46 | <bean:message key="ak.hostcaptain.page.system.login.reset" /> |
47 | </html:reset> |
47 | </html:reset> |
48 | </td> |
48 | </td> |
49 | </tr> |
49 | </tr> |
50 | </table> |
50 | </table> |
51 | </html:form> |
51 | </html:form> |