| Current Path : /home/etiennec/www/tmp/cache/skel/ |
| Current File : /home/etiennec/www/tmp/cache/skel/html_50d9623f62e31b743b22be130f4f27b4.php |
<?php
/*
* Squelette : plugins/auto/zpip/head/mot.html
* Date : Sun, 27 Sep 2015 12:46:11 GMT
* Compile : Sun, 11 Oct 2015 11:58:38 GMT
* Boucles : _principale
*/
function BOUCLE_principalehtml_50d9623f62e31b743b22be130f4f27b4(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
static $command = array();
static $connect;
$command['connect'] = $connect = '';
if (!isset($command['table'])) {
$command['table'] = 'mots';
$command['id'] = '_principale';
$command['from'] = array('mots' => 'spip_mots');
$command['type'] = array();
$command['groupby'] = array();
$command['select'] = array("mots.titre",
"mots.descriptif",
"mots.id_mot");
$command['orderby'] = array();
$command['join'] = array();
$command['limit'] = '';
$command['having'] =
array();
}
$command['where'] =
array(
array('=', 'mots.id_mot', sql_quote(@$Pile[0]['id_mot'],'','bigint(21) NOT NULL AUTO_INCREMENT')));
if (defined("_BOUCLE_PROFILER")) $timer = time()+microtime();
$t0 = "";
// REQUETE
$iter = IterFactory::create(
"SQL",
$command,
array('plugins/auto/zpip/head/mot.html','html_50d9623f62e31b743b22be130f4f27b4','_principale',1,$GLOBALS['spip_lang'])
);
if (!$iter->err()) {
$SP++;
// RESULTATS
while ($Pile[$SP]=$iter->fetch()) {
$t0 .= (
'
<title>' .
(($t1 = strval(interdire_scripts(textebrut(typo(supprimer_numero($Pile[$SP]['titre']), "TYPO", $connect, $Pile[0])))))!=='' ?
($t1 . ' - ') :
'') .
interdire_scripts(textebrut(typo($GLOBALS['meta']['nom_site'], "TYPO", $connect, $Pile[0]))) .
'</title>
' .
(($t1 = strval(interdire_scripts(attribut_html(couper(propre($Pile[$SP]['descriptif'], $connect, $Pile[0]),'150')))))!=='' ?
('<meta name="description" content="' . $t1 . '" />') :
'') .
'
<link rel="alternate" type="application/rss+xml"' .
(($t1 = strval(interdire_scripts(attribut_html(typo(supprimer_numero($Pile[$SP]['titre']), "TYPO", $connect, $Pile[0])))))!=='' ?
(' title="' . $t1 . '"') :
'') .
' href="' .
interdire_scripts(parametre_url(generer_url_public('backend', ''),'id_mot',$Pile[$SP]['id_mot'])) .
'" />
');
}
$iter->free();
}
if (defined("_BOUCLE_PROFILER")
AND 1000*($timer = (time()+microtime())-$timer) > _BOUCLE_PROFILER)
spip_log(intval(1000*$timer)."ms BOUCLE_principale @ plugins/auto/zpip/head/mot.html","profiler"._LOG_AVERTISSEMENT);
return $t0;
}
//
// Fonction principale du squelette plugins/auto/zpip/head/mot.html
// Temps de compilation total: 5.854 ms
//
function html_50d9623f62e31b743b22be130f4f27b4($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 = (
BOUCLE_principalehtml_50d9623f62e31b743b22be130f4f27b4($Cache, $Pile, $doublons, $Numrows, $SP) .
'
');
return analyse_resultat_skel('html_50d9623f62e31b743b22be130f4f27b4', $Cache, $page, 'plugins/auto/zpip/head/mot.html');
}
?>