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