X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnet%2Fskin.tpl;h=f1339870ef5a206b7d6838f369239640e315c907;hb=4f494e74bb1310de55ce335324a966e31b6c72cb;hp=237876681dfbb942394425cef5bbb5696c36f948;hpb=19413120e7b787f9e16f7ee1e81c6ea62eaa0acd;p=platal.git diff --git a/templates/xnet/skin.tpl b/templates/xnet/skin.tpl index 2378766..f133987 100644 --- a/templates/xnet/skin.tpl +++ b/templates/xnet/skin.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2007 Polytechnique.org *} +{* Copyright (C) 2003-2009 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -27,8 +27,10 @@ + + @@ -37,37 +39,17 @@ - {foreach from=$xorg_css item=css} - - {/foreach} - {foreach from=$xorg_inline_css item=css} - - {/foreach} + {include core=plpage.header.tpl} - {foreach from=$xorg_js item=js} - - {/foreach} {javascript name=overlib} - - {if $xorg_rss} - - {/if} - - {if $xorg_extra_header} - {$xorg_extra_header|smarty:nodefaults} - {/if} - - Les associations polytechniciennes {include file=skin/common.bandeau.head.tpl} - {include file=skin/common.devel.tpl} + {include core=plpage.devel.tpl} {if !$simple} {include file=skin/common.bandeau.tpl} {/if} @@ -96,7 +78,7 @@ {if $xnet_type} - {$xnet_type} + {$xnet_type} {if $asso} @@ -123,7 +105,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,58 +116,32 @@ {/if} {/foreach} {/foreach} - - - {if $asso && ($is_admin || $smarty.session.suid.perms eq '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"} + {include core=plpage.content.tpl} {else} - {include file="skin/common.content.tpl"} + {include core=plpage.content.tpl} {if !$simple} @@ -216,16 +172,15 @@ {list_all_my_groups} {if !$smarty.session.auth} -
Me connecter :
+
Me connecter :
polytechnicien {if $platal->pl_self() neq 'exit'} - {javascript name=jquery} - + {/if} {/if} - {if $smarty.session.perms->hasFlag('admin')} + {if hasPerm('admin')} Gérer les groupes {icon name=wrench title="Administration"} @@ -248,16 +203,23 @@ 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 + - signaler un bug {/if}
- © Copyright 2000-2007 Association Polytechnique.org + Plat/al {#globals.version#} - © Copyright 2000-2009 Association Polytechnique.org +
+ Liste1 + Liste2 + +
{/if} - + {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}