|
a/views/search.tpl |
|
b/views/search.tpl |
|
... |
|
... |
3 |
<form action="results" method="get">
|
3 |
<form action="results" method="get">
|
4 |
<table id="form">
|
4 |
<table id="form">
|
5 |
<tr>
|
5 |
<tr>
|
6 |
<td width="50%">
|
6 |
<td width="50%">
|
7 |
<b>Query</b>
|
7 |
<b>Query</b>
|
8 |
<input tabindex="0" type="search" name="query" value="{{query['keywords']}}" autofocus><br><br>
|
8 |
<input tabindex="0" type="search" name="query" value="{{query['query']}}" autofocus><br><br>
|
9 |
<input type="submit" value="Search">
|
9 |
<input type="submit" value="Search">
|
10 |
<a href=".." tabindex="-1"><input type="button" value="Reset"></a>
|
10 |
<a href=".." tabindex="-1"><input type="button" value="Reset"></a>
|
11 |
<a href="settings" tabindex="-1"><input type="button" value="Settings"></a>
|
11 |
<a href="settings" tabindex="-1"><input type="button" value="Settings"></a>
|
12 |
</td>
|
12 |
</td>
|
13 |
<td width="30%">
|
13 |
<td width="30%">
|
|
... |
|
... |
46 |
<option value="1">Ascending</option>
|
46 |
<option value="1">Ascending</option>
|
47 |
%end
|
47 |
%end
|
48 |
</select>
|
48 |
</select>
|
49 |
</td>
|
49 |
</td>
|
50 |
</tr>
|
50 |
</tr>
|
51 |
|
|
|
52 |
</table>
|
51 |
</table>
|
|
|
52 |
<input type="hidden" name="page" value="1" />
|
53 |
</form>
|
53 |
</form>
|
54 |
</div>
|
54 |
</div>
|
55 |
<!-- vim: fdm=marker:tw=80:ts=4:sw=4:sts=4:et:ai
|
55 |
<!-- vim: fdm=marker:tw=80:ts=4:sw=4:sts=4:et:ai
|
56 |
-->
|
56 |
-->
|