antville/code/Site/searchform.skin
2002-06-02 16:40:05 +00:00

6 lines
210 B
Text

<p>Enter a term to search in <% this.title %></p>
<form method="get" action="<% response.action %>">
<input size="25" name="q" value="<% request.q encoding="form" %>">
<input type="submit" value="go">
</form>