8 lines
245 B
Text
8 lines
245 B
Text
<p class="storytitle">Search</p>
|
|
|
|
<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>
|