From f80e1f30fc5b9b07dd9e9075b320591276ba85fc Mon Sep 17 00:00:00 2001 From: x98ho Date: Sun, 17 Oct 2004 01:29:36 +0000 Subject: [PATCH] WEB THEMES : adding : LiteSkin (migrating from old version site) --- htdocs/images/sk_liteskin_logo.png | Bin 0 -> 619 bytes htdocs/images/sk_liteskin_titre.png | Bin 0 -> 285 bytes templates/skin/liteskin.tpl | 115 ++++++++++++++++++++++++++++++++++++ 3 files changed, 115 insertions(+) create mode 100644 htdocs/images/sk_liteskin_logo.png create mode 100644 htdocs/images/sk_liteskin_titre.png create mode 100644 templates/skin/liteskin.tpl diff --git a/htdocs/images/sk_liteskin_logo.png b/htdocs/images/sk_liteskin_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..1601e4f8699412cd2b6259c4b99c3d823d7cbf82 GIT binary patch literal 619 zcmeAS@N?(olHy`uVBq!ia0vp^$w2JE!3-p?_U#4R|DNig)WpGT%PfAtr%uP&B4N6T+sVqF1Y6Dcn7T^=&`v3p`G=`ZIy#09?7#LrB zx;TbZ+)7GVV9UUvP^Hkou!x81z!SsI?7L)p zPTXYCysa>saS0<+$03=s9syzIHC|NOhy85}Sb4q9e0F;iWcmMzZ literal 0 HcmV?d00001 diff --git a/htdocs/images/sk_liteskin_titre.png b/htdocs/images/sk_liteskin_titre.png new file mode 100644 index 0000000000000000000000000000000000000000..56c8a3f5508359eebe2bed1efcb2a9e27c4a7e56 GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0y~yV2lB>B{-OYWMkRZ3qXn`-O<;Pfnog#bJnhxK)z&& zYeY$Kep*R+Vo@rCV@iHfs)A>3VtQ&&YGO)d;mK4Rpdz*apAgso|NjG-p@%Nl0jas3 zE{-7;w~`VhSWTE27)`n|I2f2RL@o+2uw2ksq{zUrAkf8`LBL^gM;n7egPR~PqXR>) lk`z+|gOsZY3vD$pGbrp}V9arx9S3wMgQu&X%Q~loCIFzSM^pd+ literal 0 HcmV?d00001 diff --git a/templates/skin/liteskin.tpl b/templates/skin/liteskin.tpl new file mode 100644 index 0000000..2bed41a --- /dev/null +++ b/templates/skin/liteskin.tpl @@ -0,0 +1,115 @@ +{*************************************************************************** + * Copyright (C) 2003-2004 Polytechnique.org * + * http://opensource.polytechnique.org/ * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the Free Software * + * Foundation, Inc., * + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * + *************************************************************************** + $Id: liteskin.tpl,v 1.1 2004-10-17 01:29:48 x98ho Exp $ + ***************************************************************************} + + + + + + {include file=skin/common.header.tpl} + + + {if $xorg_head} + {include file=$xorg_head} + {/if} + {include file=skin/common.bandeau.head.tpl} + + + {include file=skin/common.devel.tpl} + + {if $smarty.session.suid} + + + + +
+ {dynamic} + {$smarty.session.suid} ({$smarty.session.forlife}) + {/dynamic} + [exit] +
+ {/if} + + {if $simple} + +
+ {include file=$xorg_tpl} +
+ + {else} + + {include file=skin/common.bandeau.tpl} + + + + + + + + + + + + + +
+ [ Polytechnique.org ] + + + + + +
+ + {insert name="getNbIns"} polytechniciens sur le web
+
+ {include_php file=menu.conf.php} + {foreach key=menu_title item=menu_list from=$menu} + {if $menu_title} + + {/if} + {foreach key=menu_item item=menu_url from=$menu_list} + + {/foreach} + {/foreach} + {perms level=admin} + + + + + +
Valid
{insert name="mkStats"}
+ {/perms} +
+ {include file=$xorg_tpl} +
+ {include file=skin/common.footer.tpl} +
+ {/if} + + +{* vim:set et sw=2 sts=2 sws=2: *} -- 2.1.4