d91ddc1b975ed47a525fd6fc447c70ddf9382f1c
[platal.git] / templates / skin / common.header.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     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
24     <meta name="description" content="Le Portail des Polytechniciens" />
25     <meta name="keywords" content="Ecole polytechnique, anciens eleves, portail, alumni, AX, X, routage, reroutage, e-mail, email, mail" />
26
27     <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
28     <link rel="icon" href="/images/favicon.png" type="image/png" />
29     <link rel="apple-touch-icon" href="images/logo.png" type="image/png" />
30
31     <link rel="stylesheet" type="text/css" href="css/base.css" media="all"/>
32     <link rel="stylesheet" type="text/css" href="css/bandeau.css" />
33
34     <link rel="index"  href="index" />
35     <link rel="author" href="changelog" />
36     <link rel="search" href="search" />
37     {if hasPerm('user')}
38     <link rel="search" type="application/opensearchdescription+xml" href="http://www.polytechnique.org/xorg.opensearch.xml" title="Annuaire Polytechnique.org" />
39     {/if}
40     <link rel="help"   href="Xorg/FAQ" />
41     <link rel="bookmark" href="http://www.polytechnique.fr/"        title="| École polytechnique" />
42     <link rel="bookmark" href="http://www.polytechnique.edu/"       title="| Institutionnal site" />
43     <link rel="bookmark" href="http://www.fondationx.org/"          title="| FX" />
44     <link rel="bookmark" href="http://www.polytechniciens.com/"     title="| AX" />
45     <link rel="bookmark" href="http://www.polytechnique.org/"       title="| Polytechnique.org" />
46     <link rel="bookmark" href="http://www.polytechnique.fr/eleves/" title="| Site d'élèves" />
47
48     {include core=plpage.header.tpl}
49
50 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}