Use OpenSearch toolbar ==> IE7 & FF compatible
[platal.git] / templates / skin / common.header.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     <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="index"  href="" />
29     <link rel="author" href="changelog" />
30     <link rel="search" href="search" />
31     <link rel="search" type="application/opensearchdescription+xml" href="/xorg.opensearch.xml" title="Annuaire Polytechnique.org" />
32     <link rel="help"   href="Xorg/FAQ" />
33     <link rel="bookmark" href="http://www.polytechnique.fr/"        title="| École polytechnique" />
34     <link rel="bookmark" href="http://www.polytechnique.edu/"       title="| Institutionnal site" />
35     <link rel="bookmark" href="http://www.fondationx.org/"          title="| FX" />
36     <link rel="bookmark" href="http://www.polytechniciens.com/"     title="| AX" />
37     <link rel="bookmark" href="http://www.polytechnique.org/"       title="| Polytechnique.org" />
38     <link rel="bookmark" href="http://www.polytechnique.fr/eleves/" title="| Site d'élèves" />
39
40     {foreach from=$xorg_css item=css}
41     <link rel="stylesheet" type="text/css" href="css/{$css}" media="all"/>
42     {/foreach}
43     {foreach from=$xorg_inline_css item=css}
44     <style type="text/css">
45     {$css|smarty:nodefaults}
46     </style>
47     {/foreach}
48     <link rel="stylesheet" type="text/css" href="css/print.css" media="print"/>
49     {foreach from=$xorg_js item=js}
50     <script type="text/javascript" src="javascript/{$js}"></script>
51     {/foreach}
52     <script type="text/javascript" src="javascript/overlib.js"></script>
53     <script type="text/javascript" src="javascript/md5.js"></script>
54     <script type="text/javascript" src="javascript/sha1.js"></script>
55     <script type="text/javascript" src="javascript/secure_hash.js"></script>
56
57     {if $xorg_rss}
58     <link rel="alternate" type="application/rss+xml" title="{$xorg_rss.title}" href="{$xorg_rss.href}" />
59     {/if}
60
61     {if $xorg_extra_header}
62     {$xorg_extra_header|smarty:nodefaults}
63     {/if}
64
65     <title>{$xorg_title|default:"Anciens eleves Polytechnique, annuaire email, Alumni"}</title>
66
67 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}