Sindbad~EG File Manager

Current Path : /home/bourgleram/www/tmp/cache/skel/
Upload File :
Current File : /home/bourgleram/www/tmp/cache/skel/html_d0fdd9e69c7022447861240ed00ec581.php

<?php

/*
 * Squelette : plugins/squelette_blrap_0.0.1/sommaire.html
 * Date :      Mon, 11 May 2015 20:49:07 GMT
 * Compile :   Sat, 12 Sep 2026 18:07:03 GMT
 * Boucles :   _keywords_articles, _keywords_recap, _article_bandeau_accueil, _articles_accueil, _breves_extra, _breves_encarts
 */ 

function BOUCLE_keywords_articleshtml_d0fdd9e69c7022447861240ed00ec581(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'mots';
		$command['id'] = '_keywords_articles';
		$command['from'] = array('mots' => 'spip_mots','L1' => 'spip_mots_liens');
		$command['type'] = array();
		$command['groupby'] = array();
		$command['select'] = array("mots.titre");
		$command['orderby'] = array();
		$command['join'] = array('L1' => array('mots','id_mot'));
		$command['limit'] = '';
		$command['having'] = 
			array();
	}
	$command['where'] = 
			array(
			array('=', 'L1.id_objet', sql_quote($Pile[$SP]['id_article'],'','bigint NOT NULL DEFAULT \'0\'')), 
			array('=', 'L1.objet', sql_quote('article')), 
			array('NOT', 
			array('=', 'mots.type', "'Réservés'")));
	if (defined("_BOUCLE_PROFILER")) $timer = time()+microtime();
	$t0 = "";
	// REQUETE
	$iter = IterFactory::create(
		"SQL",
		$command,
		array('plugins/squelette_blrap_0.0.1/sommaire.html','html_d0fdd9e69c7022447861240ed00ec581','_keywords_articles',10,$GLOBALS['spip_lang'])
	);
	if (!$iter->err()) {
	$SP++;
	// RESULTATS
	while ($Pile[$SP]=$iter->fetch()) {

		$t1 = interdire_scripts(attribut_html(typo(supprimer_numero($Pile[$SP]['titre']), "TYPO", $connect, $Pile[0])));
		$t0 .= ((strlen($t1) && strlen($t0)) ? ',' : '') . $t1;
	}
	$iter->free();
	}
	if (defined("_BOUCLE_PROFILER")
	AND 1000*($timer = (time()+microtime())-$timer) > _BOUCLE_PROFILER)
		spip_log(intval(1000*$timer)."ms BOUCLE_keywords_articles @ plugins/squelette_blrap_0.0.1/sommaire.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


function BOUCLE_keywords_recaphtml_d0fdd9e69c7022447861240ed00ec581(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'articles';
		$command['id'] = '_keywords_recap';
		$command['from'] = array('articles' => 'spip_articles','L1' => 'spip_mots_liens','L2' => 'spip_mots');
		$command['type'] = array();
		$command['groupby'] = array("articles.id_article");
		$command['select'] = array("articles.id_article",
		"articles.lang",
		"articles.titre");
		$command['orderby'] = array();
		$command['where'] = 
			array(
quete_condition_statut('articles.statut','publie,prop,prepa/auteur','publie',''), 
			array('=', 'L2.titre', "'accueil'"));
		$command['join'] = array('L1' => array('articles','id_objet','id_article','L1.objet='.sql_quote('article')), 'L2' => array('L1','id_mot'));
		$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/sommaire.html','html_d0fdd9e69c7022447861240ed00ec581','_keywords_recap',10,$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 .= BOUCLE_keywords_articleshtml_d0fdd9e69c7022447861240ed00ec581($Cache, $Pile, $doublons, $Numrows, $SP);
		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_keywords_recap @ plugins/squelette_blrap_0.0.1/sommaire.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


function BOUCLE_article_bandeau_accueilhtml_d0fdd9e69c7022447861240ed00ec581(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'articles';
		$command['id'] = '_article_bandeau_accueil';
		$command['from'] = array('articles' => 'spip_articles','L1' => 'spip_mots_liens','L2' => 'spip_mots');
		$command['type'] = array();
		$command['groupby'] = array("articles.id_article");
		$command['select'] = array("articles.texte",
		"articles.lang",
		"articles.titre");
		$command['orderby'] = array();
		$command['where'] = 
			array(
quete_condition_statut('articles.statut','publie,prop,prepa/auteur','publie',''), 
			array('=', 'L2.titre', "'bandeau_accueil'"));
		$command['join'] = array('L1' => array('articles','id_objet','id_article','L1.objet='.sql_quote('article')), 'L2' => array('L1','id_mot'));
		$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/sommaire.html','html_d0fdd9e69c7022447861240ed00ec581','_article_bandeau_accueil',23,$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 .= (
'
			<div class="surlignable bandeau_accueil">
				' .
(($t1 = strval(interdire_scripts(propre($Pile[$SP]['texte'], $connect, $Pile[0]))))!=='' ?
		((	'<div class="texte surlignable">') . $t1 . '</div>') :
		'') .
'
			</div>
		');
		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_article_bandeau_accueil @ plugins/squelette_blrap_0.0.1/sommaire.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


function BOUCLE_articles_accueilhtml_d0fdd9e69c7022447861240ed00ec581(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'articles';
		$command['id'] = '_articles_accueil';
		$command['from'] = array('articles' => 'spip_articles','L1' => 'spip_mots_liens','L2' => 'spip_mots');
		$command['type'] = array();
		$command['groupby'] = array("articles.id_article");
		$command['select'] = array("articles.chapo",
		"articles.texte",
		"articles.lang",
		"articles.titre");
		$command['orderby'] = array();
		$command['where'] = 
			array(
quete_condition_statut('articles.statut','publie,prop,prepa/auteur','publie',''), 
			array('=', 'L2.titre', "'accueil'"));
		$command['join'] = array('L1' => array('articles','id_objet','id_article','L1.objet='.sql_quote('article')), 'L2' => array('L1','id_mot'));
		$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/sommaire.html','html_d0fdd9e69c7022447861240ed00ec581','_articles_accueil',39,$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 .= (
'
					<div class="surlignable">
						' .
(($t1 = strval(interdire_scripts(pop_pdf(liens_ouvrants(filtrer('image_graver', filtrer('image_reduire',propre($Pile[$SP]['chapo'], $connect, $Pile[0]),'640','*')))))))!=='' ?
		((	'<div class="chapo surlignable">') . $t1 . '</div>') :
		'') .
'
						' .
(($t1 = strval(interdire_scripts(pop_pdf(liens_ouvrants(filtrer('image_graver', filtrer('image_reduire',propre($Pile[$SP]['texte'], $connect, $Pile[0]),'640','*')))))))!=='' ?
		((	'<div class="texte surlignable">') . $t1 . '</div>') :
		'') .
'
						<div class="nettoyeur"></div>
					</div>
				');
		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_articles_accueil @ plugins/squelette_blrap_0.0.1/sommaire.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


function BOUCLE_breves_extrahtml_d0fdd9e69c7022447861240ed00ec581(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	$command['pagination'] = array((isset($Pile[0]['debut_breves_extra']) ? $Pile[0]['debut_breves_extra'] : null), 3);
	if (!isset($command['table'])) {
		$command['table'] = 'breves';
		$command['id'] = '_breves_extra';
		$command['from'] = array('breves' => 'spip_breves','L1' => 'spip_mots_liens','L2' => 'spip_mots');
		$command['type'] = array();
		$command['groupby'] = array("breves.id_breve");
		$command['select'] = array("breves.date_heure",
		"breves.id_breve",
		"breves.titre",
		"breves.texte",
		"breves.lang");
		$command['orderby'] = array('breves.date_heure DESC');
		$command['where'] = 
			array(
quete_condition_statut('breves.statut','publie,prop','publie',''), 
			array('=', 'breves.id_rubrique', "1"), 
			array('NOT', 
			array('IN', 'breves.id_breve', 
			array('SELF', 'breves.id_breve', 
			array('=', 'L2.type', "'Réservés'")))));
		$command['join'] = array('L1' => array('breves','id_objet','id_breve','L1.objet='.sql_quote('breve')), 'L2' => array('L1','id_mot'));
		$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/sommaire.html','html_d0fdd9e69c7022447861240ed00ec581','_breves_extra',50,$GLOBALS['spip_lang'])
	);
	if (!$iter->err()) {
	
	// COMPTEUR
	$Numrows['_breves_extra']['compteur_boucle'] = 0;
	$Numrows['_breves_extra']['total'] = @intval($iter->count());
	$debut_boucle = isset($Pile[0]['debut_breves_extra']) ? $Pile[0]['debut_breves_extra'] : _request('debut_breves_extra');
	if(substr($debut_boucle,0,1)=='@'){
		$debut_boucle = $Pile[0]['debut_breves_extra'] = quete_debut_pagination('id_breve',$Pile[0]['@id_breve'] = substr($debut_boucle,1),3,$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['_breves_extra']['total']-1)/(3))*(3)));
	$fin_boucle = min(($tout ? $Numrows['_breves_extra']['total'] : $debut_boucle + 2), $Numrows['_breves_extra']['total'] - 1);
	$Numrows['_breves_extra']['grand_total'] = $Numrows['_breves_extra']['total'];
	$Numrows['_breves_extra']["total"] = max(0,$fin_boucle - $debut_boucle + 1);
	if ($debut_boucle>0 AND $debut_boucle < $Numrows['_breves_extra']['grand_total'] AND $iter->seek($debut_boucle,'continue'))
		$Numrows['_breves_extra']['compteur_boucle'] = $debut_boucle;
	
	lang_select($GLOBALS['spip_lang']);
	$SP++;
	// RESULTATS
	while ($Pile[$SP]=$iter->fetch()) {

		$Numrows['_breves_extra']['compteur_boucle']++;
		if ($Numrows['_breves_extra']['compteur_boucle'] <= $debut_boucle) continue;
		if ($Numrows['_breves_extra']['compteur_boucle']-1 > $fin_boucle) break;
		lang_select_public($Pile[$SP]['lang'], '', $Pile[$SP]['titre']);
		$t0 .= (
'
						<li>
							<span><strong>' .
interdire_scripts(typo(supprimer_numero($Pile[$SP]['titre']), "TYPO", $connect, $Pile[0])) .
'</strong></span>
							' .
(($t1 = strval(interdire_scripts(pop_pdf(liens_ouvrants(filtrer('image_graver', filtrer('image_reduire',propre($Pile[$SP]['texte'], $connect, $Pile[0]),'400','*')))))))!=='' ?
		((	'<div class="texte">') . $t1 . '</div>') :
		'') .
'
							<div class="nettoyeur"></div>
						</li>
					');
		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_breves_extra @ plugins/squelette_blrap_0.0.1/sommaire.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


function BOUCLE_breves_encartshtml_d0fdd9e69c7022447861240ed00ec581(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'breves';
		$command['id'] = '_breves_encarts';
		$command['from'] = array('breves' => 'spip_breves','L1' => 'spip_mots_liens','L2' => 'spip_mots');
		$command['type'] = array();
		$command['groupby'] = array("breves.id_breve");
		$command['select'] = array("0+breves.titre AS num",
		"breves.texte",
		"breves.lang",
		"breves.titre");
		$command['orderby'] = array('num');
		$command['where'] = 
			array(
quete_condition_statut('breves.statut','publie,prop','publie',''), 
			array('=', 'breves.id_rubrique', "1"), 
			array('=', 'L2.titre', "'encart'"));
		$command['join'] = array('L1' => array('breves','id_objet','id_breve','L1.objet='.sql_quote('breve')), 'L2' => array('L1','id_mot'));
		$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/sommaire.html','html_d0fdd9e69c7022447861240ed00ec581','_breves_encarts',74,$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 .= (
'
					<div class="encart">
						' .
(($t1 = strval(interdire_scripts(pop_pdf(liens_ouvrants(filtrer('image_graver', filtrer('image_reduire',propre($Pile[$SP]['texte']),'250','*')))))))!=='' ?
		((	'<div class="texte">') . $t1 . '</div>') :
		'') .
'
						<div class="nettoyeur"></div>
					</div>
				');
		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_breves_encarts @ plugins/squelette_blrap_0.0.1/sommaire.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}

//
// Fonction principale du squelette plugins/squelette_blrap_0.0.1/sommaire.html
// Temps de compilation total: 36.578 ms
//

function html_d0fdd9e69c7022447861240ed00ec581($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 = (
'<!DOCTYPE html>
<!--[if IE 7]><html lang="' .
spip_htmlentities(@$Pile[0]['lang'] ? @$Pile[0]['lang'] : $GLOBALS['spip_lang']) .
'" dir="' .
lang_dir(@$Pile[0]['lang'], 'ltr','rtl') .
'" class="' .
spip_htmlentities(@$Pile[0]['lang'] ? @$Pile[0]['lang'] : $GLOBALS['spip_lang']) .
' ' .
lang_dir(@$Pile[0]['lang'], 'ltr','rtl') .
' no-js ie ie7 lt-ie8 lt-ie9 lt-ie10"><![endif]-->
<!--[if IE 8]><html lang="' .
spip_htmlentities(@$Pile[0]['lang'] ? @$Pile[0]['lang'] : $GLOBALS['spip_lang']) .
'" dir="' .
lang_dir(@$Pile[0]['lang'], 'ltr','rtl') .
'" class="' .
spip_htmlentities(@$Pile[0]['lang'] ? @$Pile[0]['lang'] : $GLOBALS['spip_lang']) .
' ' .
lang_dir(@$Pile[0]['lang'], 'ltr','rtl') .
' no-js ie ie8 lt-ie9 lt-ie10"><![endif]-->
<!--[if IE 9]><html lang="' .
spip_htmlentities(@$Pile[0]['lang'] ? @$Pile[0]['lang'] : $GLOBALS['spip_lang']) .
'" dir="' .
lang_dir(@$Pile[0]['lang'], 'ltr','rtl') .
'" class="' .
spip_htmlentities(@$Pile[0]['lang'] ? @$Pile[0]['lang'] : $GLOBALS['spip_lang']) .
' ' .
lang_dir(@$Pile[0]['lang'], 'ltr','rtl') .
' no-js ie ie9 lt-ie10"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="' .
spip_htmlentities(@$Pile[0]['lang'] ? @$Pile[0]['lang'] : $GLOBALS['spip_lang']) .
'" dir="' .
lang_dir(@$Pile[0]['lang'], 'ltr','rtl') .
'" class="' .
spip_htmlentities(@$Pile[0]['lang'] ? @$Pile[0]['lang'] : $GLOBALS['spip_lang']) .
' ' .
lang_dir(@$Pile[0]['lang'], 'ltr','rtl') .
' no-js"><!--<![endif]-->
<head>
<script type=\'text/javascript\'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\\bno-js\\b/,\'js\')})(document.documentElement);/*]]>*/</script>
<title>' .
interdire_scripts(textebrut(typo($GLOBALS['meta']['nom_site'], "TYPO", $connect, $Pile[0]))) .
'</title>
' .
(($t1 = strval(interdire_scripts(attribut_html(couper(propre($GLOBALS['meta']['descriptif_site'], $connect, $Pile[0]),'150')))))!=='' ?
		('<meta name="description" content="' . $t1 . '" />') :
		'') .
'
' .
(($t1 = BOUCLE_keywords_recaphtml_d0fdd9e69c7022447861240ed00ec581($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
		('<meta name="keywords" content="' . $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/sommaire.html\',\'html_d0fdd9e69c7022447861240ed00ec581\',\'\',11,$GLOBALS[\'spip_lang\'])), _request("connect"));
?'.'>

</head>

<body class="pas_surlignable page_sommaire">

' .

'<'.'?php echo recuperer_fond( ' . argumenter_squelette('inclure/nav') . ', array_merge('.var_export($Pile[0],1).',array(\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ')), array("compil"=>array(\'plugins/squelette_blrap_0.0.1/sommaire.html\',\'html_d0fdd9e69c7022447861240ed00ec581\',\'\',17,$GLOBALS[\'spip_lang\'])), _request("connect"));
?'.'>
	
' .

'<'.'?php echo recuperer_fond( ' . argumenter_squelette('inclure/header') . ', array(\'home\' => ' . argumenter_squelette('oui') . ',
	\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . '), array("compil"=>array(\'plugins/squelette_blrap_0.0.1/sommaire.html\',\'html_d0fdd9e69c7022447861240ed00ec581\',\'\',19,$GLOBALS[\'spip_lang\'])), _request("connect"));
?'.'>

<div id="header_sommaire">
	
	' .
(($t1 = BOUCLE_article_bandeau_accueilhtml_d0fdd9e69c7022447861240ed00ec581($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
		('
		' . $t1 . '
	') :
		'') .
'
	' .
(($t1 = strval(interdire_scripts(typo($GLOBALS['meta']['slogan_site'], "TYPO", $connect, $Pile[0]))))!=='' ?
		('<p id="slogan">' . $t1 . '</p>') :
		'') .
'
</div><!--#header_sommaire-->

<div id="page">
	<div id="main">

		<div id="content">

			
			' .
(($t1 = BOUCLE_articles_accueilhtml_d0fdd9e69c7022447861240ed00ec581($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
		('
				' . $t1 . '
			') :
		'') .
'
			
			
			' .
(($t1 = BOUCLE_breves_extrahtml_d0fdd9e69c7022447861240ed00ec581($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
		((	'
			<div id="breves">
				' .
		filtre_pagination($Numrows["_breves_extra"]["grand_total"],
 		'_breves_extra',
		isset($Pile[0]['debut_breves_extra'])?$Pile[0]['debut_breves_extra']:intval(_request('debut_breves_extra')),
		3, false, '', '', array()) .
		'
				<h2>' .
		_T('public|spip|ecrire:dernieres_breves') .
		'</h2>
				<ul>
					') . $t1 . (	'
				</ul>
				' .
		(($t3 = strval(filtre_pagination($Numrows["_breves_extra"]["grand_total"],
 		'_breves_extra',
		isset($Pile[0]['debut_breves_extra'])?$Pile[0]['debut_breves_extra']:intval(_request('debut_breves_extra')),
		3, 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_breves_encartshtml_d0fdd9e69c7022447861240ed00ec581($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
		('
			<div id="breves_encarts">
				' . $t1 . '
			</div>
			') :
		'') .
'
		
			' .
executer_balise_dynamique('FORMULAIRE_RECHERCHE',
	array(),
	array('plugins/squelette_blrap_0.0.1/sommaire.html','html_d0fdd9e69c7022447861240ed00ec581','',85,$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/sommaire.html\',\'html_d0fdd9e69c7022447861240ed00ec581\',\'\',93,$GLOBALS[\'spip_lang\'])), _request("connect"));
?'.'>' .
'
	
<script>
  (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,\'script\',\'//www.google-analytics.com/analytics.js\',\'ga\');
  ga(\'create\', \'UA-15045526-28\', \'auto\');
  ga(\'send\', \'pageview\');
</script>
</body>
</html>
');

	return analyse_resultat_skel('html_d0fdd9e69c7022447861240ed00ec581', $Cache, $page, 'plugins/squelette_blrap_0.0.1/sommaire.html');
}
?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists