X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fprofile%2Fjobs.tpl;h=aa6e0df033147472788b13fb1f09260e80fd513b;hb=8127963d297fab1ccb03df8f69cc9ddcdc645036;hp=69022ffa625618427f155b4449d93bb8e1231ef9;hpb=3950bc21efd9cd06d800248b36abdeee00e25132;p=platal.git diff --git a/templates/profile/jobs.tpl b/templates/profile/jobs.tpl index 69022ff..aa6e0df 100644 --- a/templates/profile/jobs.tpl +++ b/templates/profile/jobs.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -20,39 +20,78 @@ {* *} {**************************************************************************} - -{foreach from=$entreprises item=job key=i} -
-{include file="profile/jobs.job.tpl" i=$i job=$job} -
+{javascript name=jquery.jstree} +{javascript name=jobtermstree} +{foreach from=$jobs item=job key=i} +{include file="profile/jobs.job.tpl" i=$i job=$job new=false} {/foreach} {if $jobs|@count eq 0} -
-{include file="profile/jobs.job.tpl" i=0 job=0} -
+{include file="profile/jobs.job.tpl" i=0 job=0 new=true} {/if}
{icon name=add title="Ajouter un emploi"} Ajouter un emploi +

- +
+ + + + + + + + + + + + + + + +
+
+ {include file="include/flags.radio.tpl" name="corps[pub]" val=$corps.pub} +
+ Corps +
Corps d'origine + +
Corps actuel + +
Grade + +
+ +{if $smarty.session.user->checkPerms('directory_private')} +
- Informations professionnelles - CV +
+ + {icon name="flag_red" title="privé"} +
+ Curriculum vitae
-
Curriculum vitae :
-
- - privé -
-
+{/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}