6 lines
210 B
Text
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>
|