Rev 1023 | Rev 1028 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1023 | Rev 1027 | ||
---|---|---|---|
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.mail.box.list.title" /></title> |
14 | <title><bean:message key="ak.hostadmiral.page.mail.box.list.title" /></title> |
Line 72... | Line 74... | ||
72 | </logic:iterate> |
74 | </logic:iterate> |
73 | </table> |
75 | </table> |
74 | 76 | ||
75 | <p> |
77 | <p> |
76 | List size: <bean:write name="listInfo" property="size" /> |
78 | List size: <bean:write name="listInfo" property="size" /> |
- | 79 | Page: <list:currentpage infoBean="listInfo" /> of <bean:write name="listInfo" property="totalPages" /> |
|
- | 80 | </p> |
|
- | 81 | <p> |
|
- | 82 | <list:hasfirst infoBean="listInfo"><list:firstpage infoBean="listInfo"><<</list:firstpage></list:hasfirst> |
|
- | 83 | <list:nofirst infoBean="listInfo"><<</list:nofirst> |
|
- | 84 | ||
- | 85 | <list:hasprev infoBean="listInfo"><list:prevpage infoBean="listInfo"><</list:prevpage></list:hasprev> |
|
- | 86 | <list:noprev infoBean="listInfo"><</list:noprev> |
|
- | 87 | ||
- | 88 | <list:iterate infoBean="listInfo"> |
|
- | 89 | <list:iscurrent> |
|
- | 90 | <list:pagelink>[<list:displaypage />]</list:pagelink> |
|
- | 91 | </list:iscurrent> |
|
- | 92 | <list:notcurrent> |
|
- | 93 | <list:pagelink><list:displaypage /></list:pagelink> |
|
- | 94 | </list:notcurrent> |
|
- | 95 | </list:iterate> |
|
- | 96 | ||
- | 97 | <list:hasnext infoBean="listInfo"><list:nextpage infoBean="listInfo">></list:nextpage></list:hasnext> |
|
- | 98 | <list:nonext infoBean="listInfo">></list:nonext> |
|
- | 99 | ||
- | 100 | <list:haslast infoBean="listInfo"><list:lastpage infoBean="listInfo">>></list:lastpage></list:haslast> |
|
- | 101 | <list:nolast infoBean="listInfo">>></list:nolast> |
|
77 | </p> |
102 | </p> |
78 | 103 | ||
79 | <logic:equal name="allowedToCreate" value="true"> |
104 | <logic:equal name="allowedToCreate" value="true"> |
80 | <backpath:link action="/mail/box/edit"><bean:message key="ak.hostadmiral.page.mail.box.list.add" /></backpath:link> |
105 | <backpath:link action="/mail/box/edit"><bean:message key="ak.hostadmiral.page.mail.box.list.add" /></backpath:link> |
81 | </logic:equal> |
106 | </logic:equal> |