27 lines
854 B
Text
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">... 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">... sorted by</td>
|
|
<td nowrap="nowrap"><% sysmgr.dropdown name="sort" values="last update,create time,alias,title" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td>... order</td>
|
|
<td nowrap="nowrap"><% sysmgr.dropdown name="order" values="descending,ascending" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td>... keyword(s)</td>
|
|
<td nowrap="nowrap"><% input name="keywords" %></td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td><% input type="submit" name="search" value="show sites" %></td>
|
|
</tr>
|
|
</form>
|
|
</table>
|