X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnet%2Fskin.tpl;h=a62d9d403d61be2a443fc9cdd19707be72dcc4fc;hb=646a45825d19a33e2fcafe7ad5ddd773eea0df46;hp=4aa16864f8d1784775c84cb21cb46d17cb49c871;hpb=908db125b895b963213e75c16d6428d36e866b04;p=platal.git diff --git a/templates/xnet/skin.tpl b/templates/xnet/skin.tpl index 4aa1686..a62d9d4 100644 --- a/templates/xnet/skin.tpl +++ b/templates/xnet/skin.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 Polytechnique.org *} +{* Copyright (C) 2003-2008 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -27,6 +27,7 @@ + @@ -96,7 +97,7 @@ {if $xnet_type} - {$xnet_type} + {$xnet_type} {if $asso} @@ -123,7 +124,7 @@ {if $menu && !$simple} - + {foreach from=$menu key=title item=submenu} {if $title neq 'no_title'}

{$title}

{/if} {foreach from=$submenu key=tit item=url} @@ -134,50 +135,24 @@ {/if} {/foreach} {/foreach} - - - {if $asso && ($is_admin || $smarty.session.suid.perms->hasFlag('admin') || $smarty.session.suid.may_update[$asso.id])} -
-
-
- voir le site en tant que... - - -
-
-
- {/if} - X.net » - {if $asso} - {$asso.cat|cat_pp} » - {if $asso.dom} - {$asso.domnom} » - {/if} - {$asso.nom} - {elseif $cat} - {$cat|cat_pp} » - {if $dom || !$doms} - {if $cat eq 'promotions'} - Choix de la promotion - {else} - Choix de l'Asso - {/if} - {else} - Choix du domaine - {/if} - {elseif $wikipage} - Documentation + {if $asso && ($is_admin || + ($smarty.session.suid && ($smarty.session.suid.perms->hasFlag('admin') || + $smarty.session.suid.may_update[$asso.id])))} +

Voir le site comme...

+
+
+ +
+
{/if} - - {include file="skin/common.content.tpl"} @@ -216,11 +191,10 @@ {list_all_my_groups} {if !$smarty.session.auth} -
Me connecter :
+
Me connecter :
polytechnicien {if $platal->pl_self() neq 'exit'} - {javascript name=jquery} - + {/if} {/if} @@ -248,16 +222,16 @@ plan du site - services proposés - à propos de ce site - - {mailto address="contact@polytechnique.org" text="nous contacter" encode="javascript"} + nous contacter {if $smarty.session.auth} - signaler un bug {/if}
- © Copyright 2000-2007 Association Polytechnique.org + Plat/al {#globals.version#} - © Copyright 2000-2008 Association Polytechnique.org {/if} - + {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}