blob: 98c66f6d0658f0839d97a9165294ff98b0d5da6e [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>Name</th>
<th>Begin Time</th>
<th>End Time</th>
<th>Begin Date</th>
<th>End Date</th>
<th>Begin Lock</th>
<th>End Lock</th>
<th>timeout</th>
<th>Day Mask</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="beginTime"></span></td>
<td><span wicket:id="endTime"></span></td>
<td><span wicket:id="beginDate"></span></td>
<td><span wicket:id="endDate"></span></td>
<td><span wicket:id="beginLockDate"></span></td>
<td><span wicket:id="endLockDate"></span></td>
<td><span wicket:id="timeout"></span></td>
<td><span wicket:id="dayMask"></span></td>
</tr>
</tbody>
</table>
<span class="pagination" wicket:id="navigator"></span>
</div>
</div>
</wicket:panel>