File "html_8e450f686d5d1aa388233134262b05c6.php"

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

<?php
/*
 * Squelette : dist/modeles/article_mots.html
 * Date :      Wed, 19 Mar 2008 13:32:56 GMT
 * Compile :   Sun, 08 Mar 2020 16:59:46 GMT (0.00s)
 * Boucles :   _mots
 */ 
//
// <BOUCLE mots>
//
function BOUCLE_motshtml_8e450f686d5d1aa388233134262b05c6(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	// REQUETE
	$result = spip_optim_select(
		array("mots.id_mot",
		"mots.titre"), # SELECT
		array('L1' => 'spip_mots_articles','mots' => 'spip_mots'), # FROM
		
			array(
			array('=', 'L1.id_article', spip_abstract_quote($Pile[$SP]['id_article']))), # WHERE
		array(1 => array('mots', 'id_mot')), # WHERE pour jointure
		"mots.id_mot", # GROUP
		array('mots.titre'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'mots', # table
		'_mots', # 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']))) .
'" rel="tag">' .
interdire_scripts(typo($Pile[$SP]['titre'])) .
'</a></li>
		');
	}

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



//
// Fonction principale du squelette dist/modeles/article_mots.html
//
function html_8e450f686d5d1aa388233134262b05c6($Cache, $Pile, $doublons=array(), $Numrows=array(), $SP=0) {
	$page = (((strval($t1 = BOUCLE_motshtml_8e450f686d5d1aa388233134262b05c6($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
		(('
<div class="divers"' .
		((strval($t3 = interdire_scripts(match(entites_html($Pile[0]['align']),'left|right')))!='') ?
				(' style=\'float:' . $t3 . ';\'') :
				('')) .
		'>
	<h2 class="menu-titre">' .
		_T('public/spip/ecrire:mots_clefs') .
		'</h2>
	<ul>
		') . $t1 . '
	</ul>
</div>
') :
		('')) .
'
');

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

?>