Convert source code to UTF-8
[platal.git] / templates / skin / common.bandeau.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2007 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 :
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/bandeau.css. -->
28
29 {if !$login && $smarty.session.auth}
30         {assign var="login" value="true"}
31 {/if}
32
33 <div id="bandeau-X">
34         <img src="http://www.polytechnique.org/bandeau/icone.png" alt=""/>
35         <a href="http://www.polytechnique.fr/">L'&Eacute;cole</a> &middot;
36         <a href="http://www.polytechnique.edu/">Institutional site</a>
37         &tilde;&tilde;
38         <a href="http://www.fondationx.org/">FX</a> &middot;
39         <a href="http://www.polytechniciens.com/">AX</a>
40         &tilde;&tilde;
41         <a href="http://www.polytechnique.org">Polytechnique.org</a> &middot;
42         <a href="http://www.polytechnique.net{if $login}/login{/if}">Associations polytechniciennes</a> &middot;
43         <a href="http://www.polytechnique.fr/eleves/">&Eacute;l&egrave;ves</a> &middot;
44         <a href="http://www.manageurs.com/{if $login}anciens_accueil.php?asso=X.org{/if}">Manageurs</a>
45 </div>
46
47 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}