2464935f79defb0c4a4f9443f24f82cacbf914fb
[lhc/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="[(#CONST{_DIR_RACINE}|sinon{./}|concat{#CONST{_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 ][(#CONST{_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 var error_on_ajaxform='<:erreur_technique_ajaxform|html2unicode|addslashes|unicode_to_javascript:>';
17 /*]]>*/</script>
18 <meta name="viewport" content="width=device-width" />
19 [<link rel="stylesheet" type="text/css" href="(#VAL{reset.css}|find_in_theme|timestamp|url_absolue)" id="csspriveereset" />]
20 #PIPELINE{header_prive_css,''}
21 [<!--
22 (#REM) CSS de secours en cas de non fonct de la suivante
23 -->][<link rel="stylesheet" type="text/css" href="(#VAL{style_prive_defaut.css}|find_in_theme|timestamp|url_absolue)" id="csspriveedef" />]
24 [<!--
25 (#REM) spip-admin pour le debug
26 -->][<link rel="stylesheet" type="text/css" href="(#CHEMIN{spip_admin.css}|timestamp|url_absolue)"/>]
27 [<!--
28 (#REM) CSS espace prive : la vraie
29 -->]<link rel="stylesheet" type="text/css" href="#URL_PAGE{style_prive.css,#ENV{paramcss}}" />
30 [<!--
31 (#REM) CSS optionelle minipres
32 -->][(#ENV{minipres,''}|oui)
33 [<link rel="stylesheet" type="text/css" href="(#CHEMIN{minipres.css}|timestamp|url_absolue)" />]
34 ][<!--
35 (#REM) Favicon
36 -->]<INCLURE{fond=prive/squelettes/inclure/favicon-head, couleur=#ENV{paramcss}|parametre_url{couleur_foncee}} />
37
38 <link rel="alternate" type="application/rss+xml" title="[(#NOM_SITE_SPIP|attribut_html)]" href="#URL_PAGE{backend}" />
39 <link rel="help" type="text/html" title="<:icone_aide_ligne|attribut_html:>" href="#URL_PAGE{aide,var_lang=#LANG}" />
40 [(#CONFIG{activer_breves}|=={non}|non)
41 <link rel="alternate" type="application/rss+xml" title="<:info_breves_03|attribut_html:>" href="#URL_PAGE{backend-breves}" />
42 ]
43
44 [<script type="text/javascript" src="(#CHEMIN{prive/javascript/layer_old.js}|timestamp)"></script>]
45 [<script type="text/javascript" src="(#CHEMIN{prive/javascript/layer.js}|timestamp)"></script>]
46 [<script type="text/javascript" src="(#CHEMIN{prive/javascript/presentation.js}|timestamp)"></script>]
47 [<script type="text/javascript" src="(#CHEMIN{prive/javascript/gadgets.js}|timestamp)"></script>]