Rev 1014 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1014 | Rev 1055 | ||
---|---|---|---|
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" %> |
|
8 | <html> |
9 | <html> |
9 | 10 | ||
10 | <head> |
11 | <head> |
11 | <meta http-equiv="expires" content="0"> |
12 | <meta http-equiv="expires" content="0"> |
12 | <title><bean:message key="ak.hostadmiral.page.user.logins.title" /></title> |
13 | <title><bean:message key="ak.hostadmiral.page.user.logins.title" /></title> |
Line 50... | Line 51... | ||
50 | <td><bean:write name="l" property="ip" /></td> |
51 | <td><bean:write name="l" property="ip" /></td> |
51 | </tr> |
52 | </tr> |
52 | </logic:iterate> |
53 | </logic:iterate> |
53 | </table> |
54 | </table> |
54 | 55 | ||
- | 56 | <p> |
|
- | 57 | List size: <bean:write name="listInfo" property="size" /> |
|
- | 58 | Page: <list:currentpage infoBean="listInfo" /> of <bean:write name="listInfo" property="totalPages" /> |
|
- | 59 | </p> |
|
- | 60 | <p> |
|
- | 61 | <list:hasfirst infoBean="listInfo"><list:firstpage infoBean="listInfo"><<</list:firstpage></list:hasfirst> |
|
- | 62 | <list:nofirst infoBean="listInfo"><<</list:nofirst> |
|
- | 63 | ||
- | 64 | <list:hasprev infoBean="listInfo"><list:prevpage infoBean="listInfo"><</list:prevpage></list:hasprev> |
|
- | 65 | <list:noprev infoBean="listInfo"><</list:noprev> |
|
- | 66 | ||
- | 67 | <list:iterate infoBean="listInfo" max="20"> |
|
- | 68 | <list:iscurrent> |
|
- | 69 | <list:displaypage /> |
|
- | 70 | </list:iscurrent> |
|
- | 71 | <list:notcurrent> |
|
- | 72 | <list:pagelink><list:displaypage /></list:pagelink> |
|
- | 73 | </list:notcurrent> |
|
- | 74 | </list:iterate> |
|
- | 75 | ||
- | 76 | <list:hasnext infoBean="listInfo"><list:nextpage infoBean="listInfo">></list:nextpage></list:hasnext> |
|
- | 77 | <list:nonext infoBean="listInfo">></list:nonext> |
|
- | 78 | ||
- | 79 | <list:haslast infoBean="listInfo"><list:lastpage infoBean="listInfo">>></list:lastpage></list:haslast> |
|
- | 80 | <list:nolast infoBean="listInfo">>></list:nolast> |
|
- | 81 | </p> |
|
- | 82 | ||
55 | <br> |
83 | <br> |
56 | <backpath:backlink><bean:message key="ak.hostadmiral.page.user.logins.back" /></backpath:backlink> |
84 | <backpath:backlink><bean:message key="ak.hostadmiral.page.user.logins.back" /></backpath:backlink> |
57 | 85 | ||
58 | <p> |
86 | <p> |
59 | <bean:message key="ak.hostadmiral.page.general.version" />: |
87 | <bean:message key="ak.hostadmiral.page.general.version" />: |
60 | <bean:write name="projectVersion" /> |
88 | <bean:write name="projectVersion" /> |
61 | </p> |
89 | </p> |
62 | 90 | ||
63 | </body> |
91 | </body> |