Subversion Repositories general

Rev

Rev 1023 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1023 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.domain.list.title" /></title>
14
	<title><bean:message key="ak.hostadmiral.page.domain.list.title" /></title>
Line 67... Line 69...
67
			</core:notDeleteable>
69
			</core:notDeleteable>
68
		</td>
70
		</td>
69
	</tr>
71
	</tr>
70
</logic:iterate>
72
</logic:iterate>
71
</table>
73
</table>
-
 
74
 
-
 
75
<p>
-
 
76
	List size: <bean:write name="listInfo" property="size" />
-
 
77
	Page: <list:currentpage infoBean="listInfo" /> of <bean:write name="listInfo" property="totalPages" />
-
 
78
</p>
-
 
79
<p>
-
 
80
	<list:hasfirst infoBean="listInfo"><list:firstpage infoBean="listInfo">&lt;&lt;</list:firstpage></list:hasfirst>
-
 
81
	<list:nofirst infoBean="listInfo">&lt;&lt;</list:nofirst>
-
 
82
 
-
 
83
	<list:hasprev infoBean="listInfo"><list:prevpage infoBean="listInfo">&lt;</list:prevpage></list:hasprev>
-
 
84
	<list:noprev infoBean="listInfo">&lt;</list:noprev>
-
 
85
 
-
 
86
	<list:iterate infoBean="listInfo" max="20">
-
 
87
		<list:iscurrent>
-
 
88
			<list:displaypage />
-
 
89
		</list:iscurrent>
-
 
90
		<list:notcurrent>
-
 
91
			<list:pagelink><list:displaypage /></list:pagelink>
-
 
92
		</list:notcurrent>
-
 
93
	</list:iterate>
-
 
94
 
-
 
95
	<list:hasnext infoBean="listInfo"><list:nextpage infoBean="listInfo">&gt;</list:nextpage></list:hasnext>
-
 
96
	<list:nonext infoBean="listInfo">&gt;</list:nonext>
-
 
97
 
-
 
98
	<list:haslast infoBean="listInfo"><list:lastpage infoBean="listInfo">&gt;&gt;</list:lastpage></list:haslast>
-
 
99
	<list:nolast infoBean="listInfo">&gt;&gt;</list:nolast>
-
 
100
</p>
72
 
101
 
73
<logic:equal name="allowedToCreate" value="true">
102
<logic:equal name="allowedToCreate" value="true">
74
	<backpath:link action="/domain/edit"><bean:message key="ak.hostadmiral.page.domain.list.add" /></backpath:link>
103
	<backpath:link action="/domain/edit"><bean:message key="ak.hostadmiral.page.domain.list.add" /></backpath:link>
75
</logic:equal>
104
</logic:equal>
76
 
105