Use OpenSearch toolbar ==> IE7 & FF compatible
[platal.git] / templates / skin / common.header.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
5ddeb07c 3{* Copyright (C) 2003-2007 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
a7de4ef7 23 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
0337d704 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" />
06c2f76f 26 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
b09e5dea 27 <link rel="icon" href="/images/favicon.png" type="image/png" />
7b2413f6 28 <link rel="index" href="" />
29 <link rel="author" href="changelog" />
30 <link rel="search" href="search" />
b09e5dea 31 <link rel="search" type="application/opensearchdescription+xml" href="/xorg.opensearch.xml" title="Annuaire Polytechnique.org" />
db9c3838 32 <link rel="help" href="Xorg/FAQ" />
a7de4ef7 33 <link rel="bookmark" href="http://www.polytechnique.fr/" title="| École polytechnique" />
0337d704 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" />
a7de4ef7 38 <link rel="bookmark" href="http://www.polytechnique.fr/eleves/" title="| Site d'élèves" />
0337d704 39
40 {foreach from=$xorg_css item=css}
b9384d56 41 <link rel="stylesheet" type="text/css" href="css/{$css}" media="all"/>
0337d704 42 {/foreach}
ea626742 43 {foreach from=$xorg_inline_css item=css}
44 <style type="text/css">
45 {$css|smarty:nodefaults}
46 </style>
47 {/foreach}
b9384d56 48 <link rel="stylesheet" type="text/css" href="css/print.css" media="print"/>
0337d704 49 {foreach from=$xorg_js item=js}
c99ef281 50 <script type="text/javascript" src="javascript/{$js}"></script>
0337d704 51 {/foreach}
7b2413f6 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>
6258e76d 56
0337d704 57 {if $xorg_rss}
7b2413f6 58 <link rel="alternate" type="application/rss+xml" title="{$xorg_rss.title}" href="{$xorg_rss.href}" />
0337d704 59 {/if}
60
566db0be 61 {if $xorg_extra_header}
62 {$xorg_extra_header|smarty:nodefaults}
63 {/if}
64
0337d704 65 <title>{$xorg_title|default:"Anciens eleves Polytechnique, annuaire email, Alumni"}</title>
66
a7de4ef7 67{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}