blob: fc99ec899eb040d7236fe91bdbd4d51320619326 [file] [log] [blame]
<?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>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr valign="top" wicket:id="dataview">
<td><a href="#" wicket:id="select">select</a></td>
<td><span wicket:id="name"></span></td>
<td><span wicket:id="description"></span></td>
</tr>
</tbody>
</table>
<span class="pagination" wicket:id="navigator"></span>
</div>
</div>
</wicket:panel>