Happy New Year !
[platal.git] / templates / skin / common.bandeau.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2013 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 <!-- Pour récupérer ce bandeau sur votre site&nbsp;:
24   incluez le fichier http://www.polytechnique.org/bandeau dans vos php
25   ou http://www.polytechnique.org/bandeau/login pour profiter du login
26   automatique. Et rajoutez à la liste de css de vos pages
27   http://www.polytechnique.org/css/bandeau.css.
28   Pour avoir l'icone, pour des raisons de sécurité il n'y a pas d'accès
29   direct, il faut alors rediriger bandeau/icone.png vers celle du site&nbsp;:
30   http://www.polytechnique.org/bandeau/icone.png
31 -->
32
33 <!-- Don't copy this list of emails!!!
34
35 {assign var="login" value="false"}
36 {if !t($login)}
37   {if t($smarty.session.auth)}
38   {assign var="login" value="true"}
39   {/if}
40 {/if}
41
42   {poison seed=$login}
43
44   -->
45
46
47 <div id="bandeau-X">
48   <img src="{if t($external)}bandeau/icone.png{else}images/x.png{/if}" width="13" height="14" alt=""/>
49   <a href="http://www.polytechnique.fr/">L'&Eacute;cole</a> &middot;
50   <a href="http://www.polytechnique.edu/">Institutional site</a>
51   &tilde;&tilde;
52   <a href="http://www.fondationx.org/">FX</a> &middot;
53   <a href="http://www.polytechniciens.com/">AX</a>
54   &tilde;&tilde;
55   <a href="https://www.polytechnique.org">Polytechnique.org</a> &middot;
56   <a href="http://www.polytechnique.net{if t($login)}/login{/if}">Associations polytechniciennes</a> &middot;
57   <a href="http://www.polytechnique.fr/eleves/">&Eacute;l&egrave;ves</a> &middot;
58   <a href="http://www.manageurs.com/{if t($login)}anciens_accueil.php?asso=X.org{/if}">Manageurs</a>
59 </div>
60
61 {* vim:set et sw=2 sts=2 sws=2 enc=utf8: *}