File "html_c62e0d6d4ef8e68401479df7ccfb364a.php"
Full path: /home/argothem/www/cache/skel/log/html_c62e0d6d4ef8e68401479df7ccfb364a.php
File size: 3.15 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/*
* Squelette : ../plugins/auto/corbeille/v4.0.2/prive/squelettes/contenu/corbeille.html
* Date : Thu, 11 Jan 2024 18:06:48 GMT
* Compile : Sat, 24 Feb 2024 13:15:28 GMT
* Boucles : _corbeilles
*/
function BOUCLE_corbeilleshtml_c62e0d6d4ef8e68401479df7ccfb364a(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
static $command = array();
static $connect;
$command['connect'] = $connect = '';
$command['source'] = array(find_all_in_path('prive/listes/','/corbeille_[^.]*[.]html$'));
$command['sourcemode'] = 'table';
if (!isset($command['table'])) {
$command['table'] = '';
$command['id'] = '_corbeilles';
$command['from'] = array();
$command['type'] = array();
$command['groupby'] = array();
$command['select'] = array(".valeur");
$command['orderby'] = array();
$command['where'] =
array();
$command['join'] = array();
$command['limit'] = '';
$command['having'] =
array();
}
if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime();
$t0 = "";
// REQUETE
$iter = Spip\Compilateur\Iterateur\Factory::create(
"DATA",
$command,
array('../plugins/auto/corbeille/v4.0.2/prive/squelettes/contenu/corbeille.html','html_c62e0d6d4ef8e68401479df7ccfb364a','_corbeilles',6,$GLOBALS['spip_lang'])
);
if (!$iter->err()) {
$SP++;
// RESULTATS
while ($Pile[$SP]=$iter->fetch()) {
$t0 .= (
'
' .
vide($Pile['vars'][$_zzz=(string)'table'] = interdire_scripts(substr(basename($Pile[$SP]['valeur'],'.html'),'10'))) .
'<div id=\'liste-' .
table_valeur($Pile["vars"]??[], (string)'table', null) .
'\' class=\'ajax\'>
' .
executer_balise_dynamique('FORMULAIRE_EDITER_CORBEILLE',
array(table_valeur($Pile["vars"]??[], (string)'table', null)),
array('../plugins/auto/corbeille/v4.0.2/prive/squelettes/contenu/corbeille.html','html_c62e0d6d4ef8e68401479df7ccfb364a','_corbeilles',9,$GLOBALS['spip_lang'])) .
'</div>
');
}
$iter->free();
}
if (defined("_BOUCLE_PROFILER")
AND 1000*($timer = (time()+(float)microtime())-$timer) > _BOUCLE_PROFILER)
spip_log(intval(1000*$timer)."ms BOUCLE_corbeilles @ ../plugins/auto/corbeille/v4.0.2/prive/squelettes/contenu/corbeille.html","profiler"._LOG_AVERTISSEMENT);
return $t0;
}
//
// Fonction principale du squelette ../plugins/auto/corbeille/v4.0.2/prive/squelettes/contenu/corbeille.html
// Temps de compilation total: 4.478 ms
//
function html_c62e0d6d4ef8e68401479df7ccfb364a($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 = (
'<h1 class="grostitre">' .
_T('corbeille:corbeille') .
'</h1>
' .
executer_balise_dynamique('FORMULAIRE_RECHERCHE_ECRIRE',
array(self(),'ajax'),
array('../plugins/auto/corbeille/v4.0.2/prive/squelettes/contenu/corbeille.html','html_c62e0d6d4ef8e68401479df7ccfb364a','',3,$GLOBALS['spip_lang'])) .
'<div class="nettoyeur"></div>
' .
BOUCLE_corbeilleshtml_c62e0d6d4ef8e68401479df7ccfb364a($Cache, $Pile, $doublons, $Numrows, $SP) .
'
');
return analyse_resultat_skel('html_c62e0d6d4ef8e68401479df7ccfb364a', $Cache, $page, '../plugins/auto/corbeille/v4.0.2/prive/squelettes/contenu/corbeille.html');
}