12 lines
347 B
Text
12 lines
347 B
Text
<form method="post" action="<% response.action %>">
|
|
<table border="0" cellspacing="1" cellpadding="0">
|
|
<tr>
|
|
<td colspan="2"> </td>
|
|
</tr>
|
|
<% response.searchresult %>
|
|
<tr>
|
|
<td colspan="2" nowrap="nowrap"><br /><% input type="submit" name="add" value="Add to members" %><br />
|
|
<span class="commentHead"> </span></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|