blob: 47b4cf7db13558405825143f8b2f749657fec824 [file] [log] [blame]
<!--
~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
~
~ Copyright 1998-2014 The OpenLDAP Foundation.
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, with or without
~ modification, are permitted only as authorized by the OpenLDAP
~ Public License.
~
~ A copy of this license is available in the file LICENSE in the
~ top-level directory of the distribution or, alternatively, at
~ <http://www.OpenLDAP.org/license.html>.
-->
<html xmlns:wicket="http://wicket.apache.org/">
<body>
<wicket:panel>
<tr>
<td>
<table id="adminRoleConstraintsTable">
<tr>
<td>
<label for="beginTimeARC">Begin Time</label>
</td>
<td>
<input type="text" wicket:id="beginTimeARC" id="beginTimeARC" class="formLarge"/>
</td>
</tr>
<tr>
<td>
<label for="endTimeARC">End Time</label>
</td>
<td>
<input type="text" wicket:id="endTimeARC" id="endTimeARC" class="formLarge"/>
</td>
</tr>
<tr>
<td>
<label for="beginDateARC">Begin Date</label>
</td>
<td>
<input type="text" wicket:id="beginDateARC" id="beginDateARC" class="formLarge"/>
</td>
</tr>
<tr>
<td>
<label for="endDateARC">End Date</label>
</td>
<td>
<input type="text" wicket:id="endDateARC" id="endDateARC" class="formLarge"/>
</td>
</tr>
<tr>
<td>
<label for="beginLockDateARC">Begin Lock Date</label>
</td>
<td>
<input type="text" wicket:id="beginLockDateARC" id="beginLockDateARC" class="formLarge"/>
</td>
</tr>
<tr>
<td>
<label for="endLockDateARC">End Lock Date</label>
</td>
<td>
<input type="text" wicket:id="endLockDateARC" id="endLockDateARC" class="formLarge"/>
</td>
</tr>
<tr>
<td>
<label for="timeout">Timeout (minutes)</label>
</td>
<td>
<input wicket:id="timeout" id="timeoutARC" type="text" style="width: 35px;">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<fieldset>
<legend>Day Mask</legend>
<input type="checkbox" wicket:id="sunday" id="sundayARC"/>
<label for="sunday">SU</label>
<input type="checkbox" wicket:id="monday" id="mondayARC"/>
<label for="monday">M</label>
<input type="checkbox" wicket:id="tuesday" id="tuesdayARC"/>
<label for="tuesday">TU</label>
<input type="checkbox" wicket:id="wednesday" id="wednesdayARC"/>
<label for="wednesday">W</label>
<input type="checkbox" wicket:id="thursday" id="thursdayARC"/>
<label for="thursday">TH</label>
<input type="checkbox" wicket:id="friday" id="fridayARC"/>
<label for="friday">F</label>
<input type="checkbox" wicket:id="saturday" id="saturdayARC"/>
<label for="saturday">SA</label>
</fieldset>
</td>
</tr>
</wicket:panel>
</body>
</html>