2002-06-26 17:22:06 +00:00
|
|
|
<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">... show</td>
|
2002-08-09 15:45:59 +00:00
|
|
|
<td nowrap="nowrap"><% sysmgr.dropdown name="show" values="all sites,public sites,private sites,blocked sites,trusted sites" %></td>
|
2002-06-26 17:22:06 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td nowrap="nowrap">... sorted by</td>
|
2002-08-09 15:45:59 +00:00
|
|
|
<td nowrap="nowrap"><% sysmgr.dropdown name="sort" values="last update,create time,alias,title" %></td>
|
2002-06-26 17:22:06 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>... order</td>
|
2002-08-09 15:45:59 +00:00
|
|
|
<td nowrap="nowrap"><% sysmgr.dropdown name="order" values="descending,ascending" %></td>
|
2002-06-26 17:22:06 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>... keyword(s)</td>
|
2002-07-19 08:42:32 +00:00
|
|
|
<td nowrap="nowrap"><% input name="keywords" %></td>
|
2002-06-26 17:22:06 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td> </td>
|
2002-07-19 08:42:32 +00:00
|
|
|
<td><% input type="button" name="search" value="show sites" %></td>
|
2002-06-26 17:22:06 +00:00
|
|
|
</tr>
|
|
|
|
</form>
|
|
|
|
</table>
|