Happy New Year!
[platal.git] / templates / include / form.valid.homonymes.tpl
index caaedac..c1e3147 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2014 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 {**************************************************************************}
 
 <tr class="pair">
-  <td class="titre">Adresse litigieuse :</td>
+  <td class="titre">Adresse litigieuse&nbsp;:</td>
   <td>
-    {$valid->loginbis}@polytechnique.org
+    {$valid->email}@polytechnique.org
   </td>
 </tr>
 <tr class="pair">
-  <td class="titre">Homonymes :</td>
+  <td class="titre">Homonymes&nbsp;:</td>
   <td>
-    {foreach from=$valid->homonymes_forlife item=o}
-    <a href='{rel}/fiche.php?user={$o}' class='popup2'>{$o}</a>
+    {foreach from=$valid->homonymes_hruid item=o}
+    <a href='profile/{$o}' class='popup2'>{$o}</a>
     {/foreach}
   </td>
 </tr>
 
-{* vim:set et sw=2 sts=2 sws=2: *}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}