mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
46 lines
2.6 KiB
HTML
46 lines
2.6 KiB
HTML
[(#REM)
|
|
Appel au script php en attendant de reecrire le head ici
|
|
]
|
|
[<title>(#ENV{titre,''})</title>
|
|
]
|
|
<meta http-equiv="Content-Type" content="text/html[; charset=(#CONFIG{charset})]" />
|
|
<script type='text/javascript'>/*<![CDATA[*/
|
|
var url_menu_rubrique="[(#EVAL{_DIR_RACINE}|sinon{./}|concat{#EVAL{_SPIP_SCRIPT}})]?action=menu_rubriques\x26date=#CONFIG{date_calcul_rubriques}";
|
|
(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);
|
|
[(#EVAL{$_COOKIE}|table_valeur{spip_accepte_ajax}|>={1}|non)
|
|
function test_accepte_ajax(){jQuery.ajax({"url":"[(#URL_ECRIRE{test_ajax,js=1}|replace{'&','\x26'})]"});}
|
|
][(#EVAL{_OUTILS_DEVELOPPEURS}|oui)var _OUTILS_DEVELOPPEURS=true;
|
|
]var ajax_image_searching = '<img src="#CHEMIN_IMAGE{searching.gif}" alt="" />';
|
|
var stat = [(#CONFIG{activer_statistiques}|=={non}|?{0,1})];
|
|
var confirm_changer_statut = '<:confirm_changer_statut|html2unicode|addslashes|unicode_to_javascript:>';
|
|
/*]]>*/</script>
|
|
<meta name="viewport" content="width=device-width" />
|
|
[<link rel="stylesheet" type="text/css" href="(#VAL{reset.css}|find_in_theme|url_absolue)" id="csspriveereset" />]
|
|
#PIPELINE{header_prive_css,''}
|
|
[<!--
|
|
(#REM) CSS de secours en cas de non fonct de la suivante
|
|
-->][<link rel="stylesheet" type="text/css" href="(#VAL{style_prive_defaut.css}|find_in_theme|url_absolue)" id="csspriveedef" />]
|
|
[<!--
|
|
(#REM) spip-admin pour le debug
|
|
-->][<link rel="stylesheet" type="text/css" href="(#CHEMIN{spip_admin.css}|url_absolue)"/>]
|
|
[<!--
|
|
(#REM) CSS espace prive : la vraie
|
|
-->]<link rel="stylesheet" type="text/css" href="#URL_PAGE{style_prive.css,#ENV{paramcss}}" />
|
|
[<!--
|
|
(#REM) CSS optionelle minipres
|
|
-->][(#ENV{minipres,''}|oui)
|
|
[<link rel="stylesheet" type="text/css" href="(#CHEMIN{minipres.css}|url_absolue)" />]
|
|
][<!--
|
|
(#REM) Favicon
|
|
-->][<link rel="shortcut icon" href="(#CHEMIN{spip.ico}|url_absolue)" type="image/x-icon" />]
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="[(#NOM_SITE_SPIP|attribut_html)]" href="#URL_PAGE{backend}" />
|
|
<link rel="help" type="text/html" title="<:icone_aide_ligne|attribut_html:>" href="#URL_PAGE{aide,var_lang=#LANG}" />
|
|
[(#CONFIG{activer_breves}|=={non}|non)
|
|
<link rel="alternate" type="application/rss+xml" title="<:info_breves_03|attribut_html:>" href="#URL_PAGE{backend-breves}" />
|
|
]
|
|
|
|
[<script type="text/javascript" src="(#CHEMIN{prive/javascript/layer_old.js})"></script>]
|
|
[<script type="text/javascript" src="(#CHEMIN{prive/javascript/layer.js})"></script>]
|
|
[<script type="text/javascript" src="(#CHEMIN{prive/javascript/presentation.js})"></script>]
|
|
[<script type="text/javascript" src="(#CHEMIN{prive/javascript/gadgets.js})"></script>]
|