antville/code/SysMgr/sitesearchform.skin

27 lines
854 B
Text

<table border="0" cellspacing="0" cellpadding="2">
<form method="post" action="<% response.action %>">
<tr>
<td colspan="2" class="pageTitle" nowrap="nowrap">Site-Manager</td>
</tr>
<tr>
<td nowrap="nowrap">...&nbsp;show</td>
<td nowrap="nowrap"><% sysmgr.dropdown name="show" values="all sites,public sites,private sites,blocked sites,trusted sites" %></td>
</tr>
<tr>
<td nowrap="nowrap">...&nbsp;sorted by</td>
<td nowrap="nowrap"><% sysmgr.dropdown name="sort" values="last update,create time,alias,title" %></td>
</tr>
<tr>
<td>...&nbsp;order</td>
<td nowrap="nowrap"><% sysmgr.dropdown name="order" values="descending,ascending" %></td>
</tr>
<tr>
<td>...&nbsp;keyword(s)</td>
<td nowrap="nowrap"><% input name="keywords" %></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><% input type="submit" name="search" value="show sites" %></td>
</tr>
</form>
</table>