Add /pet/ to get emails inside <a href="mailto"> tags without <html>. Fix
[platal.git] / templates / xnet / skin.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
179afa7f 3{* Copyright (C) 2003-2008 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" />
5d81ed28 30 <link rel="apple-touch-icon" href="images/logo-xnet.png" type="image/png" />
06c2f76f 31
7b2413f6 32 <link rel="stylesheet" type="text/css" href="css/xnet.css" media="screen" />
8935dd28 33 <link rel="stylesheet" type="text/css" href="css/base.css" media="screen" />
0337d704 34
a7de4ef7 35 <link rel="bookmark" href="http://www.polytechnique.fr/" title="| École polytechnique" />
0337d704 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" />
a7de4ef7 40 <link rel="bookmark" href="http://www.polytechnique.fr/eleves/" title="| Site d'élèves" />
0337d704 41
91ebb7ff 42 {foreach from=$pl_css item=css}
7b2413f6 43 <link rel="stylesheet" type="text/css" href="css/{$css}" />
0337d704 44 {/foreach}
91ebb7ff 45 {foreach from=$pl_inline_css item=css}
19413120 46 <style type="text/css">
47 {$css|smarty:nodefaults}
48 </style>
49 {/foreach}
24cfa984
AA
50 {foreach from=$pl_link item=link}
51 <link rel="{$link.rel}" href="{$link.href}" />
52 {/foreach}
1b0cd4ab 53 <script type="text/javascript">
7f304b19 54 var platal_baseurl = "{$globals->baseurl}/"
1b0cd4ab 55 if (window.top != window)
56 document.write('<link rel="stylesheet" type="text/css" href="css/onlycontent.css" media="all"/>');
57 </script>
91ebb7ff 58 {foreach from=$pl_js item=js}
05a11a4d 59 <script type="text/javascript" src="javascript/{$js}"></script>
0337d704 60 {/foreach}
5721c9a3 61 {javascript name=overlib}
62
91ebb7ff
FB
63 {if $pl_rss}
64 <link rel="alternate" type="application/rss+xml" title="{$pl_rss.title}" href="{$pl_rss.href}" />
24bcf50c 65 {/if}
66
91ebb7ff
FB
67 {if $pl_extra_header}
68 {$pl_extra_header|smarty:nodefaults}
7383676c 69 {/if}
70
06c2f76f 71 <title>Les associations polytechniciennes</title>
0337d704 72 {include file=skin/common.bandeau.head.tpl}
73 </head>
9931a3c9 74 <body>
0337d704 75 {include file=skin/common.devel.tpl}
c0d230b0 76 {if !$simple}
77 {include file=skin/common.bandeau.tpl}
78 {/if}
0337d704 79
80 <table id="layout" cellspacing="0" cellpadding="0">
c0d230b0 81 {if !$simple}
49848fd7 82 <tr>
0337d704 83 <td colspan="2">
49848fd7 84 <table cellspacing="0" cellpadding="0" id="top">
85 <tr>
86 <td style="width: 150px">
76a8d80b 87 <a href="{if $is_logged}login{/if}"><img src="images/asso-montants.png" alt="Logo Assos" /></a>
49848fd7 88 </td>
89 <td style="width: 106px">
6fb8424a 90 {if $xnet_type}
49848fd7 91 <img src="images/logo_{$xnet_type}.png" alt="Logo {$xnet_type}" width="106" height="96" />
6fb8424a 92 {else}
93 <img src="images/logo_institutions.png" alt="Logo {$xnet_type}" width="106" height="96" />
94 {/if}
49848fd7 95 </td>
96 <td style="width: 44px">
97 <img src="images/fin_logo.jpg" alt="Fin logo" width="44" height="96" />
98 </td>
8175295d 99 <td style="width: auto;">
100 <img src="images/bandeau.jpg" alt="bandeau" height="96" width="100%" />
49848fd7 101 </td>
6fb8424a 102 {if $xnet_type}
8175295d 103 <td style="width: 280px">
a43ae19f 104 <a href="{if $xnet_type eq plan}plan{else}groups/{$xnet_type}{/if}"><img src="images/texte_{$xnet_type}.jpg" alt="{$xnet_type}" width="280" height="96" /></a>
49848fd7 105 </td>
8175295d 106 {if $asso}
107 <td class="logo">
49848fd7 108 {if $asso.site}
6fb8424a 109 <a href="{$asso.site}"><img src='{$platal->ns}logo' alt="LOGO" height="80" /></a>
49848fd7 110 {else}
6fb8424a 111 <img src='{$platal->ns}logo' alt="LOGO" height="80"/>
49848fd7 112 {/if}
49848fd7 113 </td>
8175295d 114 {/if}
6fb8424a 115 {else}
116 <td class="logo">
a7de4ef7 117 <img src="images/asso.png" alt="Le serveur des activés associative des X" />
6fb8424a 118 <a href="http://www.polytechnique.org">
119 <img src="images/logo-xorg.png" alt="Polytechnique.org" height="80" />
120 </a>
121 </td>
122 {/if}
49848fd7 123 </tr>
124 </table>
0337d704 125 </td>
126 </tr>
c0d230b0 127 {/if}{* fin simple *}
0337d704 128
c0d230b0 129 {if $menu && !$simple}
0337d704 130 <tr>
8eccf7e0 131 <td id="menu">
0337d704 132 {foreach from=$menu key=title item=submenu}
c0d230b0 133 {if $title neq 'no_title'}<h1>{$title}</h1>{/if}
134 {foreach from=$submenu key=tit item=url}
135 {if is_array($url)}
136 <a{foreach from=$url key=var item=val} {$var}="{$val}"{/foreach}>{$tit}</a>
137 {else}
138 <a href="{$url}">{$tit}</a>
139 {/if}
140 {/foreach}
0337d704 141 {/foreach}
b2e6db3c 142 {if $asso && ($is_admin ||
8eccf7e0
FB
143 ($smarty.session.suid && ($smarty.session.suid.perms->hasFlag('admin') ||
144 $smarty.session.suid.may_update[$asso.id])))}
145 <h1>Voir le site comme...</h1>
146 <form method="post" action="{$platal->ns}change_rights">
52e30b58
FB
147 <div>
148 <select name="right" onchange="this.form.submit()" style="margin: 0; padding: 0">
149 {if hasPerm('admin') || ($smarty.session.suid && $smarty.session.suid.perms->hasFlag('admin'))}
150 <option value="admin" {if hasPerm('admin')}selected="selected"{/if}>Administrateur</option>
151 {/if}
152 <option value="anim" {if $is_admin && !hasPerm('admin')}selected="selected"{/if}>Animateur</option>
153 <option value="member" {if !$is_admin && $is_member}selected="selected"{/if}>Membre</option>
154 <option value="logged" {if !$is_admin && !$is_member}selected="selected"{/if}>Non-membre</option>
155 </select>
156 </div>
8eccf7e0 157 </form>
2ac33a69 158 {/if}
159 </td>
2ac33a69 160 <td id="body">
0337d704 161 {include file="skin/common.content.tpl"}
162 </td>
163 </tr>
164 {else}
165 <tr>
49848fd7 166 <td colspan="2">
0337d704 167 {include file="skin/common.content.tpl"}
168 </td>
169 </tr>
c0d230b0 170 {if !$simple}
1b0cd4ab 171 <tr class="hideable"><td colspan="2"><img src="images/barre.png" alt="----------" width="100%" /></td></tr>
0337d704 172
1b0cd4ab 173 <tr class="hideable">
49848fd7 174 <td colspan="2">
0337d704 175 <table class="links" summary="liens" cellspacing="0" cellpadding="0">
176 <tr>
6fb8424a 177 <td class="left"> <a href="groups/groupesx">Groupes X</a> </td>
178 <td class="left"> <a href="groups/binets">Binets</a> </td>
179 <td class="center"> <a href="groups/promotions">Promotions</a> </td>
180 <td class="center"> <a href="groups/institutions">Institutions</a> </td>
181 <td class="right"> <a href="plan">Tous</a> </td>
0337d704 182 </tr>
183 </table>
184 </td>
185 </tr>
186 {/if}
c0d230b0 187 {/if}
188 {if !$simple}
1b0cd4ab 189 <tr class="hideable"><td colspan="2"><img src="images/barre.png" alt="----------" width="100%" /></td></tr>
0337d704 190
1b0cd4ab 191 <tr class="hideable">
6fb8424a 192 <td colspan="2">
193 <table style="width: 100%">
194 <tr>
195 <td id="perso">
196 {list_all_my_groups}
197 {if !$smarty.session.auth}
e8439508 198 <div>Me connecter&nbsp;:</div>
8c5c6d64 199 <a class='gp' href="login/{if $platal->pl_self() eq 'exit'}index{else}{$platal->pl_self()}{/if}">polytechnicien</a>
200 {if $platal->pl_self() neq 'exit'}
cfefeac6 201 <!-- <script type="text/javascript" src="login/autologin/{$platal->pl_self()}?forceXml=1"></script> -->
8c5c6d64 202 {/if}
6fb8424a 203 {/if}
204 </td>
205 <td class="right" style="vertical-align: middle">
908db125 206 {if hasPerm('admin')}
8383ee06 207 <a href="admin" title="Administration des groupes">
a7de4ef7 208 Gérer les groupes
8383ee06 209 {icon name=wrench title="Administration"}
210 </a><br />
211 {/if}
27455960 212 <a href="Xnet" title="Manuel d'aide en ligne">
6fb8424a 213 Manuel de l'utilisateur
214 {icon name=lightbulb title="Documentation"}
215 </a>
216 </td>
217 </tr>
218 </table>
0337d704 219 </td>
0337d704 220 </tr>
221
1b0cd4ab 222 <tr class="hideable"><td colspan="2"><img src="images/barre.png" alt="----------" width="100%" /></td></tr>
0337d704 223
1b0cd4ab 224 <tr class="hideable">
49848fd7 225 <td colspan="2" id="credits">
6fb8424a 226 <a href="plan">plan du site</a> -
a7de4ef7 227 <a href="Xnet/Services">services proposés</a> -
228 <a href="Xnet/APropos">à propos de ce site</a> -
cfefeac6 229 <a href="mailto:contact@polytechnique.org">nous contacter</a>
65b1cb38 230 {if $smarty.session.auth}
b206cca9 231 - <a href="send_bug/{ $smarty.server.REQUEST_URI }" class="popup_840x600">signaler un bug</a>
65b1cb38 232 {/if}
0337d704 233 <br />
adb35e56 234 Plat/al {#globals.version#} - © Copyright 2000-2008 <a href="http://x-org.polytechnique.org/">Association Polytechnique.org</a>
8935dd28
FB
235 <div class="pem">
236 <a href="{$globals->baseurl}/pem/{$platal->pl_self()|replace:'/':'_'}/200">Liste1</a>
237 <a href="{$globals->baseurl}/pem/{$platal->pl_self()|replace:'/':'_'}/400">Liste2</a>
238 <!--
239 {poison count=20}
240 -->
241 </div>
0337d704 242 </td>
243 </tr>
c0d230b0 244 {/if}
0337d704 245 </table>
8eccf7e0 246 </body>
0337d704 247</html>
a7de4ef7 248{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}