Fix GoogleMaps links
[platal.git] / templates / xnet / skin.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
5ddeb07c 3{* Copyright (C) 2003-2007 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{**************************************************************************}
9b2e77de 22
23{include file="skin/common.doctype.tpl"}
493b6abe 24 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
0337d704 25 <meta name="description" content="Les associations polytechniciennes" />
26 <meta name="keywords" content="Ecole polytechnique, associations polytechniciennes, groupes X, binets" />
06c2f76f 27
28 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
29 <link rel="icon" href="images/favicon.png" type="image/png" />
30
7b2413f6 31 <link rel="stylesheet" type="text/css" href="css/xnet.css" media="screen" />
0337d704 32
a7de4ef7 33 <link rel="bookmark" href="http://www.polytechnique.fr/" title="| École polytechnique" />
0337d704 34 <link rel="bookmark" href="http://www.polytechnique.edu/" title="| Institutionnal site" />
35 <link rel="bookmark" href="http://www.fondationx.org/" title="| FX" />
36 <link rel="bookmark" href="http://www.polytechniciens.com/" title="| AX" />
37 <link rel="bookmark" href="http://www.polytechnique.org/" title="| Polytechnique.org" />
a7de4ef7 38 <link rel="bookmark" href="http://www.polytechnique.fr/eleves/" title="| Site d'élèves" />
0337d704 39
40 {foreach from=$xorg_css item=css}
7b2413f6 41 <link rel="stylesheet" type="text/css" href="css/{$css}" />
0337d704 42 {/foreach}
19413120 43 {foreach from=$xorg_inline_css item=css}
44 <style type="text/css">
45 {$css|smarty:nodefaults}
46 </style>
47 {/foreach}
1b0cd4ab 48 <script type="text/javascript">
7f304b19 49 var platal_baseurl = "{$globals->baseurl}/"
1b0cd4ab 50 if (window.top != window)
51 document.write('<link rel="stylesheet" type="text/css" href="css/onlycontent.css" media="all"/>');
52 </script>
0337d704 53 {foreach from=$xorg_js item=js}
05a11a4d 54 <script type="text/javascript" src="javascript/{$js}"></script>
0337d704 55 {/foreach}
5721c9a3 56 {javascript name=overlib}
57
24bcf50c 58 {if $xorg_rss}
59 <link rel="alternate" type="application/rss+xml" title="{$xorg_rss.title}" href="{$xorg_rss.href}" />
60 {/if}
61
7383676c 62 {if $xorg_extra_header}
63 {$xorg_extra_header|smarty:nodefaults}
64 {/if}
65
06c2f76f 66 <title>Les associations polytechniciennes</title>
0337d704 67 {include file=skin/common.bandeau.head.tpl}
68 </head>
9931a3c9 69 <body>
0337d704 70 {include file=skin/common.devel.tpl}
c0d230b0 71 {if !$simple}
72 {include file=skin/common.bandeau.tpl}
73 {/if}
0337d704 74
75 <table id="layout" cellspacing="0" cellpadding="0">
c0d230b0 76 {if !$simple}
49848fd7 77 <tr>
0337d704 78 <td colspan="2">
49848fd7 79 <table cellspacing="0" cellpadding="0" id="top">
80 <tr>
81 <td style="width: 150px">
76a8d80b 82 <a href="{if $is_logged}login{/if}"><img src="images/asso-montants.png" alt="Logo Assos" /></a>
49848fd7 83 </td>
84 <td style="width: 106px">
6fb8424a 85 {if $xnet_type}
49848fd7 86 <img src="images/logo_{$xnet_type}.png" alt="Logo {$xnet_type}" width="106" height="96" />
6fb8424a 87 {else}
88 <img src="images/logo_institutions.png" alt="Logo {$xnet_type}" width="106" height="96" />
89 {/if}
49848fd7 90 </td>
91 <td style="width: 44px">
92 <img src="images/fin_logo.jpg" alt="Fin logo" width="44" height="96" />
93 </td>
8175295d 94 <td style="width: auto;">
95 <img src="images/bandeau.jpg" alt="bandeau" height="96" width="100%" />
49848fd7 96 </td>
6fb8424a 97 {if $xnet_type}
8175295d 98 <td style="width: 280px">
99 <img src="images/texte_{$xnet_type}.jpg" alt="{$xnet_type}" width="280" height="96" />
49848fd7 100 </td>
8175295d 101 {if $asso}
102 <td class="logo">
49848fd7 103 {if $asso.site}
6fb8424a 104 <a href="{$asso.site}"><img src='{$platal->ns}logo' alt="LOGO" height="80" /></a>
49848fd7 105 {else}
6fb8424a 106 <img src='{$platal->ns}logo' alt="LOGO" height="80"/>
49848fd7 107 {/if}
49848fd7 108 </td>
8175295d 109 {/if}
6fb8424a 110 {else}
111 <td class="logo">
a7de4ef7 112 <img src="images/asso.png" alt="Le serveur des activés associative des X" />
6fb8424a 113 <a href="http://www.polytechnique.org">
114 <img src="images/logo-xorg.png" alt="Polytechnique.org" height="80" />
115 </a>
116 </td>
117 {/if}
49848fd7 118 </tr>
119 </table>
0337d704 120 </td>
121 </tr>
c0d230b0 122 {/if}{* fin simple *}
0337d704 123
c0d230b0 124 {if $menu && !$simple}
0337d704 125 <tr>
2ac33a69 126 <td id="menu" rowspan="2">
0337d704 127 {foreach from=$menu key=title item=submenu}
c0d230b0 128 {if $title neq 'no_title'}<h1>{$title}</h1>{/if}
129 {foreach from=$submenu key=tit item=url}
130 {if is_array($url)}
131 <a{foreach from=$url key=var item=val} {$var}="{$val}"{/foreach}>{$tit}</a>
132 {else}
133 <a href="{$url}">{$tit}</a>
134 {/if}
135 {/foreach}
0337d704 136 {/foreach}
137 </td>
2ac33a69 138 <td class="breadcrumb">
7903a47a 139 {if $asso && ($is_admin || $smarty.session.suid.perms eq 'admin' || $smarty.session.suid.may_update[$asso.id])}
2ac33a69 140 <div style="float: right">
0deaff1d 141 <form method="post" action="{$platal->ns}change_rights">
142 <div style="display: inline">
143 <small>voir le site en tant que...
2ac33a69 144 <select name="right" onchange="this.form.submit()" style="margin: 0; padding: 0">
bf517daf 145 {if $smarty.session.perms->hasFlag('admin') || $smarty.session.suid.perms->hasFlag('admin')}
146 <option value="admin" {if $smarty.session.perms->hasFlag('admin')}selected="selected"{/if}>Administrateur</option>
0deaff1d 147 {/if}
bf517daf 148 <option value="anim" {if $is_admin && !$smarty.session.perms->hasFlag('admin')}selected="selected"{/if}>Animateur</option>
0deaff1d 149 <option value="member" {if !$is_admin && $is_member}selected="selected"{/if}>Membre</option>
150 <option value="logged" {if !$is_admin && !$is_member}selected="selected"{/if}>Non-membre</option>
151 </select>
152 </small>
153 </div>
154 </form>
155 </div>
156 {/if}
2ac33a69 157 <a href=".">X.net</a> »
158 {if $asso}
159 <a href="groups/{$asso.cat}">{$asso.cat|cat_pp}</a> »
160 {if $asso.dom}
161 <a href="groups/{$asso.cat}/{$asso.dom}">{$asso.domnom}</a> »
162 {/if}
163 {$asso.nom}
164 {elseif $cat}
165 <a href="groups/{$cat}">{$cat|cat_pp}</a> »
166 {if $dom || !$doms}
167 {if $cat eq 'promotions'}
168 Choix de la promotion
c0d230b0 169 {else}
2ac33a69 170 Choix de l'Asso
c0d230b0 171 {/if}
2ac33a69 172 {else}
173 Choix du domaine
0337d704 174 {/if}
2ac33a69 175 {elseif $wikipage}
176 <a href="Xnet">Documentation</a>
177 {/if}
178 </td>
179 </tr>
180 <tr>
181 <td id="body">
0337d704 182 {include file="skin/common.content.tpl"}
183 </td>
184 </tr>
185 {else}
186 <tr>
49848fd7 187 <td colspan="2">
0337d704 188 {include file="skin/common.content.tpl"}
189 </td>
190 </tr>
c0d230b0 191 {if !$simple}
1b0cd4ab 192 <tr class="hideable"><td colspan="2"><img src="images/barre.png" alt="----------" width="100%" /></td></tr>
0337d704 193
1b0cd4ab 194 <tr class="hideable">
49848fd7 195 <td colspan="2">
0337d704 196 <table class="links" summary="liens" cellspacing="0" cellpadding="0">
197 <tr>
6fb8424a 198 <td class="left"> <a href="groups/groupesx">Groupes X</a> </td>
199 <td class="left"> <a href="groups/binets">Binets</a> </td>
200 <td class="center"> <a href="groups/promotions">Promotions</a> </td>
201 <td class="center"> <a href="groups/institutions">Institutions</a> </td>
202 <td class="right"> <a href="plan">Tous</a> </td>
0337d704 203 </tr>
204 </table>
205 </td>
206 </tr>
207 {/if}
c0d230b0 208 {/if}
209 {if !$simple}
1b0cd4ab 210 <tr class="hideable"><td colspan="2"><img src="images/barre.png" alt="----------" width="100%" /></td></tr>
0337d704 211
1b0cd4ab 212 <tr class="hideable">
6fb8424a 213 <td colspan="2">
214 <table style="width: 100%">
215 <tr>
216 <td id="perso">
217 {list_all_my_groups}
218 {if !$smarty.session.auth}
8c5c6d64 219 <div>Me connecter :</div>
220 <a class='gp' href="login/{if $platal->pl_self() eq 'exit'}index{else}{$platal->pl_self()}{/if}">polytechnicien</a>
221 {if $platal->pl_self() neq 'exit'}
5721c9a3 222 {javascript name=jquery}
8c5c6d64 223 <script type="text/javascript" src="login/autologin/{$platal->pl_self()}?forceXml=1"></script>
224 {/if}
6fb8424a 225 {/if}
226 </td>
227 <td class="right" style="vertical-align: middle">
bf517daf 228 {if $smarty.session.perms->hasFlag('admin')}
8383ee06 229 <a href="admin" title="Administration des groupes">
a7de4ef7 230 Gérer les groupes
8383ee06 231 {icon name=wrench title="Administration"}
232 </a><br />
233 {/if}
27455960 234 <a href="Xnet" title="Manuel d'aide en ligne">
6fb8424a 235 Manuel de l'utilisateur
236 {icon name=lightbulb title="Documentation"}
237 </a>
238 </td>
239 </tr>
240 </table>
0337d704 241 </td>
0337d704 242 </tr>
243
1b0cd4ab 244 <tr class="hideable"><td colspan="2"><img src="images/barre.png" alt="----------" width="100%" /></td></tr>
0337d704 245
1b0cd4ab 246 <tr class="hideable">
49848fd7 247 <td colspan="2" id="credits">
6fb8424a 248 <a href="plan">plan du site</a> -
a7de4ef7 249 <a href="Xnet/Services">services proposés</a> -
250 <a href="Xnet/APropos">à propos de ce site</a> -
0337d704 251 {mailto address="contact@polytechnique.org" text="nous contacter" encode="javascript"}
65b1cb38 252 {if $smarty.session.auth}
c0d230b0 253 - <a href="send_bug" class="popup_840x600">signaler un bug</a>
65b1cb38 254 {/if}
0337d704 255 <br />
a7de4ef7 256 © Copyright 2000-2007 <a href="http://x-org.polytechnique.org/">Association Polytechnique.org</a>
0337d704 257 </td>
258 </tr>
c0d230b0 259 {/if}
0337d704 260 </table>
261 </body>
262</html>
a7de4ef7 263{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}