Subversion Repositories general

Rev

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

Rev 913 Rev 915
Line 15... Line 15...
15
 
15
 
16
<h1><bean:message key="ak.hostcaptain.page.user.list.title" /></h1>
16
<h1><bean:message key="ak.hostcaptain.page.user.list.title" /></h1>
17
 
17
 
18
<html:errors/>
18
<html:errors/>
19
 
19
 
20
<table>
20
<table border=1>
21
	<tr>
21
	<tr>
22
		<th><bean:message key="ak.hostcaptain.page.user.list.login" /></th>
22
		<th><bean:message key="ak.hostcaptain.page.user.list.login" /></th>
23
		<th><bean:message key="ak.hostcaptain.page.user.list.boss" /></th>
23
		<th><bean:message key="ak.hostcaptain.page.user.list.boss" /></th>
24
		<th><bean:message key="ak.hostcaptain.page.user.list.superuser" /></th>
24
		<th><bean:message key="ak.hostcaptain.page.user.list.superuser" /></th>
25
		<th><bean:message key="ak.hostcaptain.page.user.list.enabled" /></th>
25
		<th><bean:message key="ak.hostcaptain.page.user.list.enabled" /></th>
Line 32... Line 32...
32
		<td><bean:write name="u" property="login" /></td>
32
		<td><bean:write name="u" property="login" /></td>
33
		<td>
33
		<td>
34
			<logic:present name="u" property="boss">
34
			<logic:present name="u" property="boss">
35
				<bean:write name="u" property="boss.login" />
35
				<bean:write name="u" property="boss.login" />
36
			</logic:present>
36
			</logic:present>
-
 
37
			<logic:notPresent name="u" property="boss">
-
 
38
				&nbsp;
-
 
39
			</logic:notPresent>
37
		</td>
40
		</td>
38
		<td>
41
		<td>
39
			<logic:equal name="u" property="superuser" value="true">x</logic:equal>
42
			<logic:equal name="u" property="superuser" value="true">x</logic:equal>
40
			<logic:notEqual name="u" property="superuser" value="true">&nbsp;</logic:notEqual>
43
			<logic:notEqual name="u" property="superuser" value="true">&nbsp;</logic:notEqual>
41
		</td>
44
		</td>