Just a relooking
[platal.git] / templates / xnet / skin.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
50a40a33 3{* Copyright (C) 2003-2006 Polytechnique.org *}
0337d704 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{**************************************************************************}
2893603b 22<?xml version="1.0" encoding="iso-8859-15"?>
0337d704 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>
d083f500 26 <base href="{$globals->baseurl}/" />
dbc05e88 27 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
0337d704 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" />
7b2413f6 32 <link rel="stylesheet" type="text/css" href="css/xnet.css" media="screen" />
33 <link rel="icon" type="image/png" href="images/favicon.png" />
0337d704 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}
7b2413f6 43 <link rel="stylesheet" type="text/css" href="css/{$css}" />
0337d704 44 {/foreach}
45 {foreach from=$xorg_js item=js}
05a11a4d 46 <script type="text/javascript" src="javascript/{$js}"></script>
0337d704 47 {/foreach}
7b2413f6 48 <script type="text/javascript" src="javascript/overlib.js"></script>
24bcf50c 49
50 {if $xorg_rss}
51 <link rel="alternate" type="application/rss+xml" title="{$xorg_rss.title}" href="{$xorg_rss.href}" />
52 {/if}
53
7383676c 54 {if $xorg_extra_header}
55 {$xorg_extra_header|smarty:nodefaults}
56 {/if}
57
0337d704 58 {include file=skin/common.bandeau.head.tpl}
59 </head>
9931a3c9 60 <body>
0337d704 61 {include file=skin/common.devel.tpl}
c0d230b0 62 {if !$simple}
63 {include file=skin/common.bandeau.tpl}
64 {/if}
0337d704 65
66 <table id="layout" cellspacing="0" cellpadding="0">
c0d230b0 67 {if !$simple}
49848fd7 68 <tr>
0337d704 69 <td colspan="2">
49848fd7 70 <table cellspacing="0" cellpadding="0" id="top">
71 <tr>
72 <td style="width: 150px">
73 <a href=""><img src="images/asso-montants.png" alt="Logo Assos" /></a>
74 </td>
75 <td style="width: 106px">
6fb8424a 76 {if $xnet_type}
49848fd7 77 <img src="images/logo_{$xnet_type}.png" alt="Logo {$xnet_type}" width="106" height="96" />
6fb8424a 78 {else}
79 <img src="images/logo_institutions.png" alt="Logo {$xnet_type}" width="106" height="96" />
80 {/if}
49848fd7 81 </td>
82 <td style="width: 44px">
83 <img src="images/fin_logo.jpg" alt="Fin logo" width="44" height="96" />
84 </td>
8175295d 85 <td style="width: auto;">
86 <img src="images/bandeau.jpg" alt="bandeau" height="96" width="100%" />
49848fd7 87 </td>
6fb8424a 88 {if $xnet_type}
8175295d 89 <td style="width: 280px">
90 <img src="images/texte_{$xnet_type}.jpg" alt="{$xnet_type}" width="280" height="96" />
49848fd7 91 </td>
8175295d 92 {if $asso}
93 <td class="logo">
49848fd7 94 {if $asso.site}
6fb8424a 95 <a href="{$asso.site}"><img src='{$platal->ns}logo' alt="LOGO" height="80" /></a>
49848fd7 96 {else}
6fb8424a 97 <img src='{$platal->ns}logo' alt="LOGO" height="80"/>
49848fd7 98 {/if}
49848fd7 99 </td>
8175295d 100 {/if}
6fb8424a 101 {else}
102 <td class="logo">
103 <img src="images/asso.png" alt="Le serveur des activés associative des X" />
104 <a href="http://www.polytechnique.org">
105 <img src="images/logo-xorg.png" alt="Polytechnique.org" height="80" />
106 </a>
107 </td>
108 {/if}
49848fd7 109 </tr>
110 </table>
0337d704 111 </td>
112 </tr>
c0d230b0 113 {/if}{* fin simple *}
0337d704 114
c0d230b0 115 {if $menu && !$simple}
0337d704 116 <tr>
117 <td id="menu">
118 {foreach from=$menu key=title item=submenu}
c0d230b0 119 {if $title neq 'no_title'}<h1>{$title}</h1>{/if}
120 {foreach from=$submenu key=tit item=url}
121 {if is_array($url)}
122 <a{foreach from=$url key=var item=val} {$var}="{$val}"{/foreach}>{$tit}</a>
123 {else}
124 <a href="{$url}">{$tit}</a>
125 {/if}
126 {/foreach}
0337d704 127 {/foreach}
128 </td>
59ff13cf 129 <td id="body">
0337d704 130 <div class="breadcrumb">
6e607015 131 <a href=".">X.net</a> »
0337d704 132 {if $asso}
c0d230b0 133 <a href="groups/{$asso.cat}">{$asso.cat|cat_pp}</a> »
134 {if $asso.dom}
135 <a href="groups/{$asso.cat}/{$asso.dom}">{$asso.domnom}</a> »
136 {/if}
137 {$asso.nom}
0e02493e 138 {elseif $cat}
c0d230b0 139 <a href="groups/{$cat}">{$cat|cat_pp}</a> »
140 {if $dom || !$doms}
141 {if $cat eq 'promotions'}
142 Choix de la promotion
143 {else}
144 Choix de l'Asso
145 {/if}
146 {else}
147 Choix du domaine
148 {/if}
41ab970e 149 {elseif $wikipage}
c0d230b0 150 <a href="Xnet">Documentation</a>
0337d704 151 {/if}
152 </div>
153 {include file="skin/common.content.tpl"}
154 </td>
155 </tr>
156 {else}
157 <tr>
49848fd7 158 <td colspan="2">
0337d704 159 {include file="skin/common.content.tpl"}
160 </td>
161 </tr>
c0d230b0 162 {if !$simple}
87b14ce7 163 <tr><td colspan="2"><img src="images/barre.png" alt="----------" width="100%" /></td></tr>
0337d704 164
165 <tr>
49848fd7 166 <td colspan="2">
0337d704 167 <table class="links" summary="liens" cellspacing="0" cellpadding="0">
168 <tr>
6fb8424a 169 <td class="left"> <a href="groups/groupesx">Groupes X</a> </td>
170 <td class="left"> <a href="groups/binets">Binets</a> </td>
171 <td class="center"> <a href="groups/promotions">Promotions</a> </td>
172 <td class="center"> <a href="groups/institutions">Institutions</a> </td>
173 <td class="right"> <a href="plan">Tous</a> </td>
0337d704 174 </tr>
175 </table>
176 </td>
177 </tr>
178 {/if}
c0d230b0 179 {/if}
180 {if !$simple}
87b14ce7 181 <tr><td colspan="2"><img src="images/barre.png" alt="----------" width="100%" /></td></tr>
0337d704 182
183 <tr>
6fb8424a 184 <td colspan="2">
185 <table style="width: 100%">
186 <tr>
187 <td id="perso">
188 {list_all_my_groups}
189 {if !$smarty.session.auth}
190 <div>Me connecter :</div>
191 <a class='gp' href="{$smarty.session.loginX}">polytechnicien</a>
192 {/if}
193 </td>
194 <td class="right" style="vertical-align: middle">
8383ee06 195 {if $smarty.session.perms eq admin}
196 <a href="admin" title="Administration des groupes">
197 Gérer les groupes
198 {icon name=wrench title="Administration"}
199 </a><br />
200 {/if}
27455960 201 <a href="Xnet" title="Manuel d'aide en ligne">
6fb8424a 202 Manuel de l'utilisateur
203 {icon name=lightbulb title="Documentation"}
204 </a>
205 </td>
206 </tr>
207 </table>
0337d704 208 </td>
0337d704 209 </tr>
210
87b14ce7 211 <tr><td colspan="2"><img src="images/barre.png" alt="----------" width="100%" /></td></tr>
0337d704 212
213 <tr>
49848fd7 214 <td colspan="2" id="credits">
6fb8424a 215 <a href="plan">plan du site</a> -
9053ac09 216 <a href="Xnet/Services">services proposés</a> -
217 <a href="Xnet/APropos">à propos de ce site</a> -
0337d704 218 {mailto address="contact@polytechnique.org" text="nous contacter" encode="javascript"}
65b1cb38 219 {if $smarty.session.auth}
c0d230b0 220 - <a href="send_bug" class="popup_840x600">signaler un bug</a>
65b1cb38 221 {/if}
0337d704 222 <br />
946788b8 223 © Copyright 2000-2006 <a href="http://x-org.polytechnique.org/">Association Polytechnique.org</a>
0337d704 224 </td>
225 </tr>
c0d230b0 226 {/if}
0337d704 227 </table>
228 </body>
229</html>
230{* vim:set et sw=2 sts=2 sws=2: *}