Rev 914 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 914 | Rev 915 | ||
---|---|---|---|
Line 15... | Line 15... | ||
15 | 15 | ||
16 | <h1><bean:message key="ak.hostcaptain.page.user.system.list.title" /></h1> |
16 | <h1><bean:message key="ak.hostcaptain.page.user.system.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.system.list.uid" /></th> |
22 | <th><bean:message key="ak.hostcaptain.page.user.system.list.uid" /></th> |
23 | <th><bean:message key="ak.hostcaptain.page.user.system.list.name" /></th> |
23 | <th><bean:message key="ak.hostcaptain.page.user.system.list.name" /></th> |
24 | <th><bean:message key="ak.hostcaptain.page.user.system.list.owner" /></th> |
24 | <th><bean:message key="ak.hostcaptain.page.user.system.list.owner" /></th> |
25 | <th><bean:message key="ak.hostcaptain.page.user.system.list.enabled" /></th> |
25 | <th><bean:message key="ak.hostcaptain.page.user.system.list.enabled" /></th> |
Line 33... | Line 33... | ||
33 | <td><bean:write name="u" property="name" /></td> |
33 | <td><bean:write name="u" property="name" /></td> |
34 | <td> |
34 | <td> |
35 | <logic:present name="u" property="owner"> |
35 | <logic:present name="u" property="owner"> |
36 | <bean:write name="u" property="owner.login" /> |
36 | <bean:write name="u" property="owner.login" /> |
37 | </logic:present> |
37 | </logic:present> |
- | 38 | <logic:notPresent name="u" property="owner"> |
|
- | 39 | |
|
- | 40 | </logic:notPresent> |
|
38 | </td> |
41 | </td> |
39 | <td> |
42 | <td> |
40 | <logic:equal name="u" property="enabled" value="true">x</logic:equal> |
43 | <logic:equal name="u" property="enabled" value="true">x</logic:equal> |
41 | <logic:notEqual name="u" property="enabled" value="true"> </logic:notEqual> |
44 | <logic:notEqual name="u" property="enabled" value="true"> </logic:notEqual> |
42 | </td> |
45 | </td> |