presque valid xhtml (reste le pb des a target=
authorx2000habouzit <x2000habouzit>
Thu, 19 Feb 2004 13:42:57 +0000 (13:42 +0000)
committerx2000habouzit <x2000habouzit>
Thu, 19 Feb 2004 13:42:57 +0000 (13:42 +0000)
templates/include/x_inscrit.tpl
templates/mescontacts.tpl

index 988b9d8..06a76c0 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: x_inscrit.tpl,v 1.1 2004-02-16 11:06:51 x2000habouzit Exp $ *}
+{* $Id: x_inscrit.tpl,v 1.2 2004-02-19 13:42:58 x2000habouzit Exp $ *}
 
 <div class="contact">
   <div class="nom">
     {/strip}
   </div>
   <div class="bits">
-    <a href="javascript:x()" onclick="popWin('x.php?x={$c.username}')"><img src="images/loupe.gif" alt="Afficher les détails"></a>
-    <a href="vcard.php/{$c.username}.vcf?x={$c.username}"><img src="images/vcard.png" alt="Afficher la carte de visite"></a>
+    <a href="javascript:x()" onclick="popWin('x.php?x={$c.username}')">
+      <img src="images/loupe.gif" alt="Afficher les détails" />
+    </a>
+    <a href="vcard.php/{$c.username}.vcf?x={$c.username}">
+      <img src="images/vcard.png" alt="Afficher la carte de visite" />
+    </a>
     <a href="mescontacts.php?action={$show_action}&amp;user={$c.username}">
-      <img src="images/{$show_action}.gif" alt="{$show_action} aux/des contacts">
+      <img src="images/{$show_action}.gif" alt="{$show_action} aux/des contacts" />
     </a>
     {perms level='admin'}
     <a href="http://www.polytechniciens.com/index.php?page=AX_FICHE_ANCIEN&amp;anc_id={$c.matricule_ax}" target="new">AX</a>
index 49d0a5f..9cd6e98 100644 (file)
@@ -1,4 +1,4 @@
-{* $Id: mescontacts.tpl,v 1.1 2004-02-16 11:06:50 x2000habouzit Exp $ *}
+{* $Id: mescontacts.tpl,v 1.2 2004-02-19 13:42:57 x2000habouzit Exp $ *}
 
 {dyn s=$erreur}
 
@@ -7,16 +7,16 @@
 </div>
 
 <form action="{$smarty.server.PHP_SELF}" method="post">
-<input type="hidden" name="action" value="ajouter" />
 <p class="normal">
   Ajouter la personne suivante à ma liste de contacts (prenom.nom) :
+  <input type="hidden" name="action" value="ajouter" />
   <input type="text" name="user" size="20" maxlength="70" />&nbsp;
   <input type="submit" value="Ajouter" />
 </p>
 </form>
 <p class="normal">
   Tu peux également rajouter des camarades dans tes contacts lors d'une recherche dans l'annuaire : 
-  il te suffit de cliquer sur l'icône <img src="images/ajouter.gif" alt="ajout contact"> en face de son nom dans les résultats !
+  il te suffit de cliquer sur l'icône <img src="images/ajouter.gif" alt="ajout contact" /> en face de son nom dans les résultats !
 </p>
 
 {dynamic}