X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fprofile%2Ffiche_referent.tpl;h=0fe683d8c9132b413c715994915b7a3254a3e505;hb=8e5c605f090cf1267e14c649d6a45970a7836ae7;hp=0ded2bc15d080885102ef682f73fa5803747eb20;hpb=fde60e9f70691456b2c799c43c65126e9913791e;p=platal.git diff --git a/templates/profile/fiche_referent.tpl b/templates/profile/fiche_referent.tpl index 0ded2bc..0fe683d 100644 --- a/templates/profile/fiche_referent.tpl +++ b/templates/profile/fiche_referent.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2010 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,8 +20,11 @@ {* *} {**************************************************************************} -{javascript name=ajax} -{assign var=sectors value=$profile->getMentoringSectors()} + + +{assign var=terms value=$profile->getMentoringTerms()} {assign var=countries value=$profile->getMentoringCountries()}
@@ -33,21 +36,21 @@
- {if $profile->expertise != '' || $sectors|count || $countries|count } + {if $profile->mentor_expertise != '' || $terms|count || $countries|count }

Informations de référent :

- {if $profile->expertise} + {if $profile->mentor_expertise}
Expertise :
- {$profile->expertise|nl2br} + {$profile->mentor_expertise|nl2br}
{/if} - {if $sectors|count} + {if $terms|count}
- Secteurs :
+ Mots-clefs :
    - {foreach from=$sectors item="sector" key="i"} -
  • {$sector.sector}{if $sector.subsector != ''} ({$sector.subsector}){/if}
  • + {foreach from=$terms item="term"} +
  • {$term->full_name}
  • {/foreach}