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