Explains that the photo will not disapear immediatly after deletion.
[platal.git] / templates / xnet / skin.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
8d84c630 3{* Copyright (C) 2003-2009 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
ff996dd2 42 {include core=plpage.header.tpl}
0337d704 43 {include file=skin/common.bandeau.head.tpl}
44 </head>
9931a3c9 45 <body>
ff996dd2 46 {include core=plpage.devel.tpl}
c0d230b0 47 {if !$simple}
48 {include file=skin/common.bandeau.tpl}
49 {/if}
0337d704 50
51 <table id="layout" cellspacing="0" cellpadding="0">
c0d230b0 52 {if !$simple}
49848fd7 53 <tr>
0337d704 54 <td colspan="2">
49848fd7 55 <table cellspacing="0" cellpadding="0" id="top">
56 <tr>
57 <td style="width: 150px">
76a8d80b 58 <a href="{if $is_logged}login{/if}"><img src="images/asso-montants.png" alt="Logo Assos" /></a>
49848fd7 59 </td>
60 <td style="width: 106px">
6fb8424a 61 {if $xnet_type}
49848fd7 62 <img src="images/logo_{$xnet_type}.png" alt="Logo {$xnet_type}" width="106" height="96" />
6fb8424a 63 {else}
64 <img src="images/logo_institutions.png" alt="Logo {$xnet_type}" width="106" height="96" />
65 {/if}
49848fd7 66 </td>
67 <td style="width: 44px">
68 <img src="images/fin_logo.jpg" alt="Fin logo" width="44" height="96" />
69 </td>
8175295d 70 <td style="width: auto;">
71 <img src="images/bandeau.jpg" alt="bandeau" height="96" width="100%" />
49848fd7 72 </td>
6fb8424a 73 {if $xnet_type}
8175295d 74 <td style="width: 280px">
a43ae19f 75 <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 76 </td>
8175295d 77 {if $asso}
78 <td class="logo">
49848fd7 79 {if $asso.site}
6fb8424a 80 <a href="{$asso.site}"><img src='{$platal->ns}logo' alt="LOGO" height="80" /></a>
49848fd7 81 {else}
6fb8424a 82 <img src='{$platal->ns}logo' alt="LOGO" height="80"/>
49848fd7 83 {/if}
49848fd7 84 </td>
8175295d 85 {/if}
6fb8424a 86 {else}
87 <td class="logo">
a7de4ef7 88 <img src="images/asso.png" alt="Le serveur des activés associative des X" />
6fb8424a 89 <a href="http://www.polytechnique.org">
90 <img src="images/logo-xorg.png" alt="Polytechnique.org" height="80" />
91 </a>
92 </td>
93 {/if}
49848fd7 94 </tr>
95 </table>
0337d704 96 </td>
97 </tr>
c0d230b0 98 {/if}{* fin simple *}
0337d704 99
c0d230b0 100 {if $menu && !$simple}
0337d704 101 <tr>
8eccf7e0 102 <td id="menu">
0337d704 103 {foreach from=$menu key=title item=submenu}
c0d230b0 104 {if $title neq 'no_title'}<h1>{$title}</h1>{/if}
105 {foreach from=$submenu key=tit item=url}
106 {if is_array($url)}
107 <a{foreach from=$url key=var item=val} {$var}="{$val}"{/foreach}>{$tit}</a>
108 {else}
109 <a href="{$url}">{$tit}</a>
110 {/if}
111 {/foreach}
0337d704 112 {/foreach}
b2e6db3c 113 {if $asso && ($is_admin ||
8eccf7e0
FB
114 ($smarty.session.suid && ($smarty.session.suid.perms->hasFlag('admin') ||
115 $smarty.session.suid.may_update[$asso.id])))}
6e828e47 116 <h1>Voir le site comme&hellip;</h1>
8eccf7e0 117 <form method="post" action="{$platal->ns}change_rights">
52e30b58
FB
118 <div>
119 <select name="right" onchange="this.form.submit()" style="margin: 0; padding: 0">
120 {if hasPerm('admin') || ($smarty.session.suid && $smarty.session.suid.perms->hasFlag('admin'))}
121 <option value="admin" {if hasPerm('admin')}selected="selected"{/if}>Administrateur</option>
122 {/if}
123 <option value="anim" {if $is_admin && !hasPerm('admin')}selected="selected"{/if}>Animateur</option>
124 <option value="member" {if !$is_admin && $is_member}selected="selected"{/if}>Membre</option>
125 <option value="logged" {if !$is_admin && !$is_member}selected="selected"{/if}>Non-membre</option>
126 </select>
127 </div>
8eccf7e0 128 </form>
2ac33a69 129 {/if}
130 </td>
2ac33a69 131 <td id="body">
ff996dd2 132 {include core=plpage.content.tpl}
0337d704 133 </td>
134 </tr>
135 {else}
136 <tr>
49848fd7 137 <td colspan="2">
ff996dd2 138 {include core=plpage.content.tpl}
0337d704 139 </td>
140 </tr>
c0d230b0 141 {if !$simple}
1b0cd4ab 142 <tr class="hideable"><td colspan="2"><img src="images/barre.png" alt="----------" width="100%" /></td></tr>
0337d704 143
1b0cd4ab 144 <tr class="hideable">
49848fd7 145 <td colspan="2">
0337d704 146 <table class="links" summary="liens" cellspacing="0" cellpadding="0">
147 <tr>
6fb8424a 148 <td class="left"> <a href="groups/groupesx">Groupes X</a> </td>
149 <td class="left"> <a href="groups/binets">Binets</a> </td>
150 <td class="center"> <a href="groups/promotions">Promotions</a> </td>
151 <td class="center"> <a href="groups/institutions">Institutions</a> </td>
152 <td class="right"> <a href="plan">Tous</a> </td>
0337d704 153 </tr>
154 </table>
155 </td>
156 </tr>
157 {/if}
c0d230b0 158 {/if}
159 {if !$simple}
1b0cd4ab 160 <tr class="hideable"><td colspan="2"><img src="images/barre.png" alt="----------" width="100%" /></td></tr>
0337d704 161
1b0cd4ab 162 <tr class="hideable">
6fb8424a 163 <td colspan="2">
164 <table style="width: 100%">
165 <tr>
166 <td id="perso">
167 {list_all_my_groups}
168 {if !$smarty.session.auth}
e8439508 169 <div>Me connecter&nbsp;:</div>
8c5c6d64 170 <a class='gp' href="login/{if $platal->pl_self() eq 'exit'}index{else}{$platal->pl_self()}{/if}">polytechnicien</a>
171 {if $platal->pl_self() neq 'exit'}
cfefeac6 172 <!-- <script type="text/javascript" src="login/autologin/{$platal->pl_self()}?forceXml=1"></script> -->
8c5c6d64 173 {/if}
6fb8424a 174 {/if}
175 </td>
176 <td class="right" style="vertical-align: middle">
908db125 177 {if hasPerm('admin')}
8383ee06 178 <a href="admin" title="Administration des groupes">
a7de4ef7 179 Gérer les groupes
8383ee06 180 {icon name=wrench title="Administration"}
181 </a><br />
182 {/if}
27455960 183 <a href="Xnet" title="Manuel d'aide en ligne">
6fb8424a 184 Manuel de l'utilisateur
185 {icon name=lightbulb title="Documentation"}
186 </a>
187 </td>
188 </tr>
189 </table>
0337d704 190 </td>
0337d704 191 </tr>
192
1b0cd4ab 193 <tr class="hideable"><td colspan="2"><img src="images/barre.png" alt="----------" width="100%" /></td></tr>
0337d704 194
1b0cd4ab 195 <tr class="hideable">
49848fd7 196 <td colspan="2" id="credits">
6fb8424a 197 <a href="plan">plan du site</a> -
a7de4ef7 198 <a href="Xnet/Services">services proposés</a> -
199 <a href="Xnet/APropos">à propos de ce site</a> -
cfefeac6 200 <a href="mailto:contact@polytechnique.org">nous contacter</a>
65b1cb38 201 {if $smarty.session.auth}
b206cca9 202 - <a href="send_bug/{ $smarty.server.REQUEST_URI }" class="popup_840x600">signaler un bug</a>
65b1cb38 203 {/if}
0337d704 204 <br />
8d84c630 205 Plat/al {#globals.version#} - © Copyright 2000-2009 <a href="http://x-org.polytechnique.org/">Association Polytechnique.org</a>
8935dd28
FB
206 <div class="pem">
207 <a href="{$globals->baseurl}/pem/{$platal->pl_self()|replace:'/':'_'}/200">Liste1</a>
208 <a href="{$globals->baseurl}/pem/{$platal->pl_self()|replace:'/':'_'}/400">Liste2</a>
209 <!--
210 {poison count=20}
211 -->
212 </div>
0337d704 213 </td>
214 </tr>
c0d230b0 215 {/if}
0337d704 216 </table>
8eccf7e0 217 </body>
0337d704 218</html>
a7de4ef7 219{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}