modified layout
This commit is contained in:
parent
9ad1d72f85
commit
f61da9c908
1 changed files with 11 additions and 12 deletions
|
@ -1,27 +1,26 @@
|
|||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<form method="post" action="<% response.searchaction %>">
|
||||
<div class="pageTitle">User Manager</div>
|
||||
|
||||
<form method="post" action="<% response.action %>">
|
||||
<table cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td colspan="2" class="pageTitle" nowrap="nowrap">User-Manager</td>
|
||||
<td>... show</td>
|
||||
<td><% sysmgr.dropdown name="show" values="all users,blocked users,trusted users,sysadmins" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">... show</td>
|
||||
<td nowrap="nowrap"><% sysmgr.dropdown name="show" values="all users,blocked users,trusted users,sysadmins" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">... sorted by</td>
|
||||
<td nowrap="nowrap"><% sysmgr.dropdown name="sort" values="last visit,registration,username" %></td>
|
||||
<td>... sorted by</td>
|
||||
<td><% sysmgr.dropdown name="sort" values="last visit,registration,username" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>... order</td>
|
||||
<td nowrap="nowrap"><% sysmgr.dropdown name="order" values="descending,ascending" %></td>
|
||||
<td><% sysmgr.dropdown name="order" values="descending,ascending" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>... keyword(s)</td>
|
||||
<td nowrap="nowrap"><% input name="keywords" %></td>
|
||||
<td><% input name="keywords" %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td><% input type="submit" name="search" value="show users" %></td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue