File "html_da3518c0e30356c450d2c1c928dede1a.php"

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

<?php
/*
 * Squelette : dist/mot.html
 * Date :      Sat, 26 Aug 2006 21:58:06 GMT
 * Compile :   Sun, 08 Mar 2020 17:17:42 GMT (0.02s)
 * Boucles :   _ariane, _articles, _rubriques, _breves, _forums_liens, _sites, _mots_freres, _mot_cousin, _groupes_freres, _mot_principal
 */ 
//
// <BOUCLE groupes_mots>
//
function BOUCLE_arianehtml_da3518c0e30356c450d2c1c928dede1a(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	// REQUETE
	$result = spip_optim_select(
		array("groupes_mots.titre"), # SELECT
		array('groupes_mots' => 'spip_groupes_mots'), # FROM
		
			array(
			array('=', 'groupes_mots.id_groupe', spip_abstract_quote($Pile[$SP]['id_groupe']))), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array(), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'groupes_mots', # table
		'_ariane', # boucle
		''); # serveur
	$t0 = "";
	$SP++;

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

		$t0 .= (' &gt; ' .
interdire_scripts(couper(typo($Pile[$SP]['titre']),'80')));
	}

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


//
// <BOUCLE articles>
//
function BOUCLE_articleshtml_da3518c0e30356c450d2c1c928dede1a(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	// REQUETE
	$result = spip_optim_select(
		array("articles.id_article",
		"articles.titre",
		"articles.date",
		"articles.lang"), # SELECT
		array('L1' => 'spip_mots_articles','articles' => 'spip_articles'), # FROM
		
			array(
			array('=', 'L1.id_mot', spip_abstract_quote($Pile[$SP]['id_mot'])), 
			array('=', 'articles.statut', '"publie"')), # WHERE
		array(1 => array('articles', 'id_article')), # WHERE pour jointure
		'', # GROUP
		array('articles.popularite' . ' 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+(($a = intval('10')) ? $a : 10) - 1, $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(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_da3518c0e30356c450d2c1c928dede1a(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	// REQUETE
	$result = spip_optim_select(
		array("rubriques.id_rubrique",
		"rubriques.titre",
		"rubriques.lang"), # SELECT
		array('L1' => 'spip_mots_rubriques','rubriques' => 'spip_rubriques'), # FROM
		
			array(
			array('=', 'L1.id_mot', spip_abstract_quote($Pile[$SP]['id_mot'])), 
			array('=', 'rubriques.statut', '"publie"')), # WHERE
		array(1 => array('rubriques', 'id_rubrique')), # WHERE pour jointure
		'', # GROUP
		array('rubriques.titre'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'rubriques', # table
		'_rubriques', # boucle
		''); # serveur
	$t0 = "";
	$SP++;
	$old_lang = $GLOBALS['spip_lang'];

	// RESULTATS
	while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {
		if (!$GLOBALS['forcer_lang'])
	 		$GLOBALS['spip_lang'] = ($x = $Pile[$SP]['lang']) ? $x : $old_lang;
		$t0 .= ('
						<li><a href="' .
htmlspecialchars(vider_url(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 breves>
//
function BOUCLE_breveshtml_da3518c0e30356c450d2c1c928dede1a(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	// REQUETE
	$result = spip_optim_select(
		array("breves.id_breve",
		"breves.titre",
		"breves.lang"), # SELECT
		array('L1' => 'spip_mots_breves','breves' => 'spip_breves'), # FROM
		
			array(
			array('=', 'L1.id_mot', spip_abstract_quote($Pile[$SP]['id_mot'])), 
			array('=', 'breves.statut', '"publie"')), # WHERE
		array(1 => array('breves', 'id_breve')), # WHERE pour jointure
		'', # GROUP
		array('breves.titre'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'breves', # table
		'_breves', # boucle
		''); # serveur
	$t0 = "";
	$SP++;
	$old_lang = $GLOBALS['spip_lang'];

	// RESULTATS
	while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {
		if (!$GLOBALS['forcer_lang'])
	 		$GLOBALS['spip_lang'] = ($x = $Pile[$SP]['lang']) ? $x : $old_lang;
		$t0 .= ('
						<li><a href="' .
htmlspecialchars(vider_url(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_forums_lienshtml_da3518c0e30356c450d2c1c928dede1a(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	// REQUETE
	$result = spip_optim_select(
		array("forum.date_heure AS date",
		"forum.id_forum",
		"forum.titre",
		"forum.id_article",
		"forum.id_breve",
		"forum.id_rubrique",
		"forum.id_syndic"), # SELECT
		array('L1' => 'spip_mots_forum','forum' => 'spip_forum'), # FROM
		
			array(
			array('=', 'L1.id_mot', spip_abstract_quote($Pile[$SP]['id_mot'])), 
			array('=', 'forum.statut', '"publie"')), # WHERE
		array(1 => array('forum', 'id_forum')), # WHERE pour jointure
		'', # GROUP
		array('forum.date_heure' . ' DESC'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'forum', # table
		'_forums_liens', # boucle
		''); # serveur
	$t0 = "";
	$SP++;

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

		$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 . ' &ndash; ') :
		('')) .
'<a href="' .
safehtml(htmlspecialchars(vider_url(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_da3518c0e30356c450d2c1c928dede1a(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	// REQUETE
	$result = spip_optim_select(
		array("syndic.id_syndic",
		"syndic.nom_site",
		"syndic.url_site"), # SELECT
		array('L1' => 'spip_mots_syndic','syndic' => 'spip_syndic'), # FROM
		
			array(
			array('=', 'L1.id_mot', spip_abstract_quote($Pile[$SP]['id_mot'])), 
			array('=', 'syndic.statut', '"publie"')), # WHERE
		array(1 => array('syndic', 'id_syndic')), # WHERE pour jointure
		'', # GROUP
		array('syndic.nom_site'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'syndic', # table
		'_sites', # boucle
		''); # serveur
	$t0 = "";
	$SP++;

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

		$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;
}


//
// <BOUCLE mots>
//
function BOUCLE_mots_frereshtml_da3518c0e30356c450d2c1c928dede1a(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	// REQUETE
	$result = spip_optim_select(
		array("mots.id_mot",
		"mots.titre"), # SELECT
		array('mots' => 'spip_mots'), # FROM
		
			array(
			array('=', 'mots.type', spip_abstract_quote($Pile[$SP]['type']))), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array('mots.titre'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'mots', # table
		'_mots_freres', # boucle
		''); # serveur

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

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

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

		$t0 .= ('
					<li><a href="' .
htmlspecialchars(vider_url(generer_url_mot($Pile[$SP]['id_mot']))) .
'"' .
((strval($t1 = (calcul_exposer($Pile[$SP]['id_mot'], 'id_mot', $Pile[0]) ? 'on' : ''))!='') ?
		(' class="' . $t1 . '"') :
		('')) .
'>' .
interdire_scripts(typo($Pile[$SP]['titre'])) .
'</a></li>
					');
		}

	}

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


//
// <BOUCLE mots>
//
function BOUCLE_mot_cousinhtml_da3518c0e30356c450d2c1c928dede1a(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	// REQUETE
	$result = spip_optim_select(
		array("mots.id_mot",
		"mots.type"), # SELECT
		array('mots' => 'spip_mots'), # FROM
		
			array(
			array('=', 'mots.id_groupe', spip_abstract_quote($Pile[$SP]['id_groupe']))), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array('mots.titre'), # ORDER
		'0,1', # LIMIT
		'', # sous
		
			array(), # HAVING
		'mots', # table
		'_mot_cousin', # boucle
		''); # serveur
	$t0 = "";
	$SP++;

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

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

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


//
// <BOUCLE groupes_mots>
//
function BOUCLE_groupes_frereshtml_da3518c0e30356c450d2c1c928dede1a(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
	$doublons_index = array();

	// REQUETE
	$result = spip_optim_select(
		array("groupes_mots.id_groupe"), # SELECT
		array('groupes_mots' => 'spip_groupes_mots'), # FROM
		
			array(
			array(calcul_mysql_in('groupes_mots.id_groupe', "0".$doublons[$doublons_index[]= ('groupes_mots')], 'NOT'))), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array('groupes_mots.titre'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'groupes_mots', # table
		'_groupes_freres', # boucle
		''); # serveur
	$t0 = "";
	$SP++;

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

			foreach($doublons_index as $k) $doublons[$k] .= "," . $Pile[$SP]['id_groupe']; // doublons

		$t0 .= ('
					' .
BOUCLE_mot_cousinhtml_da3518c0e30356c450d2c1c928dede1a($Cache, $Pile, $doublons, $Numrows, $SP) .
'
					');
	}

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


//
// <BOUCLE mots>
//
function BOUCLE_mot_principalhtml_da3518c0e30356c450d2c1c928dede1a(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
	$doublons_index = array();

	// REQUETE
	$result = spip_optim_select(
		array("mots.id_groupe",
		"mots.id_mot",
		"mots.type",
		"mots.titre",
		"mots.descriptif",
		"mots.texte"), # SELECT
		array('mots' => 'spip_mots'), # FROM
		
			array(
			array('=', 'mots.id_mot', spip_abstract_quote($Pile[$SP]['id_mot'])), 
			array(calcul_mysql_in('mots.id_mot', "0".$doublons[$doublons_index[]= ('mots')], 'NOT'))), # WHERE
		array(), # WHERE pour jointure
		'', # GROUP
		array(), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'mots', # table
		'_mot_principal', # boucle
		''); # serveur
	$t0 = "";
	$SP++;

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

			foreach($doublons_index as $k) $doublons[$k] .= "," . $Pile[$SP]['id_mot']; // doublons

		$t0 .= ('
<!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>' .
((strval($t1 = interdire_scripts(textebrut(typo($Pile[$SP]['titre']))))!='') ?
		($t1 . ' - ') :
		('')) .
interdire_scripts(textebrut(typo($GLOBALS['meta']['nom_site']))) .
'</title>
	' .
((strval($t1 = interdire_scripts(textebrut(couper(propre($Pile[$SP]['descriptif']),'150'))))!='') ?
		('<meta name="description" content="' . $t1 . '" />') :
		('')) .
'
	' .

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

	' .
'
	<link rel="alternate" type="application/rss+xml" title="' .
interdire_scripts(texte_backend(textebrut(typo($Pile[$SP]['titre'])))) .
'" href="' .
interdire_scripts(parametre_url(generer_url_public('backend'),'id_mot',$Pile[$SP]['id_mot'])) .
'" />
</head>

<body class="page_mot">
<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:mots_clefs') .
BOUCLE_arianehtml_da3518c0e30356c450d2c1c928dede1a($Cache, $Pile, $doublons, $Numrows, $SP) .
((strval($t1 = interdire_scripts(couper(typo($Pile[$SP]['titre']),'80')))!='') ?
		(' &gt; ' . $t1) :
		('')) .
'</div>

	<div id="conteneur">

		' .
'
		<div id="contenu">

			<div class="cartouche">
				' .
filtrer('image_reduire',affiche_logos(calcule_logo('id_mot', 'ON', $Pile[$SP]['id_mot'],'',  ''), '', ''),'200','200') .
'
				<h1 class="titre">' .
interdire_scripts(typo($Pile[$SP]['titre'])) .
'</h1>
			</div>

			' .
((strval($t1 = interdire_scripts(propre($Pile[$SP]['texte'])))!='') ?
		('<div class="chapo">' . $t1 . '</div>') :
		('')) .
'

			<br class="nettoyeur" />

			' .
'
			' .

(($f = (((strval($t1 = BOUCLE_articleshtml_da3518c0e30356c450d2c1c928dede1a($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
			<div class="contre-encart">

				<div class="liste-articles">
					' .
		calcul_pagination(
	(isset($Numrows['_articles']['grand_total']) ?
		$Numrows['_articles']['grand_total'] : $Numrows['_articles']['total']
	), '_articles', (($a = intval('10')) ? $a : 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', (($a = intval('10')) ? $a : 10), true ))!='') ?
				('<p class="pagination">' . $t3 . '</p>') :
				('')) .
		'
				</div>

			</div><!-- fin contre-encart -->
			')) :
		(''))))?
				'<div id="fragment_html_da3518c0e30356c450d2c1c928dede1a_articles" class="fragment">'.$f.'<!-- /fragment_html_da3518c0e30356c450d2c1c928dede1a_articles --></div><?php stop_inclure("fragment_html_da3518c0e30356c450d2c1c928dede1a_articles"); ?>':'')
 .
'

			<div class="encart">

				' .
'
				' .
((strval($t1 = BOUCLE_rubriqueshtml_da3518c0e30356c450d2c1c928dede1a($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
				<div class="rubriques">
					<h2 class="menu-titre">' .
		_T('public/spip/ecrire:rubriques') .
		'</h2>
					<ul>
						') . $t1 . '
					</ul>
				</div>
				') :
		('')) .
'

				' .
'
				' .
((strval($t1 = BOUCLE_breveshtml_da3518c0e30356c450d2c1c928dede1a($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
				<div class="breves">
					<h2 class="menu-titre">' .
		_T('public/spip/ecrire:breves') .
		'</h2>
					<ul>
						') . $t1 . '
					</ul>
				</div>
				') :
		('')) .
'

				' .
'
				' .
((strval($t1 = BOUCLE_forums_lienshtml_da3518c0e30356c450d2c1c928dede1a($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
				<div class="forums">
					<h2 class="menu-titre">' .
		_T('public/spip/ecrire:messages_forum') .
		'</h2>
					<ul>
						') . $t1 . '
					</ul>
				</div>
				') :
		('')) .
'

				' .
'
				' .
((strval($t1 = BOUCLE_siteshtml_da3518c0e30356c450d2c1c928dede1a($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
				<div class="syndic">
					<h2 class="menu-titre">' .
		_T('public/spip/ecrire:sites_web') .
		'</h2>
					<ul>
						') . $t1 . '
					</ul>
				</div>
				') :
		('')) .
'

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

			' .
((strval($t1 = interdire_scripts(calculer_notes()))!='') ?
		(('<div class="notes"><h2>' .
	_T('public/spip/ecrire:info_notes') .
	'</h2>') . $t1 . '</div>') :
		('')) .
'

		</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\');
?'.'>' .
'

			' .
'
			' .

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

			' .
'
			' .
((strval($t1 = BOUCLE_groupes_frereshtml_da3518c0e30356c450d2c1c928dede1a($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
			<div class="divers">
				<h2 class="menu-titre">' .
		_T('public/spip/ecrire:autres_groupes_mots_clefs') .
		'</h2>
				<ul>
					') . $t1 . '
				</ul>
			</div>
			') :
		('')) .
'

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

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

	' .
'
	' .

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

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

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



//
// Fonction principale du squelette dist/mot.html
//
function html_da3518c0e30356c450d2c1c928dede1a($Cache, $Pile, $doublons=array(), $Numrows=array(), $SP=0) {
	$page = ('<?php header("X-Spip-Cache: 86400"); ?>'.'<?php header("Cache-Control: max-age=86400"); ?>' .
BOUCLE_mot_principalhtml_da3518c0e30356c450d2c1c928dede1a($Cache, $Pile, $doublons, $Numrows, $SP));

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

?>