X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fprofile%2Fskill.tpl;h=d88ca689e94a75d6aba906fc19ebb73a11a4c104;hb=d0327f6de73e81c4bcc656471ca4161e4f1e1e1b;hp=861965799e0afcb39bb5215ca18aa216a28057ef;hpb=a7de4ef724d1a3b0bf978a50ce7cc9d23412c7a0;p=platal.git diff --git a/templates/profile/skill.tpl b/templates/profile/skill.tpl index 8619657..d88ca68 100644 --- a/templates/profile/skill.tpl +++ b/templates/profile/skill.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 Polytechnique.org *} +{* Copyright (C) 2003-2008 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,195 +20,77 @@ {* *} {**************************************************************************} + + + + + + + + + + +
+
+ + {icon name="flag_red" title="privé"} +
+ Compétences professionnelles +
+ Domaine : + + +
+ {foreach from=$competences item=competence key=id} + {include file="profile/skill.skill.tpl" cat='competences' skill=$competence id=$id levels=$comp_level} + {/foreach} +
-{literal} - -{/literal} - -
- - - - - - - - - - - - - {foreach from=$cpro_name key=i item=name} - - - - - - {/foreach} - {if $nb_cpro < $nb_cpro_max} - - - - - - {/if} -
- Compétences professionnelles - - - -
- - - - - -
- - - privé -
-
- Domaine - - Niveau - -   -
- {$name} - -   {$cpro_level.$i} - - retirer -
- - - - - ajouter -
-
- -
- - - - - - - - - - - - - {foreach from=$langue_name item=name key=i} - - - - - - {/foreach} - {if $nb_lg < $nb_lg_max} - - - - - - {/if} -
- Compétences linguistiques - - - -
- - - - - -
- - - privé -
-
- Langue - - Niveau - - Quel niveau ? -
- {$name} - -   {if $langue_level.$i == 0}-{else}{$langue_level.$i}{/if} - - retirer -
- - - - - ajouter -
-
+ + + + + + + + + + +
+
+ + {icon name="flag_red" title="privé"} +
+ Compétences linguistiques +
+ Domaine : + + +
+ {foreach from=$langues item=langue key=id} + {include file="profile/skill.skill.tpl" cat='langues' skill=$langue id=$id levels=$lang_level} + {/foreach} +
{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}