X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fprofile%2Fjobs.tpl;h=f496e245ff64bd4c803dc6c1450369649b4dc74b;hb=a5efff1525307063a0cee655bb5c290b53e4be60;hp=e42a14ade88de4cc487c33e13f51f3a70ca62b1d;hpb=1879c7b22a1c881d6db01c867ca7853fbc49f35d;p=platal.git diff --git a/templates/profile/jobs.tpl b/templates/profile/jobs.tpl index e42a14a..f496e24 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,110 +20,85 @@ {* *} {**************************************************************************} - - +{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 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 + {if $isMe} + {$corps.originalText} + + + {else} + + + {/if} +
Corps actuel + +
Grade + +
+ +{if $smarty.session.user->checkPerms('directory_private')}
+
+ + {icon name="flag_red" title="privé"} +
Curriculum vitae
-
- - privé -
-
+
{icon name="lightbulb" title="Astuce"}Comment remplir mon CV ?
@@ -143,5 +118,6 @@ function validAddress(id, pref)
+{/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}