[SPIP] ~version 3.0.7-->3.0.10
[ptitvelo/web/www.git] / www / prive / squelettes / inclure / head.html
1 [(#REM)
2 Appel au script php en attendant de reecrire le head ici
3 ]
4 [<title>(#ENV{titre,''})</title>
5 ]
6 <meta http-equiv="Content-Type" content="text/html[; charset=(#CONFIG{charset})]" />
7 <script type='text/javascript'>/*<![CDATA[*/
8 var url_menu_rubrique="[(#EVAL{_DIR_RACINE}|sinon{./}|concat{#EVAL{_SPIP_SCRIPT}})]?action=menu_rubriques\x26date=#CONFIG{date_calcul_rubriques}";
9 (function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);
10 [(#EVAL{$_COOKIE}|table_valeur{spip_accepte_ajax}|>={1}|non)
11 function test_accepte_ajax(){jQuery.ajax({"url":"[(#URL_ECRIRE{test_ajax,js=1}|replace{'&amp;','\x26'})]"});}
12 ][(#EVAL{_OUTILS_DEVELOPPEURS}|oui)var _OUTILS_DEVELOPPEURS=true;
13 ]var ajax_image_searching = '<img src="#CHEMIN_IMAGE{searching.gif}" alt="" />';
14 var stat = [(#CONFIG{activer_statistiques}|=={non}|?{0,1})];
15 var confirm_changer_statut = '<:confirm_changer_statut|html2unicode|addslashes|unicode_to_javascript:>';
16 /*]]>*/</script>
17 <meta name="viewport" content="width=device-width" />
18 [<link rel="stylesheet" type="text/css" href="(#VAL{reset.css}|find_in_theme|url_absolue)" id="csspriveereset" />]
19 #PIPELINE{header_prive_css,''}
20 [<!--
21 (#REM) CSS de secours en cas de non fonct de la suivante
22 -->][<link rel="stylesheet" type="text/css" href="(#VAL{style_prive_defaut.css}|find_in_theme|url_absolue)" id="csspriveedef" />]
23 [<!--
24 (#REM) spip-admin pour le debug
25 -->][<link rel="stylesheet" type="text/css" href="(#CHEMIN{spip_admin.css}|url_absolue)"/>]
26 [<!--
27 (#REM) CSS espace prive : la vraie
28 -->]<link rel="stylesheet" type="text/css" href="#URL_PAGE{style_prive.css,#ENV{paramcss}}" />
29 [<!--
30 (#REM) CSS optionelle minipres
31 -->][(#ENV{minipres,''}|oui)
32 [<link rel="stylesheet" type="text/css" href="(#CHEMIN{minipres.css}|url_absolue)" />]
33 ][<!--
34 (#REM) Favicon
35 -->][<link rel="shortcut icon" href="(#CHEMIN{spip.ico}|url_absolue)" type="image/x-icon" />]
36
37 <link rel="alternate" type="application/rss+xml" title="[(#NOM_SITE_SPIP|attribut_html)]" href="#URL_PAGE{backend}" />
38 <link rel="help" type="text/html" title="<:icone_aide_ligne|attribut_html:>" href="#URL_PAGE{aide,var_lang=#LANG}" />
39 [(#CONFIG{activer_breves}|=={non}|non)
40 <link rel="alternate" type="application/rss+xml" title="<:info_breves_03|attribut_html:>" href="#URL_PAGE{backend-breves}" />
41 ]
42
43 [<script type="text/javascript" src="(#CHEMIN{prive/javascript/layer_old.js})"></script>]
44 [<script type="text/javascript" src="(#CHEMIN{prive/javascript/layer.js})"></script>]
45 [<script type="text/javascript" src="(#CHEMIN{prive/javascript/presentation.js})"></script>]
46 [<script type="text/javascript" src="(#CHEMIN{prive/javascript/gadgets.js})"></script>]