]> git.sur5r.net Git - contagged/blob - templates/search.tpl
Merge pull request #15 from cweiske/master
[contagged] / templates / search.tpl
1     <form method="get" action="index.php" accept-charset="utf-8" class="search">
2         <input type="text" name="search" class="searchfield" id="searchfield"
3                value="{$smarty.request.search|h}" />
4         <input type="submit" value="{$lang.search}" class="button" />
5     </form>
6
7 {if $fields._marker}
8     <form method="get" action="index.php" accept-charset="utf-8" class="tags">
9         <a href="tags.php" class="tag">{$lang.marker}</a>:
10
11         <input name="marker" class="searchfield" type="text" id="taglookup"
12                value="{$smarty.request.marker|h}" />
13         <input type="submit" value="{$lang.search}" class="button" />
14     </form>
15 {/if}
16