X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Fxnet%2Fskin.tpl;h=b8a29af3da2270650e791a5f8085e2f77147e947;hb=4fc3b1132d792895401ea526ad47f549ceb39f5d;hp=4bf4f96191695d39293fe4d99a39055b4fae59f8;hpb=8935dd2824f6013b6690320849e5bcb87fff9d7f;p=platal.git diff --git a/templates/xnet/skin.tpl b/templates/xnet/skin.tpl index 4bf4f96..b8a29af 100644 --- a/templates/xnet/skin.tpl +++ b/templates/xnet/skin.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2008 Polytechnique.org *} +{* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} @@ -39,46 +39,17 @@ - {foreach from=$pl_css item=css} - - {/foreach} - {foreach from=$pl_inline_css item=css} - - {/foreach} - {foreach from=$pl_link item=link} - - {/foreach} - - {foreach from=$pl_js item=js} - - {/foreach} - {javascript name=overlib} - - {if $pl_rss} - - {/if} - - {if $pl_extra_header} - {$pl_extra_header|smarty:nodefaults} - {/if} - - Les associations polytechniciennes + {include core=plpage.header.tpl} {include file=skin/common.bandeau.head.tpl} - {include file=skin/common.devel.tpl} - {if !$simple} + {include core=plpage.devel.tpl} + {if !t($simple)} {include file=skin/common.bandeau.tpl} {/if} - {if !$simple} + {if !t($simple)}
@@ -87,10 +58,10 @@ Logo Assos - {if $xnet_type} + {if t($xnet_type)} - {if $asso} + {if t($asso)} {/if}{* fin simple *} - {if $menu && !$simple} + {if $menu && !t($simple)} {else} - {if !$simple} + {if !t($simple)} @@ -185,7 +158,7 @@ {/if} {/if} - {if !$simple} + {if !t($simple)} @@ -231,7 +204,7 @@ - signaler un bug {/if}
- Plat/al {#globals.version#} - © Copyright 2000-2008 Association Polytechnique.org + Plat/al {#globals.version#} - © Copyright 1999-2010 Association Polytechnique.org
- {if $xnet_type} + {if t($xnet_type)} Logo {$xnet_type} {else} - Logo {$xnet_type} + Logo institutions {/if} @@ -99,14 +70,14 @@ bandeau - {$xnet_type} + {$xnet_type}
- {include file="skin/common.content.tpl"} + {include core=plpage.content.tpl}
- {include file="skin/common.content.tpl"} + {include core=plpage.content.tpl}
----------
----------