Export city as well
[infodrom.org/www.zeitungsliste.de] / templates / searchform.html
1 <style type="text/css">
2 .searchform {
3   text-align: right;
4 }
5 .searchform form {
6   margin-bottom: 4px;
7 }
8 .searchform input {
9   font-size: 10px;
10   padding: 0;
11   margin: 0;
12 }
13 </style>
14
15 <div class="searchform">
16 <form id="searchform" method="post" action="@basepath@search.html" onsubmit="return check_searchform();">
17 <input type="text" name="keyword" id="keyword" tabindex="1" value="@keyword@" size="17" />
18 <input class="button" type="submit" tabindex="2" value="Suchen">
19 </form></div>
20