blob: d6228664151361150477861dd326fc2826f5e011 [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="form">
<fieldset>
<legend>Password Policy Search Operations</legend>
&nbsp;&nbsp;
<input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
wicket:id="search" name="search" value="search"/>
<label for="searchVal">PW Policy Name</label>
<input type="text" wicket:id="searchVal" id="searchVal" class="formLarge" style="width: 250px"/>
</fieldset>
<div wicket:id="policytreegrid">
</div>
</form>
</wicket:panel>
</body>
</html>