commit | author | age
|
a4d249
|
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
JM |
2 |
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
3 |
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"
|
|
4 |
xml:lang="en"
|
|
5 |
lang="en">
|
|
6 |
|
|
7 |
<body>
|
|
8 |
<wicket:panel>
|
|
9 |
|
|
10 |
<div wicket:id="adminPanel">[admin links]</div>
|
|
11 |
|
|
12 |
<table class="repositories">
|
|
13 |
<tr>
|
|
14 |
<th class="left">
|
1f5915
|
15 |
<img style="vertical-align: middle; border: 1px solid #888; background-color: white;" src="user_16x16.png"/>
|
fe24a0
|
16 |
<wicket:message key="gb.users">[users]</wicket:message>
|
a4d249
|
17 |
</th>
|
62cec2
|
18 |
<th class="hidden-phone hidden-tablet left"><wicket:message key="gb.displayName">[display name]</wicket:message></th>
|
3c7e07
|
19 |
<th class="hidden-phone hidden-tablet left"><wicket:message key="gb.emailAddress">[email address]</wicket:message></th>
|
4e3c15
|
20 |
<th class="hidden-phone" style="width:140px;"><wicket:message key="gb.type">[type]</wicket:message></th>
|
2ec0d7
|
21 |
<th class="hidden-phone" style="width:140px;"><wicket:message key="gb.teamMemberships">[team memberships]</wicket:message></th>
|
62cec2
|
22 |
<th class="hidden-phone" style="width:100px;"><wicket:message key="gb.repositories">[repositories]</wicket:message></th>
|
abeaaf
|
23 |
<th style="width:80px;" class="right"></th>
|
a4d249
|
24 |
</tr>
|
JM |
25 |
<tbody>
|
|
26 |
<tr wicket:id="userRow">
|
abeaaf
|
27 |
<td class="left" ><span class="list" wicket:id="username">[username]</span></td>
|
62cec2
|
28 |
<td class="hidden-phone hidden-tablet left" ><span class="list" wicket:id="displayName">[display name]</span></td>
|
3c7e07
|
29 |
<td class="hidden-phone hidden-tablet left" ><span class="list" wicket:id="emailAddress">[email address]</span></td>
|
4e3c15
|
30 |
<td class="hidden-phone left" ><span style="font-size: 0.8em;" wicket:id="accountType">[account type]</span></td>
|
2ec0d7
|
31 |
<td class="hidden-phone left" ><span class="list" wicket:id="teams">[team memberships]</span></td>
|
62cec2
|
32 |
<td class="hidden-phone left" ><span class="list" wicket:id="repositories">[repositories]</span></td>
|
a4d249
|
33 |
<td class="rightAlign"><span wicket:id="userLinks"></span></td>
|
JM |
34 |
</tr>
|
|
35 |
</tbody>
|
|
36 |
</table>
|
|
37 |
|
|
38 |
<wicket:fragment wicket:id="adminLinks">
|
|
39 |
<!-- page nav links -->
|
|
40 |
<div class="admin_nav">
|
fee060
|
41 |
<a class="btn-small" wicket:id="newUser" style="padding-right:0px;">
|
JM |
42 |
<i class="icon icon-plus-sign"></i>
|
a4d249
|
43 |
<wicket:message key="gb.newUser"></wicket:message>
|
JM |
44 |
</a>
|
|
45 |
</div>
|
|
46 |
</wicket:fragment>
|
|
47 |
|
|
48 |
<wicket:fragment wicket:id="userAdminLinks">
|
|
49 |
<span class="link"><a wicket:id="editUser"><wicket:message key="gb.edit">[edit]</wicket:message></a> | <a wicket:id="deleteUser"><wicket:message key="gb.delete">[delete]</wicket:message></a></span>
|
|
50 |
</wicket:fragment>
|
|
51 |
|
|
52 |
</wicket:panel>
|
|
53 |
</body>
|
|
54 |
</html> |