blob: 9a297b888006e91f2763bd3e8f667a0d27ac34b6 [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>Role 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" value="search" name="search"/>
<label for="searchVal">Role Name</label>
<input type="text" wicket:id="searchVal" id="searchVal" class="formLarge" style="width: 250px"/>
</fieldset>
<div wicket:id="roletreegrid">
</div>
</form>
</wicket:panel>
</body>
</html>