Adding skin : Trapped
authorx2003bruneau <x2003bruneau>
Sun, 3 Oct 2004 17:07:44 +0000 (17:07 +0000)
committerx2003bruneau <x2003bruneau>
Sun, 3 Oct 2004 17:07:44 +0000 (17:07 +0000)
htdocs/css/trapped.css [new file with mode: 0644]
htdocs/images/sk_trapped_ban.jpg [new file with mode: 0644]
htdocs/images/sk_trapped_lesX.gif [new file with mode: 0644]
htdocs/images/sk_trapped_logo.gif [new file with mode: 0644]
htdocs/images/sk_trapped_menu.gif [new file with mode: 0644]
htdocs/images/sk_trapped_monstre.jpg [new file with mode: 0644]
htdocs/images/sk_trapped_titre.gif [new file with mode: 0644]
templates/skin/trapped.tpl [new file with mode: 0644]

diff --git a/htdocs/css/trapped.css b/htdocs/css/trapped.css
new file mode 100644 (file)
index 0000000..358b657
--- /dev/null
@@ -0,0 +1,163 @@
+/***************************************************************************
+ *  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                *
+ ***************************************************************************/
+
+a:link, a:visited, a:active {
+    color: #000000;
+    background: inherit;
+}
+
+a:hover { color: #47220a; }
+
+/*******************************************************************************
+    1   Styles par défauts
+        [ balises sans attributs ou classes sans contexte ]
+*******************************************************************************/
+
+body {
+    background-color: #ffffff;
+    background-image: url('../images/sk_trapped_monstre.jpg');
+    background-position: left bottom;
+    background-repeat: no-repeat;
+    font-family: "Arial", sans-serif;
+    color: #000000;
+}
+
+/*******************************************************************************
+    2   Styles <p>, <div>, <span>, <li>
+        [ styles classiques d'effets de texte ]
+*******************************************************************************/
+
+div.rubrique {
+    color: #ffffff;
+    background-image: url("../images/sk_trapped_titre.gif");
+    background-repeat: no-repeat;
+    background-color: #200a00;
+/*    text-indent: 0.2em;
+    text-align: left;
+    font-family: "helvetica", sans-serif;
+    font-weight: bolder;
+    font-size: 120%;
+    margin-top: 1em;
+    margin-bottom: 1em;
+    padding-left: 0.5em;*/
+}
+
+/*******************************************************************************
+    3   Tableaux bicolores + classes utiles
+        [ Tableaux à lignes alternées, en taille normale, ou tiny ]
+*******************************************************************************/
+
+table.tinybicol, table.bicol {
+    background-color: #f2e9e2;
+    border: 1px solid #200a00;
+    border-collapse: collapse;
+}
+
+table.tinybicol tr, table.bicol tr { }
+table.tinybicol tr.pair, table.bicol tr.pair { background-color: #e2d9c2; }
+table.tinybicol th, table.bicol th {
+    background-color: #291602;  
+}
+
+table.tenybicol td, table.bicol td { color: #000000; }
+table
+
+/*******************************************************************************
+    4   Tableau de choix de skins
+        [ Styles pour les tableaux de types de ceux des skins ]
+*******************************************************************************/
+
+/*******************************************************************************
+    5   Contacts
+        [ Styles liés à l'affichage de contacts ]
+*******************************************************************************/
+
+div.contact-list div.contact {
+    border-top: 1px solid #000000;
+    background: #f2e9e2;
+    color: inherit;
+}
+
+div.contact div.long {
+    background: #e2d9c2;
+    color: inherit;
+}
+
+/*******************************************************************************
+    6   Profil
+        [ onglets des profils ]
+*******************************************************************************/
+
+#onglet li {
+    background: #e2d9c2;
+}
+
+/*******************************************************************************
+    7   fiche.php
+        [ cas de la fiche ]
+*******************************************************************************/
+
+/*******************************************************************************
+    A   SKIN
+        [ choix de classes faites par le skinneur
+*******************************************************************************/
+
+#body-logo {
+    border-top: none;
+    border-bottom: none;
+    border-right: 1px solid #777777;
+    border-left: none;
+}
+
+#body-top {
+    border-bottom: 2px solid #777777;
+}
+
+#body-bottom {
+    border-top: 1px solid #777777;
+    font-family: "helvetica", sans-serif;
+    font-size: x-small;
+}
+
+#body-menu {
+    font-family: "helvetica", sans-serif;
+    font-weight: bold;
+    font-size: smaller;
+    border-right: 1px solid #777777;
+}
+
+#body-menu .menu_title {
+    color : #7a614f;
+    background-color: #F2e9e2;
+    background-image: url("../images/sk_trapped_menu.jpg");
+    border-top: 1px solid #ab8b7d;
+    border-bottom: 1px solid #ab8b7d;
+    font-size: smaller;
+}
+
+#body-menu .menu_item {
+    border-right: none;
+    font-size: smaller;
+/*    padding-left: 0px;
+    text-align: left;*/
+}
+
+/* vim: set et ts=4 sts=4 sw=4: */
+/* $Id: trapped.css,v 1.1 2004-10-03 17:07:50 x2003bruneau Exp $ */
diff --git a/htdocs/images/sk_trapped_ban.jpg b/htdocs/images/sk_trapped_ban.jpg
new file mode 100644 (file)
index 0000000..78e05bb
Binary files /dev/null and b/htdocs/images/sk_trapped_ban.jpg differ
diff --git a/htdocs/images/sk_trapped_lesX.gif b/htdocs/images/sk_trapped_lesX.gif
new file mode 100644 (file)
index 0000000..56abf93
Binary files /dev/null and b/htdocs/images/sk_trapped_lesX.gif differ
diff --git a/htdocs/images/sk_trapped_logo.gif b/htdocs/images/sk_trapped_logo.gif
new file mode 100644 (file)
index 0000000..6282465
Binary files /dev/null and b/htdocs/images/sk_trapped_logo.gif differ
diff --git a/htdocs/images/sk_trapped_menu.gif b/htdocs/images/sk_trapped_menu.gif
new file mode 100644 (file)
index 0000000..cfb57d6
Binary files /dev/null and b/htdocs/images/sk_trapped_menu.gif differ
diff --git a/htdocs/images/sk_trapped_monstre.jpg b/htdocs/images/sk_trapped_monstre.jpg
new file mode 100644 (file)
index 0000000..cc14405
Binary files /dev/null and b/htdocs/images/sk_trapped_monstre.jpg differ
diff --git a/htdocs/images/sk_trapped_titre.gif b/htdocs/images/sk_trapped_titre.gif
new file mode 100644 (file)
index 0000000..cfb57d6
Binary files /dev/null and b/htdocs/images/sk_trapped_titre.gif differ
diff --git a/templates/skin/trapped.tpl b/templates/skin/trapped.tpl
new file mode 100644 (file)
index 0000000..3bab04b
--- /dev/null
@@ -0,0 +1,116 @@
+{***************************************************************************
+ *  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: trapped.tpl,v 1.1 2004-10-03 17:07:44 x2003bruneau Exp $
+ ***************************************************************************}
+
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    {include file=skin/common.header.tpl}
+    <link rel="stylesheet" type="text/css" href="{"css/default.css"|url}" media="screen" />
+    <link rel="stylesheet" type="text/css" href="{"css/trapped.css"|url}" media="screen" />
+    {if $xorg_head}
+    {include file=$xorg_head}
+    {/if}
+    {include file=skin/common.bandeau.head.tpl}
+  </head>
+  <body>
+    {include file=skin/common.devel.tpl}
+
+    {if $smarty.session.suid}
+    <table id="suid" cellpadding="0" cellspacing="0">
+      <tr>
+        <td>
+          {dynamic}
+          {$smarty.session.suid} ({$smarty.session.forlife})
+          {/dynamic}
+          [<a href="{"exit.php"|url}">exit</a>]
+        </td>
+      </tr>
+    </table>
+    {/if}
+
+  {if $simple}
+
+    <div id="content">
+      {include file=$xorg_tpl}
+    </div>
+
+  {else}
+
+    {include file=skin/common.bandeau.tpl}
+
+    <table id="body" cellpadding="0" cellspacing="0">
+      <tr>
+        <td id="body-logo">
+          <img src="{"images/sk_trapped_logo.gif"|url}" alt="[ LOGO ]" />
+        </td>
+        <td id="body-top">
+          <img src="{"images/sk_trapped_ban.jpg"|url}" alt="[ Polytechnique.org ]" />
+          <table>
+            <tr>
+              <td class="date-heure">
+                <script type="text/javascript">
+                  <!--
+                  document.write(getNow());
+                  //-->
+                </script>
+              </td>
+              <td class="inscrits">{insert name="getNbIns"} polytechniciens sur le web</td>
+            </tr>
+          </table>
+          <img src="{"images/sk_trapped_lesX.gif"|url}" alt="[LES X SUR LE WEB]" />
+        </td>
+      </tr>
+      <tr>
+        <td id="body-menu">
+          {include_php file=menu.conf.php}
+          {foreach key=menu_title item=menu_list from=$menu}
+          {if $menu_title}
+          <div class="menu_title">{$menu_title}</div>
+          {/if}
+          {foreach key=menu_item item=menu_url from=$menu_list}
+          <div class="menu_item"><a href="{$menu_url|url}">{$menu_item}</a></div>
+          {/foreach}
+          {/foreach}
+          {perms level=admin}
+          <table class="bicol" style="font-weight:normal;text-align:center; border-left:0px; border-right:0px; margin-top:0.5em; width:100%; margin-left: 0; font-size: smaller;">
+            <tr><th>Valid</th></tr>
+            <tr class="impair">
+              <td><a href="{"admin/valider.php"|url}">{insert name="mkStats"}</a></td>
+            </tr>
+          </table>
+          {/perms}
+        </td>
+        <td id="content">
+          {include file=$xorg_tpl}
+        </td>
+      </tr>
+      <tr>
+        <td id="body-bottom" colspan="2">
+          {include file=skin/common.footer.tpl}
+        </td>
+      </tr>
+    </table>
+  {/if}
+  </body>
+</html>
+{* vim:set et sw=2 sts=2 sws=2: *}