Sindbad~EG File Manager
<?php
/*
* Squelette : plugins/squelette_blrap_0.0.1/site.html
* Date : Mon, 11 May 2015 20:49:06 GMT
* Compile : Thu, 13 Aug 2026 13:31:53 GMT
* Boucles : _lang, _ariane, _articles, _sites, _principale
*/
function BOUCLE_langhtml_b78e699bbbf61adbd054fbf5c444da29(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
static $command = array();
static $connect;
$command['connect'] = $connect = '';
if (!isset($command['table'])) {
$command['table'] = 'rubriques';
$command['id'] = '_lang';
$command['from'] = array('rubriques' => 'spip_rubriques');
$command['type'] = array();
$command['groupby'] = array();
$command['select'] = array("rubriques.lang",
"rubriques.titre");
$command['orderby'] = array();
$command['join'] = array();
$command['limit'] = '';
$command['having'] =
array();
}
$command['where'] =
array(
quete_condition_statut('rubriques.statut','!','publie',''),
array('=', 'rubriques.id_rubrique', sql_quote($Pile[$SP]['id_rubrique'],'','bigint NOT NULL AUTO_INCREMENT')));
if (defined("_BOUCLE_PROFILER")) $timer = time()+microtime();
$t0 = "";
// REQUETE
$iter = IterFactory::create(
"SQL",
$command,
array('plugins/squelette_blrap_0.0.1/site.html','html_b78e699bbbf61adbd054fbf5c444da29','_lang',4,$GLOBALS['spip_lang'])
);
if (!$iter->err()) {
lang_select($GLOBALS['spip_lang']);
$SP++;
// RESULTATS
while ($Pile[$SP]=$iter->fetch()) {
lang_select_public($Pile[$SP]['lang'], '', $Pile[$SP]['titre']);
$t0 .= (
'
<!--[if IE 7]><html lang="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
'" dir="' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
'" class="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
' ' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
' no-js ie ie7 lt-ie8 lt-ie9 lt-ie10"><![endif]-->
<!--[if IE 8]><html lang="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
'" dir="' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
'" class="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
' ' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
' no-js ie ie8 lt-ie9 lt-ie10"><![endif]-->
<!--[if IE 9]><html lang="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
'" dir="' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
'" class="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
' ' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
' no-js ie ie9 lt-ie10"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
'" dir="' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
'" class="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
' ' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
' no-js"><!--<![endif]-->
');
lang_select();
}
lang_select();
$iter->free();
}
if (defined("_BOUCLE_PROFILER")
AND 1000*($timer = (time()+microtime())-$timer) > _BOUCLE_PROFILER)
spip_log(intval(1000*$timer)."ms BOUCLE_lang @ plugins/squelette_blrap_0.0.1/site.html","profiler"._LOG_AVERTISSEMENT);
return $t0;
}
function BOUCLE_arianehtml_b78e699bbbf61adbd054fbf5c444da29(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
static $command = array();
static $connect;
$command['connect'] = $connect = '';
if (!($id_rubrique = intval($Pile[$SP]['id_rubrique'])))
return '';
include_spip('inc/rubriques');
$hierarchie = calcul_hierarchie_in($id_rubrique,true);
if (!$hierarchie) return "";
if (!isset($command['table'])) {
$command['table'] = 'rubriques';
$command['id'] = '_ariane';
$command['from'] = array('rubriques' => 'spip_rubriques');
$command['type'] = array();
$command['groupby'] = array();
$command['select'] = array("rubriques.id_rubrique",
"rubriques.titre",
"rubriques.lang");
$command['join'] = array();
$command['limit'] = '';
$command['having'] =
array();
}
$command['orderby'] = array("FIELD(rubriques.id_rubrique, $hierarchie)");
$command['where'] =
array(
array('IN', 'rubriques.id_rubrique', "($hierarchie)"));
if (defined("_BOUCLE_PROFILER")) $timer = time()+microtime();
$t0 = "";
// REQUETE
$iter = IterFactory::create(
"SQL",
$command,
array('plugins/squelette_blrap_0.0.1/site.html','html_b78e699bbbf61adbd054fbf5c444da29','_ariane',32,$GLOBALS['spip_lang'])
);
if (!$iter->err()) {
lang_select($GLOBALS['spip_lang']);
$SP++;
// RESULTATS
while ($Pile[$SP]=$iter->fetch()) {
lang_select_public($Pile[$SP]['lang'], '', $Pile[$SP]['titre']);
$t0 .= (
' > <a href="' .
vider_url(urlencode_1738(generer_url_entite($Pile[$SP]['id_rubrique'], 'rubrique', '', '', true))) .
'">' .
interdire_scripts(couper(typo(supprimer_numero($Pile[$SP]['titre']), "TYPO", $connect, $Pile[0]),'80')) .
'</a>');
lang_select();
}
lang_select();
$iter->free();
}
if (defined("_BOUCLE_PROFILER")
AND 1000*($timer = (time()+microtime())-$timer) > _BOUCLE_PROFILER)
spip_log(intval(1000*$timer)."ms BOUCLE_ariane @ plugins/squelette_blrap_0.0.1/site.html","profiler"._LOG_AVERTISSEMENT);
return $t0;
}
function BOUCLE_articleshtml_b78e699bbbf61adbd054fbf5c444da29(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
static $command = array();
static $connect;
$command['connect'] = $connect = '';
$command['pagination'] = array((isset($Pile[0]['debut_articles']) ? $Pile[0]['debut_articles'] : null), 5);
if (!isset($command['table'])) {
$command['table'] = 'syndic_articles';
$command['id'] = '_articles';
$command['from'] = array('syndic_articles' => 'spip_syndic_articles','L1' => 'spip_syndic');
$command['type'] = array();
$command['groupby'] = array();
$command['select'] = array("syndic_articles.date",
"syndic_articles.id_syndic_article",
"syndic_articles.url",
"syndic_articles.titre",
"syndic_articles.tags",
"syndic_articles.lesauteurs",
"syndic_articles.descriptif");
$command['orderby'] = array('syndic_articles.date DESC');
$command['join'] = array('L1' => array('syndic_articles','id_syndic'));
$command['limit'] = '';
$command['having'] =
array();
}
$command['where'] =
array(
quete_condition_statut('L1.statut','publie,prop','publie',''),
quete_condition_statut('syndic_articles.statut','publie,prop','publie',''),
array('=', 'syndic_articles.id_syndic', sql_quote($Pile[$SP]['id_syndic'],'','bigint NOT NULL DEFAULT \'0\'')),
array('<', 'LEAST((UNIX_TIMESTAMP(NOW())-UNIX_TIMESTAMP(syndic_articles.date))/86400,
TO_DAYS(NOW())-TO_DAYS(syndic_articles.date),
DAYOFMONTH(NOW())-DAYOFMONTH(syndic_articles.date)+30.4368*(MONTH(NOW())-MONTH(syndic_articles.date))+365.2422*(YEAR(NOW())-YEAR(syndic_articles.date)))', "180"));
if (defined("_BOUCLE_PROFILER")) $timer = time()+microtime();
$t0 = "";
// REQUETE
$iter = IterFactory::create(
"SQL",
$command,
array('plugins/squelette_blrap_0.0.1/site.html','html_b78e699bbbf61adbd054fbf5c444da29','_articles',43,$GLOBALS['spip_lang'])
);
if (!$iter->err()) {
// COMPTEUR
$Numrows['_articles']['compteur_boucle'] = 0;
$Numrows['_articles']['total'] = @intval($iter->count());
$debut_boucle = isset($Pile[0]['debut_articles']) ? $Pile[0]['debut_articles'] : _request('debut_articles');
if(substr($debut_boucle,0,1)=='@'){
$debut_boucle = $Pile[0]['debut_articles'] = quete_debut_pagination('id_syndic_article',$Pile[0]['@id_syndic_article'] = substr($debut_boucle,1),5,$iter);
$iter->seek(0);
}
$debut_boucle = intval($debut_boucle);
$debut_boucle = (($tout=($debut_boucle == -1))?0:($debut_boucle));
$debut_boucle = max(0,min($debut_boucle,floor(($Numrows['_articles']['total']-1)/(5))*(5)));
$fin_boucle = min(($tout ? $Numrows['_articles']['total'] : $debut_boucle + 4), $Numrows['_articles']['total'] - 1);
$Numrows['_articles']['grand_total'] = $Numrows['_articles']['total'];
$Numrows['_articles']["total"] = max(0,$fin_boucle - $debut_boucle + 1);
if ($debut_boucle>0 AND $debut_boucle < $Numrows['_articles']['grand_total'] AND $iter->seek($debut_boucle,'continue'))
$Numrows['_articles']['compteur_boucle'] = $debut_boucle;
$l1 = _T('public|spip|ecrire:par_auteur');$SP++;
// RESULTATS
while ($Pile[$SP]=$iter->fetch()) {
$Numrows['_articles']['compteur_boucle']++;
if ($Numrows['_articles']['compteur_boucle'] <= $debut_boucle) continue;
if ($Numrows['_articles']['compteur_boucle']-1 > $fin_boucle) break;
$t0 .= (
'
<li>
<h3><a href="' .
vider_url($Pile[$SP]['url']) .
'" class="spip_out">' .
interdire_scripts(typo(supprimer_numero($Pile[$SP]['titre']), "TYPO", $connect, $Pile[0])) .
'</a></h3>
' .
(($t1 = strval(interdire_scripts(afficher_enclosures(safehtml($Pile[$SP]['tags'])))))!=='' ?
('<div class="enclosures">' . $t1 . '</div>') :
'') .
'
<small>' .
interdire_scripts(affdate_jourcourt(normaliser_date($Pile[$SP]['date']))) .
(($t1 = strval(interdire_scripts(safehtml(safehtml($Pile[$SP]['lesauteurs'])))))!=='' ?
(( ', ' .
$l1 .
' ') . $t1) :
'') .
(($t1 = strval(interdire_scripts(afficher_tags(safehtml($Pile[$SP]['tags'])))))!=='' ?
(' — <em>' . $t1 . '</em>') :
'') .
'</small>
' .
(($t1 = strval(interdire_scripts(pop_pdf(liens_ouvrants(filtrer('image_graver', filtrer('image_reduire',safehtml($Pile[$SP]['descriptif']),'640','*')))))))!=='' ?
('<div class="introduction">' . $t1 . '</div>') :
'') .
'
</li>
');
}
$iter->free();
}
if (defined("_BOUCLE_PROFILER")
AND 1000*($timer = (time()+microtime())-$timer) > _BOUCLE_PROFILER)
spip_log(intval(1000*$timer)."ms BOUCLE_articles @ plugins/squelette_blrap_0.0.1/site.html","profiler"._LOG_AVERTISSEMENT);
return $t0;
}
function BOUCLE_siteshtml_b78e699bbbf61adbd054fbf5c444da29(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
static $command = array();
static $connect;
$command['connect'] = $connect = '';
$command['pagination'] = array((isset($Pile[0]['debut_sites']) ? $Pile[0]['debut_sites'] : null), 20);
if (!isset($command['table'])) {
$command['table'] = 'syndic';
$command['id'] = '_sites';
$command['from'] = array('syndic' => 'spip_syndic');
$command['type'] = array();
$command['groupby'] = array();
$command['select'] = array("syndic.nom_site",
"syndic.id_syndic",
"syndic.id_rubrique",
"syndic.url_site");
$command['orderby'] = array('syndic.nom_site');
$command['where'] =
array(
quete_condition_statut('syndic.statut','publie,prop','publie',''));
$command['join'] = array();
$command['limit'] = '';
$command['having'] =
array();
}
if (defined("_BOUCLE_PROFILER")) $timer = time()+microtime();
$t0 = "";
// REQUETE
$iter = IterFactory::create(
"SQL",
$command,
array('plugins/squelette_blrap_0.0.1/site.html','html_b78e699bbbf61adbd054fbf5c444da29','_sites',68,$GLOBALS['spip_lang'])
);
if (!$iter->err()) {
// COMPTEUR
$Numrows['_sites']['compteur_boucle'] = 0;
$Numrows['_sites']['total'] = @intval($iter->count());
$debut_boucle = isset($Pile[0]['debut_sites']) ? $Pile[0]['debut_sites'] : _request('debut_sites');
if(substr($debut_boucle,0,1)=='@'){
$debut_boucle = $Pile[0]['debut_sites'] = quete_debut_pagination('id_syndic',$Pile[0]['@id_syndic'] = substr($debut_boucle,1),20,$iter);
$iter->seek(0);
}
$debut_boucle = intval($debut_boucle);
$debut_boucle = (($tout=($debut_boucle == -1))?0:($debut_boucle));
$debut_boucle = max(0,min($debut_boucle,floor(($Numrows['_sites']['total']-1)/(20))*(20)));
$fin_boucle = min(($tout ? $Numrows['_sites']['total'] : $debut_boucle + 19), $Numrows['_sites']['total'] - 1);
$Numrows['_sites']['grand_total'] = $Numrows['_sites']['total'];
$Numrows['_sites']["total"] = max(0,$fin_boucle - $debut_boucle + 1);
if ($debut_boucle>0 AND $debut_boucle < $Numrows['_sites']['grand_total'] AND $iter->seek($debut_boucle,'continue'))
$Numrows['_sites']['compteur_boucle'] = $debut_boucle;
$SP++;
// RESULTATS
while ($Pile[$SP]=$iter->fetch()) {
$Numrows['_sites']['compteur_boucle']++;
if ($Numrows['_sites']['compteur_boucle'] <= $debut_boucle) continue;
if ($Numrows['_sites']['compteur_boucle']-1 > $fin_boucle) break;
$t0 .= (
'
<li><a href="' .
generer_url_entite($Pile[$SP]['id_syndic'],'site','','',($connect ? $connect : NULL)) .
'"' .
(calcul_exposer($Pile[$SP]['id_syndic'], 'id_syndic', $Pile[0], $Pile[$SP]['id_rubrique'], 'id_syndic', '') ?
(' class="' . 'on' . '"') :
'') .
'>' .
interdire_scripts(typo(supprimer_numero(calculer_url($Pile[$SP]['url_site'],$Pile[$SP]['nom_site'], 'titre', $connect, false)), "TYPO", $connect, $Pile[0])) .
'</a></li>
');
}
$iter->free();
}
if (defined("_BOUCLE_PROFILER")
AND 1000*($timer = (time()+microtime())-$timer) > _BOUCLE_PROFILER)
spip_log(intval(1000*$timer)."ms BOUCLE_sites @ plugins/squelette_blrap_0.0.1/site.html","profiler"._LOG_AVERTISSEMENT);
return $t0;
}
function BOUCLE_principalehtml_b78e699bbbf61adbd054fbf5c444da29(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
static $command = array();
static $connect;
$command['connect'] = $connect = '';
if (!isset($command['table'])) {
$command['table'] = 'syndic';
$command['id'] = '_principale';
$command['from'] = array('syndic' => 'spip_syndic');
$command['type'] = array();
$command['groupby'] = array();
$command['select'] = array("syndic.id_rubrique",
"syndic.id_syndic",
"syndic.date",
"syndic.url_site",
"syndic.nom_site",
"syndic.descriptif");
$command['orderby'] = array();
$command['join'] = array();
$command['limit'] = '';
$command['having'] =
array();
}
$command['where'] =
array(
quete_condition_statut('syndic.statut','publie,prop','publie',''),
array('=', 'syndic.id_syndic', sql_quote(@$Pile[0]['id_syndic'],'','bigint NOT NULL AUTO_INCREMENT')));
if (defined("_BOUCLE_PROFILER")) $timer = time()+microtime();
$t0 = "";
// REQUETE
$iter = IterFactory::create(
"SQL",
$command,
array('plugins/squelette_blrap_0.0.1/site.html','html_b78e699bbbf61adbd054fbf5c444da29','_principale',1,$GLOBALS['spip_lang'])
);
if (!$iter->err()) {
$SP++;
// RESULTATS
while ($Pile[$SP]=$iter->fetch()) {
$t0 .= (
'
<!DOCTYPE html>
' .
BOUCLE_langhtml_b78e699bbbf61adbd054fbf5c444da29($Cache, $Pile, $doublons, $Numrows, $SP) .
'
<head>
<script type=\'text/javascript\'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\\bno-js\\b/,\'js\')})(document.documentElement);/*]]>*/</script>
<title>' .
(($t1 = strval(interdire_scripts(textebrut(typo(supprimer_numero(calculer_url($Pile[$SP]['url_site'],$Pile[$SP]['nom_site'], 'titre', $connect, false)), "TYPO", $connect, $Pile[0])))))!=='' ?
($t1 . ' - ') :
'') .
interdire_scripts(textebrut(typo($GLOBALS['meta']['nom_site'], "TYPO", $connect, $Pile[0]))) .
'</title>
' .
(($t1 = strval(interdire_scripts(textebrut(couper(propre($Pile[$SP]['descriptif'], $connect, $Pile[0]),'150')))))!=='' ?
('<meta name="description" content="' . $t1 . '" />') :
'') .
'
' .
(($t1 = strval(url_absolue(generer_url_entite($Pile[$SP]['id_syndic'],'site'))))!=='' ?
('<link rel="canonical" href="' . $t1 . '" />') :
'') .
'
' .
'<'.'?php echo recuperer_fond( ' . argumenter_squelette('inclure/head') . ', array(\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . '), array("compil"=>array(\'plugins/squelette_blrap_0.0.1/site.html\',\'html_b78e699bbbf61adbd054fbf5c444da29\',\'\',15,$GLOBALS[\'spip_lang\'])), _request("connect"));
?'.'>
<meta name="robots" content="noindex" />
</head>
<body class="pas_surlignable page_site">
' .
'<'.'?php echo recuperer_fond( ' . argumenter_squelette('inclure/nav') . ', array_merge('.var_export($Pile[0],1).',array(\'id_rubrique\' => ' . argumenter_squelette($Pile[$SP]['id_rubrique']) . ',
\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ')), array("compil"=>array(\'plugins/squelette_blrap_0.0.1/site.html\',\'html_b78e699bbbf61adbd054fbf5c444da29\',\'\',22,$GLOBALS[\'spip_lang\'])), _request("connect"));
?'.'>
' .
'<'.'?php echo recuperer_fond( ' . argumenter_squelette('inclure/header') . ', array(\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . '), array("compil"=>array(\'plugins/squelette_blrap_0.0.1/site.html\',\'html_b78e699bbbf61adbd054fbf5c444da29\',\'\',24,$GLOBALS[\'spip_lang\'])), _request("connect"));
?'.'>
<div id="page">
<div id="main">
<div id="content">
<p class="arbo"><a href="' .
spip_htmlspecialchars(sinon($GLOBALS['meta']['adresse_site'],'.')) .
'/">' .
_T('public|spip|ecrire:accueil_site') .
'</a>' .
BOUCLE_arianehtml_b78e699bbbf61adbd054fbf5c444da29($Cache, $Pile, $doublons, $Numrows, $SP) .
(($t1 = strval(interdire_scripts(couper(typo(supprimer_numero(calculer_url($Pile[$SP]['url_site'],$Pile[$SP]['nom_site'], 'titre', $connect, false)), "TYPO", $connect, $Pile[0]),'80'))))!=='' ?
(' > <strong class="on">' . $t1 . '</strong>') :
'') .
'</p>
<div class="cartouche">
<a href="' .
calculer_url($Pile[$SP]['url_site'],'','url', $connect) .
'">' .
filtrer('image_graver',filtrer('image_reduire',
((!is_array($l = quete_logo('id_syndic', 'ON', $Pile[$SP]['id_syndic'],'', 0))) ? '':
("<img class=\"spip_logos\" alt=\"\" src=\"$l[0]\"" . $l[2] . ($l[1] ? " onmouseover=\"this.src='$l[1]'\" onmouseout=\"this.src='$l[0]'\"" : "") . ' />')),'40','*')) .
'</a>
<h1 class="">' .
interdire_scripts(typo(supprimer_numero(calculer_url($Pile[$SP]['url_site'],$Pile[$SP]['nom_site'], 'titre', $connect, false)), "TYPO", $connect, $Pile[0])) .
'</h1>
</div>
' .
(($t1 = strval(interdire_scripts(propre($Pile[$SP]['descriptif'], $connect, $Pile[0]))))!=='' ?
(( '<div class="chapo">') . $t1 . '</div>') :
'') .
'
' .
(($t1 = strval(couper(calculer_url($Pile[$SP]['url_site'],'','url', $connect),'80')))!=='' ?
(( '<p class="hyperlien"><a href="' .
calculer_url($Pile[$SP]['url_site'],'','url', $connect) .
'" class="spip_out">') . $t1 . '</a></p>') :
'') .
'
' .
(($t1 = BOUCLE_articleshtml_b78e699bbbf61adbd054fbf5c444da29($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
(( '
<div class="menu menu_articles">
' .
filtre_pagination($Numrows["_articles"]["grand_total"],
'_articles',
isset($Pile[0]['debut_articles'])?$Pile[0]['debut_articles']:intval(_request('debut_articles')),
5, false, '', '', array()) .
'
<h2>' .
_T('public|spip|ecrire:articles') .
'</h2>
<ul>
') . $t1 . ( '
</ul>
' .
(($t3 = strval(filtre_pagination($Numrows["_articles"]["grand_total"],
'_articles',
isset($Pile[0]['debut_articles'])?$Pile[0]['debut_articles']:intval(_request('debut_articles')),
5, true, 'precedent_suivant', '', array())))!=='' ?
('<p class="pagination">' . $t3 . '</p>') :
'') .
'
</div>
')) :
'') .
'
</div><!--#content-->
<aside>
' .
(($t1 = strval(filtrer('image_graver',filtrer('image_reduire',
((!is_array($l = quete_logo('id_syndic', 'ON', "'0'",'', 0))) ? '':
("<img class=\"spip_logos\" alt=\"\" src=\"$l[0]\"" . $l[2] . ($l[1] ? " onmouseover=\"this.src='$l[1]'\" onmouseout=\"this.src='$l[0]'\"" : "") . ' />')),'350','*'))))!=='' ?
(( '<a rel="start home" href="' .
spip_htmlspecialchars(sinon($GLOBALS['meta']['adresse_site'],'.')) .
'/" title="' .
_T('public|spip|ecrire:accueil_site') .
'" class="accueil">') . $t1 . '</a>') :
'') .
'
' .
(($t1 = BOUCLE_siteshtml_b78e699bbbf61adbd054fbf5c444da29($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
(( '
<div class="menu">
' .
filtre_pagination($Numrows["_sites"]["grand_total"],
'_sites',
isset($Pile[0]['debut_sites'])?$Pile[0]['debut_sites']:intval(_request('debut_sites')),
20, false, '', '', array()) .
'
<h2>' .
_T('public|spip|ecrire:sites_web') .
'</h2>
<ul>
') . $t1 . ( '
</ul>
' .
(($t3 = strval(filtre_pagination($Numrows["_sites"]["grand_total"],
'_sites',
isset($Pile[0]['debut_sites'])?$Pile[0]['debut_sites']:intval(_request('debut_sites')),
20, true, 'precedent_suivant', '', array())))!=='' ?
('<p class="pagination">' . $t3 . '</p>') :
'') .
'
</div>
')) :
'') .
'
' .
executer_balise_dynamique('FORMULAIRE_RECHERCHE',
array(),
array('plugins/squelette_blrap_0.0.1/site.html','html_b78e699bbbf61adbd054fbf5c444da29','_principale',81,$GLOBALS['spip_lang'])) .
'
</aside>
<div class="nettoyeur"></div>
</div><!--#main-->
</div><!--#page-->
' .
'<'.'?php echo recuperer_fond( ' . argumenter_squelette('inclure/footer') . ', array_merge('.var_export($Pile[0],1).',array(\'self\' => ' . argumenter_squelette(self()) . ',
\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ')), array("compil"=>array(\'plugins/squelette_blrap_0.0.1/site.html\',\'html_b78e699bbbf61adbd054fbf5c444da29\',\'\',89,$GLOBALS[\'spip_lang\'])), _request("connect"));
?'.'>
</body>
</html>
');
}
$iter->free();
}
if (defined("_BOUCLE_PROFILER")
AND 1000*($timer = (time()+microtime())-$timer) > _BOUCLE_PROFILER)
spip_log(intval(1000*$timer)."ms BOUCLE_principale @ plugins/squelette_blrap_0.0.1/site.html","profiler"._LOG_AVERTISSEMENT);
return $t0;
}
//
// Fonction principale du squelette plugins/squelette_blrap_0.0.1/site.html
// Temps de compilation total: 355.660 ms
//
function html_b78e699bbbf61adbd054fbf5c444da29($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_b78e699bbbf61adbd054fbf5c444da29($Cache, $Pile, $doublons, $Numrows, $SP) .
'
');
return analyse_resultat_skel('html_b78e699bbbf61adbd054fbf5c444da29', $Cache, $page, 'plugins/squelette_blrap_0.0.1/site.html');
}
?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists