migrate search module.
[platal.git] / templates / search / quick.form.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
50a40a33 3{* Copyright (C) 2003-2006 Polytechnique.org *}
0337d704 4{* http://opensource.polytechnique.org/ *}
5{* *}
6{* This program is free software; you can redistribute it and/or modify *}
7{* it under the terms of the GNU General Public License as published by *}
8{* the Free Software Foundation; either version 2 of the License, or *}
9{* (at your option) any later version. *}
10{* *}
11{* This program is distributed in the hope that it will be useful, *}
12{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
13{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
14{* GNU General Public License for more details. *}
15{* *}
16{* You should have received a copy of the GNU General Public License *}
17{* along with this program; if not, write to the Free Software *}
18{* Foundation, Inc., *}
19{* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *}
20{* *}
21{**************************************************************************}
22
23<h1>Recherche simple dans l'annuaire</h1>
24
09824164 25<form action="{rel}/search" method="get"{if $show_js} id="quick_form"{/if}>
0337d704 26 <table class="bicol" cellspacing="0" cellpadding="4">
27 <tr>
28 <td style="width: 78%">
29 <input type='text' name="quick" value="{$smarty.request.quick}" style="width: 100%" /><br />
30 {min_auth level='cookie'}
31 <input type='checkbox' name='order' value='date_mod' {if $smarty.request.order eq "date_mod"}checked='checked'{/if} />
32 mettre les fiches modifiées récemment en premier
33 {if $smarty.request.nonins}
34 <br /><input type='checkbox' name='nonins' readonly="readonly" checked='checked' value='1' /> Chercher uniquement des non inscrits
35 {/if}
36 {/min_auth}
37 </td>
38 <td>
39 <input type="submit" value="Chercher" />
40 {min_auth level="cookie"}
09824164 41 <br /><a class='smaller' href="{rel}/search/adv">Recherche&nbsp;avancée</a>
0337d704 42 {/min_auth}
43 </td>
44 </tr>
45 </table>
46</form>
47
48<br />
49
50{if $show_js}
51{literal}
52<script type="text/javascript">
53 <!--
54 // Activate the first search input field.
55 document.getElementById("quick_form").quick.focus();
56 // -->
57</script>
58{/literal}
59{/if}
60{* vim:set et sw=2 sts=2 sws=2: *}