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.system.list.title" /></title> |
14 | <title><bean:message key="ak.hostadmiral.page.user.system.list.title" /></title> |
Line 77... | Line 79... | ||
77 | </td> |
79 | </td> |
78 | </tr> |
80 | </tr> |
79 | </logic:iterate> |
81 | </logic:iterate> |
80 | </table> |
82 | </table> |
81 | 83 | ||
- | 84 | <p> |
|
- | 85 | List size: <bean:write name="listInfo" property="size" /> |
|
- | 86 | Page: <list:currentpage infoBean="listInfo" /> of <bean:write name="listInfo" property="totalPages" /> |
|
- | 87 | </p> |
|
- | 88 | <p> |
|
- | 89 | <list:hasfirst infoBean="listInfo"><list:firstpage infoBean="listInfo"><<</list:firstpage></list:hasfirst> |
|
- | 90 | <list:nofirst infoBean="listInfo"><<</list:nofirst> |
|
- | 91 | ||
- | 92 | <list:hasprev infoBean="listInfo"><list:prevpage infoBean="listInfo"><</list:prevpage></list:hasprev> |
|
- | 93 | <list:noprev infoBean="listInfo"><</list:noprev> |
|
- | 94 | ||
- | 95 | <list:iterate infoBean="listInfo" max="20"> |
|
- | 96 | <list:iscurrent> |
|
- | 97 | <list:displaypage /> |
|
- | 98 | </list:iscurrent> |
|
- | 99 | <list:notcurrent> |
|
- | 100 | <list:pagelink><list:displaypage /></list:pagelink> |
|
- | 101 | </list:notcurrent> |
|
- | 102 | </list:iterate> |
|
- | 103 | ||
- | 104 | <list:hasnext infoBean="listInfo"><list:nextpage infoBean="listInfo">></list:nextpage></list:hasnext> |
|
- | 105 | <list:nonext infoBean="listInfo">></list:nonext> |
|
- | 106 | ||
- | 107 | <list:haslast infoBean="listInfo"><list:lastpage infoBean="listInfo">>></list:lastpage></list:haslast> |
|
- | 108 | <list:nolast infoBean="listInfo">>></list:nolast> |
|
- | 109 | </p> |
|
- | 110 | ||
82 | <logic:equal name="allowedToCreate" value="true"> |
111 | <logic:equal name="allowedToCreate" value="true"> |
83 | <backpath:link action="/user/system/edit"><bean:message key="ak.hostadmiral.page.user.system.list.add" /></backpath:link> |
112 | <backpath:link action="/user/system/edit"><bean:message key="ak.hostadmiral.page.user.system.list.add" /></backpath:link> |
84 | </logic:equal> |
113 | </logic:equal> |
85 | 114 | ||
86 | <br> |
115 | <br> |
87 | <backpath:backlink><bean:message key="ak.hostadmiral.page.user.system.list.back" /></backpath:backlink> |
116 | <backpath:backlink><bean:message key="ak.hostadmiral.page.user.system.list.back" /></backpath:backlink> |
88 | 117 | ||
89 | <p> |
118 | <p> |
90 | <bean:message key="ak.hostadmiral.page.general.version" />: |
119 | <bean:message key="ak.hostadmiral.page.general.version" />: |
91 | <bean:write name="projectVersion" /> |
120 | <bean:write name="projectVersion" /> |
92 | </p> |
121 | </p> |
93 | 122 | ||
94 | </body> |
123 | </body> |