Rename xorg_ constants to pl_
[platal.git] / templates / skin / common.header.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2008 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     <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
27     <link rel="icon" href="/images/favicon.png" type="image/png" />
28     <link rel="apple-touch-icon" href="images/logo.png" type="image/png" />
29     <link rel="index"  href="" />
30     <link rel="author" href="changelog" />
31     <link rel="search" href="search" />
32     {if hasPerm('user')}
33     <link rel="search" type="application/opensearchdescription+xml" href="http://www.polytechnique.org/xorg.opensearch.xml" title="Annuaire Polytechnique.org" />
34     {/if}
35     <link rel="help"   href="Xorg/FAQ" />
36     <link rel="bookmark" href="http://www.polytechnique.fr/"        title="| École polytechnique" />
37     <link rel="bookmark" href="http://www.polytechnique.edu/"       title="| Institutionnal site" />
38     <link rel="bookmark" href="http://www.fondationx.org/"          title="| FX" />
39     <link rel="bookmark" href="http://www.polytechniciens.com/"     title="| AX" />
40     <link rel="bookmark" href="http://www.polytechnique.org/"       title="| Polytechnique.org" />
41     <link rel="bookmark" href="http://www.polytechnique.fr/eleves/" title="| Site d'élèves" />
42
43     <link rel="stylesheet" type="text/css" href="css/base.css" media="all"/>
44     {foreach from=$pl_css item=css}
45     <link rel="stylesheet" type="text/css" href="css/{$css}" media="all"/>
46     {/foreach}
47     {foreach from=$pl_inline_css item=css}
48     <style type="text/css">
49     {$css|smarty:nodefaults}
50     </style>
51     {/foreach}
52     <link rel="stylesheet" type="text/css" href="css/print.css" media="print"/>
53     <script type="text/javascript">
54       var platal_baseurl = "{$globals->baseurl}/";
55     </script>
56     {foreach from=$pl_js item=js}
57     <script type="text/javascript" src="javascript/{$js}"></script>
58     {/foreach}
59     {javascript name=overlib}
60     {javascript name=md5}
61     {javascript name=sha1}
62     {javascript name=secure_hash}
63
64     {if $pl_rss}
65     <link rel="alternate" type="application/rss+xml" title="{$pl_rss.title}" href="{$pl_rss.href}" />
66     {/if}
67
68     {if $pl_extra_header}
69     {$pl_extra_header|smarty:nodefaults}
70     {/if}
71
72     <title>{$pl_title|default:"Polytechnique.org&nbsp;: le site des élèves et anciens élèves de l'École polytechnique"}</title>
73
74 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}