blob: dba52c05d225a0bd4d34ab5d1a30fefe2e4914a4 [file] [log] [blame]
<!--
~ Copyright (c) 2013-2014, JoshuaTree Software. All rights reserved.
-->
<html xmlns:wicket="http://wicket.apache.org/">
<body>
<wicket:panel>
<form wicket:id="modform">
<fieldset>
<legend>Modification Search Operations</legend>
<table id="inputFormTable">
<tr>
<td>
<input type="button"
class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
wicket:id="search" value="search" name="search"/>
<input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
wicket:id="clear" value="clear" name="clear"/>
</td>
</tr>
<tr>
<td>
<div wicket:id="usersearchmodal"></div>
<label for="userId"><a href="#" wicket:id="userAssignLinkLbl" id="userAssignLinkLbl">User ID</a></label>
<input type="text" wicket:id="userId" id="userId" class="formLarge" style="width: 250px"/>
&nbsp&nbsp
<label for="beginDate">Begin Date</label>
<input type="text" wicket:id="beginDate" id="beginDate" class="formLarge"/>
&nbsp&nbsp
<label for="endDate">End Date</label>
<input type="text" wicket:id="endDate" id="endDate" class="formLarge"/>
</td>
</tr>
<tr>
<td>
<div wicket:id="permsearchmodal"></div>
<fieldset>
<legend><label><a href="#" wicket:id="permLinkLbl" id="permLinkLbl">Permission</a></label>
</legend>
<label for="objName">Object Name</label>
<input type="text" wicket:id="objName" id="objName" class="formLarge"
style="width: 300px"/>
&nbsp&nbsp
<label for="opName">Operation Name</label>
<input type="text" wicket:id="opName" id="opName" class="formLarge" style="width: 300px"/>
</fieldset>
</td>
</tr>
</table>
</fieldset>
<div wicket:id="modtreegrid" id="modtreegrid">
</div>
</form>
</wicket:panel>
</body>
</html>