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.user.list.title" /></title> |
10 | <title><bean:message key="ak.hostcaptain.page.user.list.title" /></title> |
11 | </head> |
11 | </head> |
12 | 12 | ||
13 | <body> |
13 | <body> |
14 | 14 | ||
15 | <h1><bean:message key="ak.webcontrol.page.user.list.title" /></h1> |
15 | <h1><bean:message key="ak.hostcaptain.page.user.list.title" /></h1> |
16 | 16 | ||
17 | <html:errors/> |
17 | <html:errors/> |
18 | 18 | ||
19 | <table> |
19 | <table> |
20 | <tr> |
20 | <tr> |
21 | <th><bean:message key="ak.webcontrol.page.user.list.login" /></th> |
21 | <th><bean:message key="ak.hostcaptain.page.user.list.login" /></th> |
22 | <th> </th> |
22 | <th> </th> |
23 | <th> </th> |
23 | <th> </th> |
24 | </tr> |
24 | </tr> |
25 | 25 | ||
26 | <logic:iterate name="users" id="u"> |
26 | <logic:iterate name="users" id="u"> |
27 | <tr> |
27 | <tr> |
28 | <td><bean:write name="u" property="login" /></td> |
28 | <td><bean:write name="u" property="login" /></td> |
29 | <td><backpath:link action="/user/edit" paramId="id" paramName="u" paramProperty="id"><bean:message key="ak.webcontrol.page.user.list.edit" /></backpath:link></td> |
29 | <td><backpath:link action="/user/edit" paramId="id" paramName="u" paramProperty="id"><bean:message key="ak.hostcaptain.page.user.list.edit" /></backpath:link></td> |
30 | <td><backpath:link action="/user/delete" paramId="id" paramName="u" paramProperty="id"><bean:message key="ak.webcontrol.page.user.list.delete" /></backpath:link></td> |
30 | <td><backpath:link action="/user/delete" paramId="id" paramName="u" paramProperty="id"><bean:message key="ak.hostcaptain.page.user.list.delete" /></backpath:link></td> |
31 | </tr> |
31 | </tr> |
32 | </logic:iterate> |
32 | </logic:iterate> |
33 | </table> |
33 | </table> |
34 | 34 | ||
35 | <backpath:link action="/user/edit"><bean:message key="ak.webcontrol.page.user.list.add" /></backpath:link> |
35 | <backpath:link action="/user/edit"><bean:message key="ak.hostcaptain.page.user.list.add" /></backpath:link> |
36 | <br> |
36 | <br> |
37 | <backpath:backlink><bean:message key="ak.webcontrol.page.user.list.back" /></backpath:backlink> |
37 | <backpath:backlink><bean:message key="ak.hostcaptain.page.user.list.back" /></backpath:backlink> |
38 | 38 | ||
39 | </body> |
39 | </body> |
40 | 40 | ||
41 | </html> |
41 | </html> |