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