X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fskin%2Fdefault.tpl;h=9b509dc5f017d5be6dc110ba39eb91822c2340db;hb=a0c034efcf0777541e087500e94853f515cda1ca;hp=ef4d1c282098db0db2a8c4424ee28f9a09c525eb;hpb=566db0be8b9682d6d4301e3912a5125576b97bf4;p=platal.git diff --git a/templates/skin/default.tpl b/templates/skin/default.tpl index ef4d1c2..9b509dc 100644 --- a/templates/skin/default.tpl +++ b/templates/skin/default.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2004 Polytechnique.org *} +{* Copyright (C) 2003-2008 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -19,25 +19,23 @@ {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} {* *} {**************************************************************************} - - - - - + +{include file=skin/common.doctype.tpl} + {include file=skin/common.header.tpl} {include file=skin/common.bandeau.head.tpl} - + {include file=skin/common.devel.tpl} + {if !$simple} + {include file=skin/common.bandeau.tpl} + {/if} {if $smarty.session.suid} - - - - -
- {$smarty.session.suid} ({$smarty.session.forlife}) - [exit] -
+
+ + Quitter le SU sur {$smarty.session.hruid} ({$smarty.session.perms->flags()}) + +
{/if} {if $simple} @@ -48,51 +46,20 @@ {else} - {include file=skin/common.bandeau.tpl} -
- [ Polytechnique.org ] - - - - - -
- - - {insert name="getNbIns"} polytechniciens sur le web
- {insert name="getNbNotifs"} -
- [LES X SUR LE WEB] + [ Polytechnique.org ] + {include file="skin/common.title.header.tpl"} + [LES X SUR LE WEB]
- {foreach key=menu_title item=menu_list from=$menu} - {if $menu_title} - - {/if} - {foreach item=mi from=$menu_list} - - {/foreach} - {/foreach} - {perms level=admin} - - - - - -
Valid
{insert name="mkStats"}
- {/perms} + {include file=skin/common.menu.tpl}
{include file="skin/common.content.tpl"} @@ -107,4 +74,4 @@ {/if} -{* vim:set et sw=2 sts=2 sws=2: *} +{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}