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