Fusion: highlight in bold mismatched names
[platal.git] / templates / fusionax / names.tpl
index 41f94fd..a001770 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2014 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -94,9 +94,9 @@
     <td>{$profile.pid}</td>
     <td>{$profile.ax_id}</td>
     <td>{$profile.hrpid}</td>
-    <td>{$profile.Nom_patronymique}</td>
-    <td>{$profile.Nom_usuel}</td>
-    <td>{$profile.Nom_complet}</td>
+    <td style="{if $profile.cond_patro}font-weight:bold;{/if}">{$profile.Nom_patronymique}</td>
+    <td style="{if $profile.cond_ordinary}font-weight:bold;{/if}">{$profile.Nom_usuel}</td>
+    <td style="{if $profile.cond_full}font-weight:bold;{/if}">{$profile.Nom_complet}</td>
     <td>{$profile.lastname_initial}</td>
     <td>{$profile.lastname_main}</td>
     <td>{$profile.lastname_marital}</td>
 </ul>
 {/if}
 
-{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}
+{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}