X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fprofile%2Fjobs.tpl;h=09f0a89f2b7eb07562c5022f4b89894347e569d1;hb=41f4556be0a371ee2960f1edcf57ab57354acac9;hp=7e1a2279396dec6e783ae85c387711dea7c64966;hpb=e8a898662eeafa5201082067a7aac46573884ebb;p=platal.git diff --git a/templates/profile/jobs.tpl b/templates/profile/jobs.tpl index 7e1a227..09f0a89 100644 --- a/templates/profile/jobs.tpl +++ b/templates/profile/jobs.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2008 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,7 +30,7 @@ {/if}
- + {icon name=add title="Ajouter un emploi"} Ajouter un emploi

@@ -46,11 +48,18 @@ Corps d'origine + {if $isMe} + {$corps.originalText} + + + {else} + + {/if} @@ -75,6 +84,7 @@ +{if $smarty.session.user->checkPerms('directory_private')}
@@ -108,5 +118,6 @@
+{/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}