File "html_aad0c2396364d633c947be87ad7f839e.php"

Full path: /home/argothem/www/SpipFactory-fichiers_de_travail/sauvegarde-depannage-1.9a3.2/1.9/CACHE/skel/html_aad0c2396364d633c947be87ad7f839e.php
File size: 20.31 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/*
 * Squelette : dist/recherche.html
 * Date :      Sat, 26 Aug 2006 21:58:06 GMT
 * Compile :   Sun, 08 Mar 2020 16:59:34 GMT (0.01s)
 * Boucles :   _articles, _rubriques, _mots, _breves, _messages, _sites
 */ 
//
// <BOUCLE articles>
//
function BOUCLE_articleshtml_aad0c2396364d633c947be87ad7f839e(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
	// RECHERCHE
	list($rech_select, $rech_where) = prepare_recherche($GLOBALS["recherche"], "id_article", "articles", "spip_articles", "");
	
	if ($rech_where) 

	// REQUETE
	$result = spip_optim_select(
		array("articles.id_article",
		"$rech_select as points",
		"articles.titre",
		"articles.date",
		"articles.lang"), # SELECT
		array('articles' => 'spip_articles'), # FROM
		
			array($rech_where, 
			array('=', 'articles.statut', '"publie"')), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array('points' . ' DESC'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'articles', # table
		'_articles', # boucle
		''); # serveur

	// Partition
	$nombre_boucle = @spip_abstract_count($result,"");
	$debut_boucle = intval(_request("debut_articles"));
	$fin_boucle = min($debut_boucle + 9, $nombre_boucle - 1);
	$Numrows['_articles']["grand_total"] = $nombre_boucle;
	$Numrows['_articles']["total"] = max(0,$fin_boucle - $debut_boucle + 1);
	$Numrows['_articles']['compteur_boucle'] = 0;
	$t0 = "";
	$SP++;
	$old_lang = $GLOBALS['spip_lang'];

	// RESULTATS
	while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {

		$Numrows['_articles']['compteur_boucle']++;
		if ($Numrows['_articles']['compteur_boucle']-1 >= $debut_boucle) {
		if ($Numrows['_articles']['compteur_boucle']-1 > $fin_boucle) break;
		if (!$GLOBALS['forcer_lang'])
	 		$GLOBALS['spip_lang'] = ($x = $Pile[$SP]['lang']) ? $x : $old_lang;
		$t0 .= ('
						<li>
						<h3 class="titre"><a href="' .
htmlspecialchars(vider_url(url_var_recherche(generer_url_article($Pile[$SP]['id_article'])))) .
'">' .
interdire_scripts(typo($Pile[$SP]['titre'])) .
'</a></h3>
						<small>' .
affdate(vider_date($Pile[$SP]['date'])) .
((strval($t1 = recuperer_fond(
			'modeles/lesauteurs',
			array('id_article' => $Pile[$SP]['id_article'])))!='') ?
		((', ' .
	_T('public/spip/ecrire:par_auteur') .
	' ') . $t1) :
		('')) .
'</small>
						</li>
						');
		}

	}

	$GLOBALS['spip_lang'] = $old_lang;
	@spip_abstract_free($result,'');
	return $t0;
}


//
// <BOUCLE rubriques>
//
function BOUCLE_rubriqueshtml_aad0c2396364d633c947be87ad7f839e(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
	// RECHERCHE
	list($rech_select, $rech_where) = prepare_recherche($GLOBALS["recherche"], "id_rubrique", "rubriques", "spip_rubriques", "");
	
	if ($rech_where) 

	// REQUETE
	$result = spip_optim_select(
		array("rubriques.id_rubrique",
		"$rech_select as points",
		"rubriques.titre",
		"rubriques.lang"), # SELECT
		array('rubriques' => 'spip_rubriques'), # FROM
		
			array($rech_where, 
			array('=', 'rubriques.statut', '"publie"')), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array('points' . ' DESC'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'rubriques', # table
		'_rubriques', # boucle
		''); # serveur

	// Partition
	$nombre_boucle = @spip_abstract_count($result,"");
	$debut_boucle = intval(_request("debut_rubriques"));
	$fin_boucle = min($debut_boucle+(($a = intval('5')) ? $a : 10) - 1, $nombre_boucle - 1);
	$Numrows['_rubriques']["grand_total"] = $nombre_boucle;
	$Numrows['_rubriques']["total"] = max(0,$fin_boucle - $debut_boucle + 1);
	$Numrows['_rubriques']['compteur_boucle'] = 0;
	$t0 = "";
	$SP++;
	$old_lang = $GLOBALS['spip_lang'];

	// RESULTATS
	while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {

		$Numrows['_rubriques']['compteur_boucle']++;
		if ($Numrows['_rubriques']['compteur_boucle']-1 >= $debut_boucle) {
		if ($Numrows['_rubriques']['compteur_boucle']-1 > $fin_boucle) break;
		if (!$GLOBALS['forcer_lang'])
	 		$GLOBALS['spip_lang'] = ($x = $Pile[$SP]['lang']) ? $x : $old_lang;
		$t0 .= ('
						<li><a href="' .
htmlspecialchars(vider_url(url_var_recherche(generer_url_rubrique($Pile[$SP]['id_rubrique'])))) .
'">' .
interdire_scripts(typo($Pile[$SP]['titre'])) .
'</a></li>
						');
		}

	}

	$GLOBALS['spip_lang'] = $old_lang;
	@spip_abstract_free($result,'');
	return $t0;
}


//
// <BOUCLE mots>
//
function BOUCLE_motshtml_aad0c2396364d633c947be87ad7f839e(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
	// RECHERCHE
	list($rech_select, $rech_where) = prepare_recherche($GLOBALS["recherche"], "id_mot", "mots", "spip_mots", "");
	
	if ($rech_where) 

	// REQUETE
	$result = spip_optim_select(
		array("mots.id_mot",
		"$rech_select as points",
		"mots.titre"), # SELECT
		array('mots' => 'spip_mots'), # FROM
		
			array($rech_where), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array('points' . ' DESC'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'mots', # table
		'_mots', # boucle
		''); # serveur

	// Partition
	$nombre_boucle = @spip_abstract_count($result,"");
	$debut_boucle = intval(_request("debut_mots"));
	$fin_boucle = min($debut_boucle+(($a = intval('5')) ? $a : 10) - 1, $nombre_boucle - 1);
	$Numrows['_mots']["grand_total"] = $nombre_boucle;
	$Numrows['_mots']["total"] = max(0,$fin_boucle - $debut_boucle + 1);
	$Numrows['_mots']['compteur_boucle'] = 0;
	$t0 = "";
	$SP++;

	// RESULTATS
	while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {

		$Numrows['_mots']['compteur_boucle']++;
		if ($Numrows['_mots']['compteur_boucle']-1 >= $debut_boucle) {
		if ($Numrows['_mots']['compteur_boucle']-1 > $fin_boucle) break;

		$t0 .= ('
						<li><a href="' .
htmlspecialchars(vider_url(url_var_recherche(generer_url_mot($Pile[$SP]['id_mot'])))) .
'">' .
interdire_scripts(typo($Pile[$SP]['titre'])) .
'</a></li>
						');
		}

	}

	@spip_abstract_free($result,'');
	return $t0;
}


//
// <BOUCLE breves>
//
function BOUCLE_breveshtml_aad0c2396364d633c947be87ad7f839e(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
	// RECHERCHE
	list($rech_select, $rech_where) = prepare_recherche($GLOBALS["recherche"], "id_breve", "breves", "spip_breves", "");
	
	if ($rech_where) 

	// REQUETE
	$result = spip_optim_select(
		array("breves.id_breve",
		"$rech_select as points",
		"breves.date_heure AS date",
		"breves.titre",
		"breves.lang"), # SELECT
		array('breves' => 'spip_breves'), # FROM
		
			array($rech_where, 
			array('=', 'breves.statut', '"publie"')), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array('points' . ' DESC'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'breves', # table
		'_breves', # boucle
		''); # serveur

	// Partition
	$nombre_boucle = @spip_abstract_count($result,"");
	$debut_boucle = intval(_request("debut_breves"));
	$fin_boucle = min($debut_boucle+(($a = intval('5')) ? $a : 10) - 1, $nombre_boucle - 1);
	$Numrows['_breves']["grand_total"] = $nombre_boucle;
	$Numrows['_breves']["total"] = max(0,$fin_boucle - $debut_boucle + 1);
	$Numrows['_breves']['compteur_boucle'] = 0;
	$t0 = "";
	$SP++;
	$old_lang = $GLOBALS['spip_lang'];

	// RESULTATS
	while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {

		$Numrows['_breves']['compteur_boucle']++;
		if ($Numrows['_breves']['compteur_boucle']-1 >= $debut_boucle) {
		if ($Numrows['_breves']['compteur_boucle']-1 > $fin_boucle) break;
		if (!$GLOBALS['forcer_lang'])
	 		$GLOBALS['spip_lang'] = ($x = $Pile[$SP]['lang']) ? $x : $old_lang;
		$t0 .= ('
						<li>' .
((strval($t1 = affdate_court(vider_date($Pile[$SP]['date'])))!='') ?
		($t1 . ' : ') :
		('')) .
'<a href="' .
htmlspecialchars(vider_url(url_var_recherche(generer_url_breve($Pile[$SP]['id_breve'])))) .
'">' .
interdire_scripts(typo($Pile[$SP]['titre'])) .
'</a></li>
						');
		}

	}

	$GLOBALS['spip_lang'] = $old_lang;
	@spip_abstract_free($result,'');
	return $t0;
}


//
// <BOUCLE forums>
//
function BOUCLE_messageshtml_aad0c2396364d633c947be87ad7f839e(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
	// RECHERCHE
	list($rech_select, $rech_where) = prepare_recherche($GLOBALS["recherche"], "id_forum", "forum", "spip_forum", "");
	
	if ($rech_where) 

	// REQUETE
	$result = spip_optim_select(
		array("forum.id_forum",
		"$rech_select as points",
		"forum.date_heure AS date",
		"forum.titre",
		"forum.id_article",
		"forum.id_breve",
		"forum.id_rubrique",
		"forum.id_syndic"), # SELECT
		array('forum' => 'spip_forum'), # FROM
		
			array($rech_where, 
			array('=', 'forum.id_parent', 0), 
			array('=', 'forum.statut', '"publie"')), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array('points' . ' DESC'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'forum', # table
		'_messages', # boucle
		''); # serveur

	// Partition
	$nombre_boucle = @spip_abstract_count($result,"");
	$debut_boucle = intval(_request("debut_messages"));
	$fin_boucle = min($debut_boucle+(($a = intval('5')) ? $a : 10) - 1, $nombre_boucle - 1);
	$Numrows['_messages']["grand_total"] = $nombre_boucle;
	$Numrows['_messages']["total"] = max(0,$fin_boucle - $debut_boucle + 1);
	$Numrows['_messages']['compteur_boucle'] = 0;
	$t0 = "";
	$SP++;

	// RESULTATS
	while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {

		$Numrows['_messages']['compteur_boucle']++;
		if ($Numrows['_messages']['compteur_boucle']-1 >= $debut_boucle) {
		if ($Numrows['_messages']['compteur_boucle']-1 > $fin_boucle) break;

		$Cache['id_forum'][intval(calcul_index_forum($Pile[$SP]['id_article'],$Pile[$SP]['id_breve'],$Pile[$SP]['id_rubrique'],$Pile[$SP]['id_syndic']))] = 1; // invalideurs

		$t0 .= ('
						<li>' .
((strval($t1 = affdate_court(vider_date($Pile[$SP]['date'])))!='') ?
		($t1 . ' : ') :
		('')) .
'<a href="' .
safehtml(htmlspecialchars(vider_url(url_var_recherche(generer_url_forum($Pile[$SP]['id_forum'], false))))) .
'">' .
interdire_scripts(safehtml(typo($Pile[$SP]['titre']))) .
'</a></li>
						');
		}

	}

	@spip_abstract_free($result,'');
	return $t0;
}


//
// <BOUCLE syndication>
//
function BOUCLE_siteshtml_aad0c2396364d633c947be87ad7f839e(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
	// RECHERCHE
	list($rech_select, $rech_where) = prepare_recherche($GLOBALS["recherche"], "id_syndic", "syndic", "spip_syndic", "");
	
	if ($rech_where) 

	// REQUETE
	$result = spip_optim_select(
		array("syndic.id_syndic",
		"$rech_select as points",
		"syndic.nom_site",
		"syndic.url_site"), # SELECT
		array('syndic' => 'spip_syndic'), # FROM
		
			array($rech_where, 
			array('=', 'syndic.statut', '"publie"')), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array('points' . ' DESC'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'syndic', # table
		'_sites', # boucle
		''); # serveur

	// Partition
	$nombre_boucle = @spip_abstract_count($result,"");
	$debut_boucle = intval(_request("debut_sites"));
	$fin_boucle = min($debut_boucle+(($a = intval('5')) ? $a : 10) - 1, $nombre_boucle - 1);
	$Numrows['_sites']["grand_total"] = $nombre_boucle;
	$Numrows['_sites']["total"] = max(0,$fin_boucle - $debut_boucle + 1);
	$Numrows['_sites']['compteur_boucle'] = 0;
	$t0 = "";
	$SP++;

	// RESULTATS
	while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {

		$Numrows['_sites']['compteur_boucle']++;
		if ($Numrows['_sites']['compteur_boucle']-1 >= $debut_boucle) {
		if ($Numrows['_sites']['compteur_boucle']-1 > $fin_boucle) break;

		$t0 .= ('
						<li><a href="' .
generer_url_site($Pile[$SP]['id_syndic']) .
'">' .
interdire_scripts(construire_titre_lien($Pile[$SP]['nom_site'],$Pile[$SP]['url_site'])) .
'</a></li>
						');
		}

	}

	@spip_abstract_free($result,'');
	return $t0;
}



//
// Fonction principale du squelette dist/recherche.html
//
function html_aad0c2396364d633c947be87ad7f839e($Cache, $Pile, $doublons=array(), $Numrows=array(), $SP=0) {
	$page = ('<?php header("X-Spip-Cache: 0"); ?>'.'<?php header("Cache-Control: no-store, no-cache, must-revalidate"); ?><?php header("Pragma: no-cache"); ?>' .
'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html dir="' .
lang_dir(($Pile[0]['lang'] ? $Pile[0]['lang'] : $GLOBALS['spip_lang']),'ltr','rtl') .
'" lang="' .
htmlentities($Pile[0]['lang'] ? $Pile[0]['lang'] : $GLOBALS['spip_lang']) .
'">
<head>
	<title>' .
_T('public/spip/ecrire:resultats_recherche') .
' - ' .
interdire_scripts(textebrut(typo($GLOBALS['meta']['nom_site']))) .
'</title>
	' .

'<?php
	$contexte_inclus = array(\'fond\' => ' . argumenter_squelette('inc-head') . ',
	\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ');
	include(\'ecrire/public.php\');
?'.'>' .
'
	<meta name="robots" content="none" />
</head>

<body class="page_recherche">
<div id="page">

	' .
'
	' .

'<?php
	$contexte_inclus = array(\'fond\' => ' . argumenter_squelette('inc-entete') . ',
	\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ');
	include(\'ecrire/public.php\');
?'.'>' .
'

	' .
'
	<div id="hierarchie"><a href="' .
htmlspecialchars(sinon($GLOBALS['meta']['adresse_site'],'.')) .
'/">' .
_T('public/spip/ecrire:accueil_site') .
'</a> &gt; ' .
_T('public/spip/ecrire:info_rechercher') .
((strval($t1 = entites_html(_request("recherche")))!='') ?
		(' &gt; ' . $t1) :
		('')) .
'</div>

	
	<div id="conteneur">

		' .
'
		<div id="contenu">

			' .
((strval($t1 = entites_html(_request("recherche")))!='') ?
		(('<div class="cartouche">
				<h1 class="surtitre">' .
	_T('public/spip/ecrire:resultats_recherche') .
	'</h1>
				<p class="titre">&#171;&nbsp;') . $t1 . '&nbsp;&#187;</p>
			</div>') :
		('')) .
'

			<div class="contre-encart">

				' .
'
				' .

(($f = (((strval($t1 = BOUCLE_articleshtml_aad0c2396364d633c947be87ad7f839e($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
				<div class="liste-articles">
					' .
		calcul_pagination(
	(isset($Numrows['_articles']['grand_total']) ?
		$Numrows['_articles']['grand_total'] : $Numrows['_articles']['total']
	), '_articles', 10, false ) .
		'
					<h2 class="invisible">' .
		_T('public/spip/ecrire:articles') .
		'</h2>
					<ul>
						') . $t1 . ('
					</ul>
					' .
		((strval($t3 = calcul_pagination(
	(isset($Numrows['_articles']['grand_total']) ?
		$Numrows['_articles']['grand_total'] : $Numrows['_articles']['total']
	), '_articles', 10, true ))!='') ?
				('<p class="pagination">' . $t3 . '</p>') :
				('')) .
		'
				</div>
				')) :
		(''))))?
				'<div id="fragment_html_aad0c2396364d633c947be87ad7f839e_articles" class="fragment">'.$f.'<!-- /fragment_html_aad0c2396364d633c947be87ad7f839e_articles --></div><?php stop_inclure("fragment_html_aad0c2396364d633c947be87ad7f839e_articles"); ?>':'')
 .
'

			</div><!-- fin contre-encart -->

			<div class="encart">

				' .
'
				' .

(($f = (((strval($t1 = BOUCLE_rubriqueshtml_aad0c2396364d633c947be87ad7f839e($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
				<div class="rubriques">
					' .
		calcul_pagination(
	(isset($Numrows['_rubriques']['grand_total']) ?
		$Numrows['_rubriques']['grand_total'] : $Numrows['_rubriques']['total']
	), '_rubriques', (($a = intval('5')) ? $a : 10), false ) .
		'
					<h2 class="menu-titre">' .
		_T('public/spip/ecrire:rubriques') .
		'</h2>
					' .
		((strval($t3 = calcul_pagination(
	(isset($Numrows['_rubriques']['grand_total']) ?
		$Numrows['_rubriques']['grand_total'] : $Numrows['_rubriques']['total']
	), '_rubriques', (($a = intval('5')) ? $a : 10), true ))!='') ?
				('<p class="pagination">' . $t3 . '</p>') :
				('')) .
		'
					<ul>
						') . $t1 . '
					</ul>
				</div>
				') :
		(''))))?
				'<div id="fragment_html_aad0c2396364d633c947be87ad7f839e_rubriques" class="fragment">'.$f.'<!-- /fragment_html_aad0c2396364d633c947be87ad7f839e_rubriques --></div><?php stop_inclure("fragment_html_aad0c2396364d633c947be87ad7f839e_rubriques"); ?>':'')
 .
'

				' .
'
				' .

(($f = (((strval($t1 = BOUCLE_motshtml_aad0c2396364d633c947be87ad7f839e($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
				<div class="divers">
					' .
		calcul_pagination(
	(isset($Numrows['_mots']['grand_total']) ?
		$Numrows['_mots']['grand_total'] : $Numrows['_mots']['total']
	), '_mots', (($a = intval('5')) ? $a : 10), false ) .
		'
					<h2 class="menu-titre">' .
		_T('public/spip/ecrire:mots_clefs') .
		'</h2>
					' .
		((strval($t3 = calcul_pagination(
	(isset($Numrows['_mots']['grand_total']) ?
		$Numrows['_mots']['grand_total'] : $Numrows['_mots']['total']
	), '_mots', (($a = intval('5')) ? $a : 10), true ))!='') ?
				('<p class="pagination">' . $t3 . '</p>') :
				('')) .
		'
					<ul>
						') . $t1 . '
					</ul>
				</div>
				') :
		(''))))?
				'<div id="fragment_html_aad0c2396364d633c947be87ad7f839e_mots" class="fragment">'.$f.'<!-- /fragment_html_aad0c2396364d633c947be87ad7f839e_mots --></div><?php stop_inclure("fragment_html_aad0c2396364d633c947be87ad7f839e_mots"); ?>':'')
 .
'

				' .
'
				' .

(($f = (((strval($t1 = BOUCLE_breveshtml_aad0c2396364d633c947be87ad7f839e($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
				<div class="breves">
					' .
		calcul_pagination(
	(isset($Numrows['_breves']['grand_total']) ?
		$Numrows['_breves']['grand_total'] : $Numrows['_breves']['total']
	), '_breves', (($a = intval('5')) ? $a : 10), false ) .
		'
					<h2 class="menu-titre">' .
		_T('public/spip/ecrire:breves') .
		'</h2>
					' .
		((strval($t3 = calcul_pagination(
	(isset($Numrows['_breves']['grand_total']) ?
		$Numrows['_breves']['grand_total'] : $Numrows['_breves']['total']
	), '_breves', (($a = intval('5')) ? $a : 10), true ))!='') ?
				('<p class="pagination">' . $t3 . '</p>') :
				('')) .
		'
					<ul>
						') . $t1 . '
					</ul>
				</div>
				') :
		(''))))?
				'<div id="fragment_html_aad0c2396364d633c947be87ad7f839e_breves" class="fragment">'.$f.'<!-- /fragment_html_aad0c2396364d633c947be87ad7f839e_breves --></div><?php stop_inclure("fragment_html_aad0c2396364d633c947be87ad7f839e_breves"); ?>':'')
 .
'

				' .
'
				' .

(($f = (((strval($t1 = BOUCLE_messageshtml_aad0c2396364d633c947be87ad7f839e($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
				<div class="forums">
					' .
		calcul_pagination(
	(isset($Numrows['_messages']['grand_total']) ?
		$Numrows['_messages']['grand_total'] : $Numrows['_messages']['total']
	), '_messages', (($a = intval('5')) ? $a : 10), false ) .
		'
					<h2 class="menu-titre">' .
		_T('public/spip/ecrire:messages_forum') .
		'</h2>
					' .
		((strval($t3 = calcul_pagination(
	(isset($Numrows['_messages']['grand_total']) ?
		$Numrows['_messages']['grand_total'] : $Numrows['_messages']['total']
	), '_messages', (($a = intval('5')) ? $a : 10), true ))!='') ?
				('<p class="pagination">' . $t3 . '</p>') :
				('')) .
		'
					<ul>
						') . $t1 . '
					</ul>
				</div>
				') :
		(''))))?
				'<div id="fragment_html_aad0c2396364d633c947be87ad7f839e_messages" class="fragment">'.$f.'<!-- /fragment_html_aad0c2396364d633c947be87ad7f839e_messages --></div><?php stop_inclure("fragment_html_aad0c2396364d633c947be87ad7f839e_messages"); ?>':'')
 .
'

				' .
'
				' .

(($f = (((strval($t1 = BOUCLE_siteshtml_aad0c2396364d633c947be87ad7f839e($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
				<div class="syndic">
					' .
		calcul_pagination(
	(isset($Numrows['_sites']['grand_total']) ?
		$Numrows['_sites']['grand_total'] : $Numrows['_sites']['total']
	), '_sites', (($a = intval('5')) ? $a : 10), false ) .
		'
					<h2 class="menu-titre">' .
		_T('public/spip/ecrire:sites_web') .
		'</h2>
					' .
		((strval($t3 = calcul_pagination(
	(isset($Numrows['_sites']['grand_total']) ?
		$Numrows['_sites']['grand_total'] : $Numrows['_sites']['total']
	), '_sites', (($a = intval('5')) ? $a : 10), true ))!='') ?
				('<p class="pagination">' . $t3 . '</p>') :
				('')) .
		'
					<ul>
						') . $t1 . '
					</ul>
				</div>
				') :
		(''))))?
				'<div id="fragment_html_aad0c2396364d633c947be87ad7f839e_sites" class="fragment">'.$f.'<!-- /fragment_html_aad0c2396364d633c947be87ad7f839e_sites --></div><?php stop_inclure("fragment_html_aad0c2396364d633c947be87ad7f839e_sites"); ?>':'')
 .
'

			</div><!-- fin encart -->

		</div><!-- fin contenu -->

		' .
'
		<div id="navigation">

			' .
'
			' .

'<?php
	$contexte_inclus = array(\'fond\' => ' . argumenter_squelette('inc-rubriques') . ',
	\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ');
	include(\'ecrire/public.php\');
?'.'>' .
'

		</div><!-- fin navigation -->

	</div><!-- fin conteneur -->
	
	' .
'
	' .

'<?php
	$contexte_inclus = array(\'fond\' => ' . argumenter_squelette('inc-pied') . ',
	\'skel\' => ' . argumenter_squelette('dist/recherche.html') . ',
	\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ');
	include(\'ecrire/public.php\');
?'.'>' .
'

</div><!-- fin page -->
</body>
</html>');

	return analyse_resultat_skel('html_aad0c2396364d633c947be87ad7f839e', $Cache, $page);
}

?>