From: x98ho Date: Sun, 17 Oct 2004 01:29:36 +0000 (+0000) Subject: WEB THEMES : adding : LiteSkin (migrating from old version site) X-Git-Tag: xorg/old~1241 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f80e1f30fc5b9b07dd9e9075b320591276ba85fc;p=platal.git WEB THEMES : adding : LiteSkin (migrating from old version site) --- diff --git a/htdocs/images/sk_liteskin_logo.png b/htdocs/images/sk_liteskin_logo.png new file mode 100644 index 0000000..1601e4f Binary files /dev/null and b/htdocs/images/sk_liteskin_logo.png differ diff --git a/htdocs/images/sk_liteskin_titre.png b/htdocs/images/sk_liteskin_titre.png new file mode 100644 index 0000000..56c8a3f Binary files /dev/null and b/htdocs/images/sk_liteskin_titre.png differ 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: *}