Happy New Year!
[platal.git] / templates / skin / common.bandeau.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
c441aabe 3{* Copyright (C) 2003-2014 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{**************************************************************************}
22
e8439508 23<!-- Pour récupérer ce bandeau sur votre site&nbsp;:
d3e54db7 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
f3dca870 27 http://www.polytechnique.org/css/bandeau.css.
d3e54db7 28 Pour avoir l'icone, pour des raisons de sécurité il n'y a pas d'accès
e8439508 29 direct, il faut alors rediriger bandeau/icone.png vers celle du site&nbsp;:
aab2ffdd 30 http://www.polytechnique.org/bandeau/icone.png
eb4ef1cb
FB
31-->
32
33<!-- Don't copy this list of emails!!!
34
a6761ca9 35{assign var="login" value="false"}
f00c59e8
FB
36{if !t($login)}
37 {if t($smarty.session.auth)}
38 {assign var="login" value="true"}
39 {/if}
40{/if}
41
eb4ef1cb
FB
42 {poison seed=$login}
43
44 -->
0337d704 45
1fe55241 46
47<div id="bandeau-X">
927ad552 48 <img src="{if t($external)}bandeau/icone.png{else}images/x.png{/if}" width="13" height="14" alt=""/>
d3e54db7 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;
d8e6cd2d 55 <a href="https://www.polytechnique.org">Polytechnique.org</a> &middot;
f00c59e8 56 <a href="http://www.polytechnique.net{if t($login)}/login{/if}">Associations polytechniciennes</a> &middot;
d3e54db7 57 <a href="http://www.polytechnique.fr/eleves/">&Eacute;l&egrave;ves</a> &middot;
f00c59e8 58 <a href="http://www.manageurs.com/{if t($login)}anciens_accueil.php?asso=X.org{/if}">Manageurs</a>
1fe55241 59</div>
0337d704 60
d3e54db7 61{* vim:set et sw=2 sts=2 sws=2 enc=utf8: *}