]> git.sur5r.net Git - contagged/blob - templates/list_filter.tpl
ac0dab4a84a6b92923c164d73a4f97be45dd4bc3
[contagged] / templates / list_filter.tpl
1 <table cellspacing="0" cellpadding="0" width="100%">
2 <tr>
3 <td class="filterrow">
4   <a href="index.php?filter=a">A</a>
5   <a href="index.php?filter=b">B</a>
6   <a href="index.php?filter=c">C</a>
7   <a href="index.php?filter=d">D</a>
8   <a href="index.php?filter=e">E</a>
9   <a href="index.php?filter=f">F</a>
10   <a href="index.php?filter=g">G</a>
11   <a href="index.php?filter=h">H</a>
12   <a href="index.php?filter=i">I</a>
13   <a href="index.php?filter=j">J</a>
14   <a href="index.php?filter=k">K</a>
15   <a href="index.php?filter=l">L</a>
16   <a href="index.php?filter=m">M</a>
17   <a href="index.php?filter=n">N</a>
18   <a href="index.php?filter=o">O</a>
19   <a href="index.php?filter=p">P</a>
20   <a href="index.php?filter=q">Q</a>
21   <a href="index.php?filter=r">R</a>
22   <a href="index.php?filter=s">S</a>
23   <a href="index.php?filter=t">T</a>
24   <a href="index.php?filter=u">U</a>
25   <a href="index.php?filter=v">V</a>
26   <a href="index.php?filter=w">W</a>
27   <a href="index.php?filter=x">X</a>
28   <a href="index.php?filter=y">Y</a>
29   <a href="index.php?filter=z">Z</a>
30   <a href="index.php?filter=other">#</a>
31   <a href="index.php?filter=*">*</a>
32 </td>
33 {if $conf.openxchange}
34 <td class="filterrow" align="right">
35   <form method="get" action="index.php" style="display:inline">
36     <select name="categories" class="searchfield">
37       <option value="">--- {$lang.categories} ---</option>
38       {html_options values=$categories output=$categories selected=$smarty.request.categories}
39     </select>
40     <input type="submit" value="{$lang.search}" class="searchbutton">
41   </form>
42 </td>
43 {/if}
44
45 {if $conf.extended}
46 <td class="filterrow" align="right">
47   <form method="get" action="index.php" style="display:inline">
48     <a href="tags.php">{$lang.marker}</a>:
49     <input name="marker" class="searchfield" type="text" id="taglookup" value="{$smarty.request.marker|escape}"/>
50     <input type="submit" value="{$lang.search}" class="searchbutton">
51   </form>
52 </td>
53 <div id="tagresult" class="autocomplete"></div>
54
55 {/if}
56 <td class="filterrow" align="right">
57   <form method="get" action="index.php" style="display:inline" accept-charset="utf-8">
58     <input type="text" name="search" class="searchfield" value="{$smarty.request.search}">
59     <input type="submit" value="{$lang.search}" class="searchbutton">
60   </form>
61 </td>
62 </tr>
63 </table>