Rev 1014 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1014 | Rev 1028 | ||
---|---|---|---|
Line 3... | Line 3... | ||
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/ak-strutsx.tld" prefix="strutsx" %> |
6 | <%@ taglib uri="/WEB-INF/ak-strutsx.tld" prefix="strutsx" %> |
7 | <%@ taglib uri="/WEB-INF/hostadmiral-core.tld" prefix="core" %> |
7 | <%@ taglib uri="/WEB-INF/hostadmiral-core.tld" prefix="core" %> |
- | 8 | <%@ taglib uri="/WEB-INF/hostadmiral-list.tld" prefix="list" %> |
|
- | 9 | <backpath:init backPathIgnore="pg" /> |
|
8 | <html> |
10 | <html> |
9 | 11 | ||
10 | <head> |
12 | <head> |
11 | <meta http-equiv="expires" content="0"> |
13 | <meta http-equiv="expires" content="0"> |
12 | <title><bean:message key="ak.hostadmiral.page.user.list.title" /></title> |
14 | <title><bean:message key="ak.hostadmiral.page.user.list.title" /></title> |
Line 85... | Line 87... | ||
85 | </td> |
87 | </td> |
86 | </tr> |
88 | </tr> |
87 | </logic:iterate> |
89 | </logic:iterate> |
88 | </table> |
90 | </table> |
89 | 91 | ||
- | 92 | <p> |
|
- | 93 | List size: <bean:write name="listInfo" property="size" /> |
|
- | 94 | Page: <list:currentpage infoBean="listInfo" /> of <bean:write name="listInfo" property="totalPages" /> |
|
- | 95 | </p> |
|
- | 96 | <p> |
|
- | 97 | <list:hasfirst infoBean="listInfo"><list:firstpage infoBean="listInfo"><<</list:firstpage></list:hasfirst> |
|
- | 98 | <list:nofirst infoBean="listInfo"><<</list:nofirst> |
|
- | 99 | ||
- | 100 | <list:hasprev infoBean="listInfo"><list:prevpage infoBean="listInfo"><</list:prevpage></list:hasprev> |
|
- | 101 | <list:noprev infoBean="listInfo"><</list:noprev> |
|
- | 102 | ||
- | 103 | <list:iterate infoBean="listInfo" max="20"> |
|
- | 104 | <list:iscurrent> |
|
- | 105 | <list:displaypage /> |
|
- | 106 | </list:iscurrent> |
|
- | 107 | <list:notcurrent> |
|
- | 108 | <list:pagelink><list:displaypage /></list:pagelink> |
|
- | 109 | </list:notcurrent> |
|
- | 110 | </list:iterate> |
|
- | 111 | ||
- | 112 | <list:hasnext infoBean="listInfo"><list:nextpage infoBean="listInfo">></list:nextpage></list:hasnext> |
|
- | 113 | <list:nonext infoBean="listInfo">></list:nonext> |
|
- | 114 | ||
- | 115 | <list:haslast infoBean="listInfo"><list:lastpage infoBean="listInfo">>></list:lastpage></list:haslast> |
|
- | 116 | <list:nolast infoBean="listInfo">>></list:nolast> |
|
- | 117 | </p> |
|
- | 118 | ||
90 | <logic:equal name="allowedToCreate" value="true"> |
119 | <logic:equal name="allowedToCreate" value="true"> |
91 | <backpath:link action="/user/edit"><bean:message key="ak.hostadmiral.page.user.list.add" /></backpath:link> |
120 | <backpath:link action="/user/edit"><bean:message key="ak.hostadmiral.page.user.list.add" /></backpath:link> |
92 | <br> |
121 | <br> |
93 | </logic:equal> |
122 | </logic:equal> |
94 | <logic:equal name="mayViewAllLogins" value="true"> |
123 | <logic:equal name="mayViewAllLogins" value="true"> |
95 | <backpath:link action="/user/failedLogins"><bean:message key="ak.hostadmiral.page.user.list.logins.failed" /></backpath:link> |
124 | <backpath:link action="/user/failedLogins"><bean:message key="ak.hostadmiral.page.user.list.logins.failed" /></backpath:link> |
96 | <br> |
125 | <br> |
97 | </logic:equal> |
126 | </logic:equal> |
98 | <backpath:backlink><bean:message key="ak.hostadmiral.page.user.list.back" /></backpath:backlink> |
127 | <backpath:backlink><bean:message key="ak.hostadmiral.page.user.list.back" /></backpath:backlink> |
99 | 128 | ||
100 | <p> |
129 | <p> |
101 | <bean:message key="ak.hostadmiral.page.general.version" />: |
130 | <bean:message key="ak.hostadmiral.page.general.version" />: |
102 | <bean:write name="projectVersion" /> |
131 | <bean:write name="projectVersion" /> |
103 | </p> |
132 | </p> |
104 | 133 | ||
105 | </body> |
134 | </body> |