Create an openid discovery page for each user
[platal.git] / templates / skin / common.header.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
179afa7f 3{* Copyright (C) 2003-2008 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" />
5d81ed28 28 <link rel="apple-touch-icon" href="images/logo.png" type="image/png" />
7b2413f6 29 <link rel="index" href="" />
30 <link rel="author" href="changelog" />
31 <link rel="search" href="search" />
908db125 32 {if hasPerm('user')}
d2717046 33 <link rel="search" type="application/opensearchdescription+xml" href="http://www.polytechnique.org/xorg.opensearch.xml" title="Annuaire Polytechnique.org" />
b5a8c86f 34 {/if}
db9c3838 35 <link rel="help" href="Xorg/FAQ" />
a7de4ef7 36 <link rel="bookmark" href="http://www.polytechnique.fr/" title="| École polytechnique" />
0337d704 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" />
a7de4ef7 41 <link rel="bookmark" href="http://www.polytechnique.fr/eleves/" title="| Site d'élèves" />
0337d704 42
838cc16a 43 <link rel="stylesheet" type="text/css" href="css/base.css" media="all"/>
91ebb7ff 44 {foreach from=$pl_css item=css}
b9384d56 45 <link rel="stylesheet" type="text/css" href="css/{$css}" media="all"/>
0337d704 46 {/foreach}
91ebb7ff 47 {foreach from=$pl_inline_css item=css}
ea626742 48 <style type="text/css">
49 {$css|smarty:nodefaults}
50 </style>
51 {/foreach}
b9384d56 52 <link rel="stylesheet" type="text/css" href="css/print.css" media="print"/>
24cfa984
AA
53 {foreach from=$pl_link item=link}
54 <link rel="{$link.rel}" href="{$link.href}" />
55 {/foreach}
97587b43 56 <script type="text/javascript">
6720bd53 57 var platal_baseurl = "{$globals->baseurl}/";
97587b43 58 </script>
91ebb7ff 59 {foreach from=$pl_js item=js}
c99ef281 60 <script type="text/javascript" src="javascript/{$js}"></script>
0337d704 61 {/foreach}
5721c9a3 62 {javascript name=overlib}
63 {javascript name=md5}
64 {javascript name=sha1}
65 {javascript name=secure_hash}
6258e76d 66
91ebb7ff
FB
67 {if $pl_rss}
68 <link rel="alternate" type="application/rss+xml" title="{$pl_rss.title}" href="{$pl_rss.href}" />
0337d704 69 {/if}
70
91ebb7ff
FB
71 {if $pl_extra_header}
72 {$pl_extra_header|smarty:nodefaults}
566db0be 73 {/if}
74
91ebb7ff 75 <title>{$pl_title|default:"Polytechnique.org&nbsp;: le site des élèves et anciens élèves de l'École polytechnique"}</title>
0337d704 76
a7de4ef7 77{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}