X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fprofile%2Fjobs.tpl;h=09f0a89f2b7eb07562c5022f4b89894347e569d1;hb=41f4556be0a371ee2960f1edcf57ab57354acac9;hp=759221db39cce9a96ea164e255ed6178fa74556a;hpb=ee12da4e14360ccd4fd9f7852570c5511c6fc568;p=platal.git diff --git a/templates/profile/jobs.tpl b/templates/profile/jobs.tpl index 759221d..09f0a89 100644 --- a/templates/profile/jobs.tpl +++ b/templates/profile/jobs.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 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,6 +20,8 @@ {* *} {**************************************************************************} +{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} @@ -28,11 +30,61 @@ {/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')}
@@ -66,5 +118,6 @@
+{/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}