Uses properly resized thumbnails for medals in user's profile.
[platal.git] / templates / search / adv.links.tpl
index 6abf952..dd13ea1 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 {*                                                                        *}
 {**************************************************************************}
 
-{if $do_title}<h1>Recherche avancée</h1>{/if}
+{if $do_title}<h1>Recherche dans l'annuaire</h1>{/if}
 
-<ul>
+<ul class="noprint">
   {if $with_soundex && ($smarty.request.firstname || $smarty.request.name)}
-  <li>Étendre ta recherche par <strong>
-    <a  href="{$with_soundex}">proximité sonore</a>
+  <li>Étendre ta recherche par <strong>
+    <a  href="search/adv{$plset_search}with_soundex=1">proximité sonore</a>
   </strong>
   </li>
   {/if}
 
-  <li><strong><a href="{$url_search_form}">Modifier</a>
+  <li><strong><a href="search/adv{$plset_search|regex_replace:"/rechercher=[^&]*/":""}">Modifier</a>
   </strong> ta recherche
   </li>
 
   <li>Effectuer une nouvelle <strong>
-    <a href="{$smarty.server.PHP_SELF}">recherche avancée</a>
+    <a href="search/adv">recherche avancée</a>
   </strong>
   </li>
   
   <li>Effectuer une nouvelle <strong>
-    <a href="{rel}/search">recherche simple</a>
+    <a href="search">recherche simple</a>
   </strong>
   </li>
 </ul>
   
-{* vim:set et sw=2 sts=2 sws=2: *}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}