blob: 4ae4211598a8e4227b94efd21e0d4cb6693cfde6 [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>Min Age</th>
<th>Max Age</th>
<th>History</th>
<th>Min Len</th>
<th>Expire Warn</th>
<th>Grace</th>
<th>Lockout</th>
<th>Lockout Duration</th>
<th>Max Failure</th>
<th>Failure Interval</th>
<th>Must Change</th>
<th>Allow Change</th>
<th>Safe Modify</th>
</tr>
</thead>
<tbody>
<tr valign="top" wicket:id="policydataview">
<td><a href="#" wicket:id="select">select</a></td>
<td><span wicket:id="name"></span></td>
<td><span wicket:id="minAge"></span></td>
<td><span wicket:id="maxAge"></span></td>
<td><span wicket:id="inHistory"></span></td>
<td><span wicket:id="minLength"></span></td>
<td><span wicket:id="expireWarning"></span></td>
<td><span wicket:id="graceLoginLimit"></span></td>
<td><span wicket:id="lockout"></span></td>
<td><span wicket:id="lockoutDuration"></span></td>
<td><span wicket:id="maxFailure"></span></td>
<td><span wicket:id="failureCountInterval"></span></td>
<td><span wicket:id="mustChange"></span></td>
<td><span wicket:id="allowUserChange"></span></td>
<td><span wicket:id="safeModify"></span></td>
</tr>
</tbody>
</table>
<span class="pagination" wicket:id="policynavigator"></span>
</div>
</div>
</wicket:panel>