]> git.sur5r.net Git - contagged/blob - templates/list_filter.tpl
7f2d1c645f4172593302bf7aa1f53bde76bbef89
[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 {if $conf.extended}
45 <td class="filterrow" align="right">
46   <form method="get" action="index.php" style="display:inline">
47     <select name="marker" class="searchfield">
48       <option value="">--- {$lang.marker} ---</option>
49       {html_options values=$markers output=$markers selected=$smarty.request.marker}
50     </select>
51     <input type="submit" value="{$lang.search}" class="searchbutton">
52   </form>
53 </td>
54 {/if}
55 <td class="filterrow" align="right">
56   <form method="get" action="index.php" style="display:inline" accept-charset="utf-8">
57     <input type="text" name="search" class="searchfield" value="{$smarty.request.search}">
58     <input type="submit" value="{$lang.search}" class="searchbutton">
59   </form>
60 </td>
61 </tr>
62 </table>