blob: 390beb9a943a9964c4ce68b576257838a72a99db [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>Object Name</th>
<th>Object ID</th>
<th>Operation Name</th>
<th>Type</th>
<th>Is Admin?</th>
</tr>
</thead>
<tbody>
<tr valign="top" wicket:id="dataview">
<td><a href="#" wicket:id="select">select</a></td>
<td><span wicket:id="objectName"></span></td>
<td><span wicket:id="objectId"></span></td>
<td><span wicket:id="opName"></span></td>
<td><span wicket:id="type"></span></td>
<td><span wicket:id="admin"></span></td>
</tr>
</tbody>
</table>
<span class="pagination" wicket:id="navigator"></span>
</div>
</div>
</wicket:panel>