X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fskin%2Fcommon.menu.tpl;h=c883869849a89b64f9cf624f38a8b868fa4cfdbf;hb=bfe9f4c752e8889ab5a269bddd27ea43b31d567e;hp=e7e00f9dcf12179bf6094bd430984df0dddb0014;hpb=2aa2c77aef77e0bfba275dfcb3b257a8f8d66ef1;p=platal.git diff --git a/templates/skin/common.menu.tpl b/templates/skin/common.menu.tpl index e7e00f9..c883869 100644 --- a/templates/skin/common.menu.tpl +++ b/templates/skin/common.menu.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2009 Polytechnique.org *} +{* Copyright (C) 2003-2011 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -24,7 +24,7 @@ - + @@ -38,41 +38,71 @@ {else} -{if $smarty.session.auth == AUTH_MDP} +{if $smarty.session.auth == AUTH_PASSWD} {elseif $smarty.cookies.ORGaccess} {/if} +{if hasPerm('mail')} +{/if} +{if $smarty.session.user->hasProfile()} +{/if} +{if hasPerm('directory_private')} +{/if} +{if hasPerm('mail')} +{/if} +{if hasPerm('forums')} -{if $smarty.session.googleapps} +{/if} +{if $smarty.session.user->googleapps} {/if} +{if hasPerm('user')} +{/if} +{if hasPerm('payment')} +{/if} +{if hasPerm('mail')} +{/if} - +{if hasPerm('directory_private,edit_directory')} + +{/if} +{if hasPerm('directory_private')} + +{/if} +{if hasPerm('groups')} +{/if} +{if hasPerm('directory_private') && $smarty.session.user->hasProfile()} + {assign var='profile' value=$smarty.session.user->profile()} + {if $profile->isDeltaTenEnabled(#Profile::DELTATEN_YOUNG#)} + + {/if} +{/if} + @@ -81,9 +111,33 @@ - +
+ {xsrf_token_field} + +
+
+ {xsrf_token_field} + +
@@ -97,6 +151,13 @@
Validations
{/if} +{if hasPerm('edit_directory')} + + + + +{/if} + {/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}