Subversion Repositories general

Rev

Rev 1014 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1014 Rev 1055
1
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
1
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
2
<%@ taglib uri="/WEB-INF/struts-bean.tld"      prefix="bean"     %>
2
<%@ taglib uri="/WEB-INF/struts-bean.tld"      prefix="bean"     %>
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>
13
	<link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css">
14
	<link rel="stylesheet" type="text/css" href="<strutsx:root />/style/general.css">
14
</head>
15
</head>
15
 
16
 
16
<body>
17
<body>
17
 
18
 
18
<h1><bean:message key="ak.hostadmiral.page.user.logins.title" /></h1>
19
<h1><bean:message key="ak.hostadmiral.page.user.logins.title" /></h1>
19
 
20
 
20
<strutsx:errorsIterator id="errors" />
21
<strutsx:errorsIterator id="errors" />
21
<strutsx:notEmpty name="errors">
22
<strutsx:notEmpty name="errors">
22
	<div class="error"><bean:message key="ak.hostadmiral.page.general.errors" />:
23
	<div class="error"><bean:message key="ak.hostadmiral.page.general.errors" />:
23
		<ul>
24
		<ul>
24
		<logic:iterate name="errors" id="error">
25
		<logic:iterate name="errors" id="error">
25
			<li><strutsx:message name="error" property="key" valuesProperty="values" /></li>
26
			<li><strutsx:message name="error" property="key" valuesProperty="values" /></li>
26
		</logic:iterate>
27
		</logic:iterate>
27
		</ul>
28
		</ul>
28
	</div>
29
	</div>
29
</strutsx:notEmpty>
30
</strutsx:notEmpty>
30
 
31
 
31
<p>
32
<p>
32
	<bean:message key="ak.hostadmiral.page.user.logins.login" />
33
	<bean:message key="ak.hostadmiral.page.user.logins.login" />
33
	<strong><bean:write name="u" property="login" /></strong>
34
	<strong><bean:write name="u" property="login" /></strong>
34
</p>
35
</p>
35
 
36
 
36
<table border=1>
37
<table border=1>
37
	<tr>
38
	<tr>
38
		<th><bean:message key="ak.hostadmiral.page.user.logins.time" /></th>
39
		<th><bean:message key="ak.hostadmiral.page.user.logins.time" /></th>
39
		<th><bean:message key="ak.hostadmiral.page.user.logins.success" /></th>
40
		<th><bean:message key="ak.hostadmiral.page.user.logins.success" /></th>
40
		<th><bean:message key="ak.hostadmiral.page.user.logins.ip" /></th>
41
		<th><bean:message key="ak.hostadmiral.page.user.logins.ip" /></th>
41
	</tr>
42
	</tr>
42
 
43
 
43
<logic:iterate name="logins" id="l">
44
<logic:iterate name="logins" id="l">
44
	<tr>
45
	<tr>
45
		<td><bean:write name="l" property="loginTime" /></td>
46
		<td><bean:write name="l" property="loginTime" /></td>
46
		<td>
47
		<td>
47
			<logic:equal name="l" property="success" value="true">x</logic:equal>
48
			<logic:equal name="l" property="success" value="true">x</logic:equal>
48
			<logic:notEqual name="l" property="success" value="true">&nbsp;</logic:notEqual>
49
			<logic:notEqual name="l" property="success" value="true">&nbsp;</logic:notEqual>
49
		</td>
50
		</td>
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">&lt;&lt;</list:firstpage></list:hasfirst>
-
 
62
	<list:nofirst infoBean="listInfo">&lt;&lt;</list:nofirst>
-
 
63
 
-
 
64
	<list:hasprev infoBean="listInfo"><list:prevpage infoBean="listInfo">&lt;</list:prevpage></list:hasprev>
-
 
65
	<list:noprev infoBean="listInfo">&lt;</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">&gt;</list:nextpage></list:hasnext>
-
 
77
	<list:nonext infoBean="listInfo">&gt;</list:nonext>
-
 
78
 
-
 
79
	<list:haslast infoBean="listInfo"><list:lastpage infoBean="listInfo">&gt;&gt;</list:lastpage></list:haslast>
-
 
80
	<list:nolast infoBean="listInfo">&gt;&gt;</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>
64
 
92
 
65
</html>
93
</html>