blob: 7581e3242be0826df92da97e16657cd6ee0c85af [file] [log] [blame]
<!--
~ Copyright (c) 2013-2014, JoshuaTree Software. All rights reserved.
-->
<?xml version="1.0" encoding="UTF-8" ?>
<wicket:panel xmlns:wicket="http://wicket.apache.org">
<div style="margin: 1em">
<div class="boxContent">
<table class="table">
<thead>
<tr>
<th>Select</th>
<th>User ID</th>
<th>Description</th>
<th>Name</th>
<th>Organization</th>
<th>Title</th>
<th>Photo</th>
</tr>
</thead>
<tbody>
<tr valign="top" wicket:id="userdataview">
<!--
"userId",
"description",
"name",
"internalId",
"ou",
"pwPolicy",
"sn",
"cn",
"dn",
"employeeType",
"title",
"address",
"phones",
"mobiles",
"emails",
"props",
"locked",
"reset",
"system",
"beginTime",
"endTime",
"beginDate",
"endDate",
"beginLockDate",
"endLockDate",
"dayMask",
"timeout",
"roles",
"adminRoles",
"password",
"newPassword",
"jpegPhoto"
-->
<td><a href="#" wicket:id="select">select</a></td>
<td><img wicket:id="jpegPhoto" width="50" height="50"/></td>
<td><span wicket:id="userId"></span></td>
<td><span wicket:id="name"></span></td>&nbsp;&nbsp
<td><span wicket:id="title"></span></td>
<td><span wicket:id="description"></span></td>
<td><span wicket:id="ou"></span></td>
</tr>
</tbody>
</table>
<span class="pagination" wicket:id="usernavigator"></span>
</div>
</div>
</wicket:panel>