migrate search module.
[platal.git] / templates / skin / common.header.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2006 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
24     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
25     <meta name="description" content="Le Portail des Polytechniciens" />
26     <meta name="keywords" content="Ecole polytechnique, anciens eleves, portail, alumni, AX, X, routage, reroutage, e-mail, email, mail" />
27     <link rel="icon" type="image/png" href="images/favicon.png" />
28     
29     <link rel="index" href="{rel}/index.php" />
30     <link rel="author" href="{rel}/Docs/FAQ" />
31     <link rel="search" href="{rel}/search" />
32     <link rel="help" href="{rel}/Docs/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="{rel}/{$css}" />
42     {/foreach}
43     {foreach from=$xorg_js item=js}
44     <script type="text/javascript" src="{rel}/{$js}"></script>
45     {/foreach}
46     <script type="text/javascript" src="{rel}/javascript/overlib.js"></script>
47     <script type="text/javascript" src="{rel}/javascript/md5.js"></script>
48     <script type="text/javascript" src="{rel}/javascript/sha1.js"></script>
49     <script type="text/javascript" src="{rel}/javascript/secure_hash.js"></script>
50     
51     {if $xorg_rss}
52     <link rel="alternate" type="application/rss+xml" title="{$xorg_rss.title}" href="{rel}{$xorg_rss.href}" />
53     {/if}
54
55     {if $xorg_extra_header}
56     {$xorg_extra_header|smarty:nodefaults}
57     {/if}
58
59     <title>{$xorg_title|default:"Anciens eleves Polytechnique, annuaire email, Alumni"}</title>
60
61 {* vim:set et sw=2 sts=2 sws=2: *}