3ba34e031a868b021cdc15977d5dffba367a60f1
[platal.git] / templates / xnet / skin.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2006 Polytechnique.org                             *}
4 {*  http://opensource.polytechnique.org/                                  *}
5 {*                                                                        *}
6 {*  This program is free software; you can redistribute it and/or modify  *}
7 {*  it under the terms of the GNU General Public License as published by  *}
8 {*  the Free Software Foundation; either version 2 of the License, or     *}
9 {*  (at your option) any later version.                                   *}
10 {*                                                                        *}
11 {*  This program is distributed in the hope that it will be useful,       *}
12 {*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *}
13 {*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *}
14 {*  GNU General Public License for more details.                          *}
15 {*                                                                        *}
16 {*  You should have received a copy of the GNU General Public License     *}
17 {*  along with this program; if not, write to the Free Software           *}
18 {*  Foundation, Inc.,                                                     *}
19 {*  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA               *}
20 {*                                                                        *}
21 {**************************************************************************}
22 <?xml version="1.0" encoding="iso-8859-1"?>
23 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
24 <html xmlns="http://www.w3.org/1999/xhtml">
25   <head>
26     <base href="{#globals.baseurl#}/" />
27     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
28
29     <title>Les associations polytechniciennes</title>
30     <meta name="description" content="Les associations polytechniciennes" />
31     <meta name="keywords" content="Ecole polytechnique, associations polytechniciennes, groupes X, binets" />
32     <link rel="stylesheet" type="text/css" href="css/xnet.css" media="screen" />
33     <link rel="icon" type="image/png" href="images/favicon.png" />
34
35     <link rel="bookmark" href="http://www.polytechnique.fr/"        title="| École polytechnique" />
36     <link rel="bookmark" href="http://www.polytechnique.edu/"       title="| Institutionnal site" />
37     <link rel="bookmark" href="http://www.fondationx.org/"          title="| FX" />
38     <link rel="bookmark" href="http://www.polytechniciens.com/"     title="| AX" />
39     <link rel="bookmark" href="http://www.polytechnique.org/"       title="| Polytechnique.org" />
40     <link rel="bookmark" href="http://www.polytechnique.fr/eleves/" title="| Site d'élèves" />
41
42     {foreach from=$xorg_css item=css}
43     <link rel="stylesheet" type="text/css" href="css/{$css}" />
44     {/foreach}
45     {foreach from=$xorg_js item=js}
46     <script type="text/javascript" src="{$js}"></script>
47     {/foreach}
48     <script type="text/javascript" src="javascript/overlib.js"></script>
49     
50     {if $xorg_extra_header}
51     {$xorg_extra_header|smarty:nodefaults}
52     {/if}
53
54     {include file=skin/common.bandeau.head.tpl}
55   </head>
56   <body>
57     {include file=skin/common.devel.tpl}
58     {include file=skin/common.bandeau.tpl}
59
60     <table id="layout" cellspacing="0" cellpadding="0">
61       {if $xnet_type}
62       <tr id="top">
63         <td>
64           <a href=""><img src="images/asso-montants.png" alt="Logo Assos" /></a>
65         </td>
66         <td>
67           <img src="images/logo_{$xnet_type}.png" alt="Logo {$xnet_type}" width="106" height="96" />
68         </td>
69         <td colspan="2">
70           <img src="images/texte_{$xnet_type}.jpg" alt="{$xnet_type}" width="490" height="96" />
71         </td>
72       </tr>
73       {else}
74       <tr id="top">
75         <td>
76           <img src="images/logo.png" alt="LOGO Assos" />
77         </td>
78         <td colspan="3" style="text-align: right">
79           <a href="https://www.polytechnique.org/"><img src="images/logo-xorg.png" alt="LOGO X.Org" /></a>
80           <img src="images/asso2.png" alt="titre_du_site" />
81         </td>
82       </tr>
83       <tr><td colspan="4"><img src="images/barre.png" alt="----------" width="765" /></td></tr>
84       {/if}
85
86       {if $menu}
87       <tr>
88         <td id="menu">
89           {foreach from=$menu key=title item=submenu}
90           <h1>{$title}</h1>
91           {foreach from=$submenu key=tit item=url}
92           <a href="{$url}">{$tit}</a>
93           {/foreach}
94           {/foreach}
95         </td>
96         <td colspan="3">
97           <div class="breadcrumb">
98             {if $asso}
99             <a href="groups/{$asso.cat}">{$asso.cat|cat_pp}</a> »
100             {if $asso.dom}
101             <a href="groups/{$asso.cat}/{$asso.dom}">{$asso.domnom}</a> »
102             {/if}
103             {$asso.nom}
104             {elseif $cat}
105             <a href="groups/{$cat}">{$cat|cat_pp}</a> »
106             {if $dom || !$doms}
107             Choix de l'Asso
108             {else}
109             Choix du domaine
110             {/if}
111             {/if}
112           </div>
113           {include file="skin/common.content.tpl"}
114         </td>
115       </tr>
116       {else}
117       <tr>
118         <td colspan="4">
119           {include file="skin/common.content.tpl"}
120         </td>
121       </tr>
122
123       <tr><td colspan="4"><img src="images/barre.png" alt="----------" width="765" /></td></tr>
124
125       <tr>
126         <td colspan="4">
127           <table class="links" summary="liens" cellspacing="0" cellpadding="0">
128             <tr>
129               <td> <a href="plan">PLAN DU SITE</a> </td>
130               <td> <a href="groups/groupesx">groupes X</a> </td>
131               <td> <a href="groups/binets">binets</a> </td>
132               <td> <a href="groups/promotions">promotions</a> </td>
133               <td> <a href="groups/institutions">institutions</a> </td>
134             </tr>
135           </table>
136         </td>
137       </tr>
138       {/if}
139
140       <tr><td colspan="4"><img src="images/barre.png" alt="----------" width="765" /></td></tr>
141
142       <tr>
143         <td colspan="4" id="perso">
144           {list_all_my_groups}
145           {if !$smarty.session.auth}
146           <div>Me connecter :</div>
147           <a class='gp' href="{$smarty.session.loginX}">polytechnicien</a>
148           {/if}
149
150           <a href="manuel" title="Manuel d'aide en ligne" style="float: right"><img src="images/manuel.png" alt="manuel" /></a>
151         </td>
152       </tr>
153
154       <tr><td colspan="4"><img src="images/barre.png" alt="----------" width="765" /></td></tr>
155
156       <tr>
157         <td colspan="4" id="credits">
158           <a href="plan">liste des associations</a> -
159           <a href="services">services proposés</a> -
160           <a href="about">à propos de ce site</a> -
161           {mailto address="contact@polytechnique.org" text="nous contacter" encode="javascript"}
162           <br />
163           © Copyright 2000-2006 <a href="http://x-org.polytechnique.org/">Association Polytechnique.org</a>
164         </td>
165       </tr>
166
167     </table>
168   </body>
169 </html>
170 {* vim:set et sw=2 sts=2 sws=2: *}