Fix case-sensitivity issues in mailing lists
[platal.git] / templates / search / adv.form.tpl
index 6da13d9..f35bf4e 100644 (file)
 {*                                                                        *}
 {**************************************************************************}
 
-<h1>Recherche avancée</h1>
+<h1>Recherche dans l'annuaire</h1>
 
-<p>[<a href="{rel}/search">Recherche simple</a>]</p>
-
-<form id="recherche" action="{$smarty.server.PHP_SELF}" method="get">
+<form id="recherche" action="search/adv" method="get">
+  <script type="text/javascript">{literal}
+    function launch_form(url) {
+      var f = document.getElementById('recherche');
+      f.action = url;
+      f.submit();
+    }
+  {/literal}</script>
   <table class="bicol" cellpadding="3" summary="Recherche">
     <tr>
+      <th colspan="2">
+        Recherche avancée [<a href="search">&lt;&lt;&lt;&nbsp;Recherche simple</a>]
+      </th>
+    </tr>
+    <tr>
       <td>Nom</td>
       <td>
        <input type="hidden" name="rechercher" value="Chercher"/>
        <input type="submit" style="display:none"/>
         <input type="text" name="name" size="32" value="{$smarty.request.name}" />
         {if $smarty.request.name && !$with_soundex && $smarty.request.recherche}
-        <a class='smaller' href="{$smarty.server.PHP_SELF}?with_soundex=1&amp;{$url_args}">
+        <a class='smaller' href="search/adv?with_soundex=1&amp;{$url_args}">
           étendre par proximité sonore
         </a>
         {/if}
@@ -44,7 +54,7 @@
       <td>
         <input type="text" name="firstname" size="32" value="{$smarty.request.firstname}" />
         {if $smarty.request.firstname && !$with_soundex && $smarty.request.recherche}
-        <a class='smaller' href="{$smarty.server.PHP_SELF}?with_soundex=1&amp;{$url_args}">
+        <a class='smaller' href="search/adv?with_soundex=1&amp;{$url_args}">
           étendre par proximité sonore
         </a>
         {/if}
       <td>Commentaire contient</td>
       <td><input type="text" name="free" size="32" value="{$smarty.request.free}" /></td>
     </tr>
+    <tr>
+      <td colspan="2" style="padding-top: 1.5em">
+        <div style="float: right">
+          <input type="button" value="Chercher" onclick="launch_form('search/adv')"/>
+        </div>
+        {if $smarty.session.auth ge AUTH_COOKIE}
+          <input type='checkbox' name='order' value='date_mod' {if $smarty.request.order eq "date_mod"}checked='checked'{/if} />
+          mettre les fiches modifiées récemment en premier
+        {/if}
+      </td>
+    </tr>
   </table>
-       {min_auth level='cookie'}
-       <p>
-               <input type='checkbox' name='order' value='date_mod' {if $smarty.request.order eq "date_mod"}checked='checked'{/if} />
-               mettre les fiches modifiées récemment en premier
-       </p>
-       {/min_auth}
 </form>
-       <p class="center">
-               <script type="text/javascript">{literal}
-               function launch_form(url) {
-                       var f = document.getElementById('recherche');
-                       f.action = url;
-                       f.submit();
-               }
-               {/literal}</script>
-               {if $use_map}
-                 <input type="button" value="Voir les résultats sur une carte" onclick="launch_form('geoloc/')"/>
-               {/if}
-               <input type="button" value="Chercher" onclick="launch_form('{$smarty.server.PHP_SELF}')"/>
-  </p>
+<p class="center">
+  <input type="button" value="Voir les résultats sur une carte" onclick="launch_form('geoloc/')"/>
+</p>
 <p>
   <strong>N.B.</strong> Le caractère joker * peut remplacer une ou plusieurs lettres dans les recherches.
 </p>