File "html_c61c3fb00d1af094f3e22468e943a44a.php"
Full path: /home/argothem/www/cache/inc/cache/calcul/66/html_c61c3fb00d1af094f3e22468e943a44a.php
File size: 2.07 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/*
* Squelette : ../plugins-dist/statistiques/prive/stats/visites.html
* Date : Fri, 07 Jul 2023 11:03:32 GMT
* Compile : Sat, 24 Feb 2024 12:37:09 GMT
* Boucles :
*/
//
// Fonction principale du squelette ../plugins-dist/statistiques/prive/stats/visites.html
// Temps de compilation total: 0.126 ms
//
function html_c61c3fb00d1af094f3e22468e943a44a($Cache, $Pile, $doublons = array(), $Numrows = array(), $SP = 0) {
if (isset($Pile[0]["doublons"]) AND is_array($Pile[0]["doublons"]))
$doublons = nettoyer_env_doublons($Pile[0]["doublons"]);
$connect = '';
$page = (
'
' .
(($t1 = strval(find_in_path((string)'css/spip_d3_graph.css')))!=='' ?
('<link rel="stylesheet" type="text/css" href="' . $t1 . '" />') :
'') .
'
' .
(($t1 = strval(find_in_path((string)'css/spip_d3_statistiques.css')))!=='' ?
('<link rel="stylesheet" type="text/css" href="' . $t1 . '" />') :
'') .
'
' .
(($t1 = strval(find_in_path((string)'lib/luxon/luxon.min.js')))!=='' ?
('<script type="text/javascript" src="' . $t1 . '"></script>') :
'') .
'
' .
(($t1 = strval(find_in_path((string)'lib/d3/d3.min.js')))!=='' ?
('<script type="text/javascript" src="' . $t1 . '"></script>') :
'') .
'
' .
(($t1 = strval(find_in_path((string)'javascript/spip_d3_graph.js')))!=='' ?
('<script type="text/javascript" src="' . $t1 . '"></script>') :
'') .
'
' .
(($t1 = strval(find_in_path((string)'javascript/spip_d3_statistiques.js')))!=='' ?
('<script type="text/javascript" src="' . $t1 . '"></script>') :
'') .
'
<script type="text/javascript">
function spip_dessiner_statistiques(){
spip_d3_statistiques_create("#statistiques_visites", {
language: \'' .
interdire_scripts(entites_html(table_valeur($Pile[0]??[], (string)'lang', null),true)) .
'\',
d3_directory: \'' .
dirname(find_in_path((string)'lib/d3/d3.min.js')) .
'\',
});
}
jQuery(function($) {
spip_dessiner_statistiques();
onAjaxLoad(spip_dessiner_statistiques);
});
</script>
');
return analyse_resultat_skel('html_c61c3fb00d1af094f3e22468e943a44a', $Cache, $page, '../plugins-dist/statistiques/prive/stats/visites.html');
}