Your IP : 216.73.216.146


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

<?php

/*
 * Squelette : plugins/squelette_blrap_0.0.1/inclure/footer.html
 * Date :      Mon, 11 May 2015 20:48:57 GMT
 * Compile :   Sat, 12 Sep 2026 18:07:04 GMT
 * Boucles :   _article_contact, _articles, _annee
 */ 

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

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'articles';
		$command['id'] = '_article_contact';
		$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("0+articles.titre AS num",
		"articles.id_article",
		"articles.lang",
		"articles.titre");
		$command['orderby'] = array('num');
		$command['where'] = 
			array(
quete_condition_statut('articles.statut','publie,prop,prepa/auteur','publie',''), 
			array('=', 'L2.titre', "'contact'"));
		$command['join'] = array('L1' => array('articles','id_objet','id_article','L1.objet='.sql_quote('article')), 'L2' => array('L1','id_mot'));
		$command['limit'] = '0,1';
		$command['having'] = 
			array();
	}
	if (defined("_BOUCLE_PROFILER")) $timer = time()+microtime();
	$t0 = "";
	// REQUETE
	$iter = IterFactory::create(
		"SQL",
		$command,
		array('plugins/squelette_blrap_0.0.1/inclure/footer.html','html_3678f86186b47cdc36c58d9cbd114141','_article_contact',6,$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 rel="nofollow" href="' .
vider_url(urlencode_1738(generer_url_entite($Pile[$SP]['id_article'], 'article', '', '', true))) .
'" title="' .
_T('public|spip|ecrire:contact') .
' du site ' .
interdire_scripts(typo($GLOBALS['meta']['nom_site'], "TYPO", $connect, $Pile[0])) .
'">' .
_T('public|spip|ecrire:contact') .
'</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_article_contact @ plugins/squelette_blrap_0.0.1/inclure/footer.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


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

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'articles';
		$command['id'] = '_articles';
		$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("0+articles.titre AS num",
		"articles.id_article",
		"articles.titre",
		"articles.lang");
		$command['orderby'] = array('num');
		$command['where'] = 
			array(
quete_condition_statut('articles.statut','publie,prop,prepa/auteur','publie',''), 
			array('=', 'articles.id_rubrique', "1"), 
			array('NOT', 
			array('IN', 'articles.id_article', 
			array('SELF', 'articles.id_article', 
			array('=', 'L2.titre', "'contact'")))), 
			array('>=', 'articles.titre', "'90'"));
		$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/inclure/footer.html','html_3678f86186b47cdc36c58d9cbd114141','_articles',11,$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_article'], 'article', '', '', true))) .
'" title="' .
interdire_scripts(typo(supprimer_numero($Pile[$SP]['titre']), "TYPO", $connect, $Pile[0])) .
'">' .
interdire_scripts(typo(supprimer_numero($Pile[$SP]['titre']), "TYPO", $connect, $Pile[0])) .
'</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_articles @ plugins/squelette_blrap_0.0.1/inclure/footer.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


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

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'articles';
		$command['id'] = '_annee';
		$command['from'] = array('articles' => 'spip_articles');
		$command['type'] = array();
		$command['groupby'] = array();
		$command['select'] = array("articles.date",
		"articles.lang",
		"articles.titre");
		$command['orderby'] = array('articles.date');
		$command['where'] = 
			array(
quete_condition_statut('articles.statut','publie,prop,prepa/auteur','publie',''));
		$command['join'] = array();
		$command['limit'] = '0,1';
		$command['having'] = 
			array();
	}
	if (defined("_BOUCLE_PROFILER")) $timer = time()+microtime();
	$t0 = "";
	// REQUETE
	$iter = IterFactory::create(
		"SQL",
		$command,
		array('plugins/squelette_blrap_0.0.1/inclure/footer.html','html_3678f86186b47cdc36c58d9cbd114141','_annee',16,$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 .= (($t1 = strval(interdire_scripts((((annee(normaliser_date($Pile[$SP]['date'])) != date('Y'))) ?' ' :''))))!=='' ?
		($t1 . interdire_scripts(annee(normaliser_date($Pile[$SP]['date'])))) :
		'');
		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_annee @ plugins/squelette_blrap_0.0.1/inclure/footer.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}

//
// Fonction principale du squelette plugins/squelette_blrap_0.0.1/inclure/footer.html
// Temps de compilation total: 1.082 ms
//

function html_3678f86186b47cdc36c58d9cbd114141($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 = (
'<footer>
	<div id="footer_content">
		<p id="footer_menu">
			<a href="' .
spip_htmlspecialchars(sinon($GLOBALS['meta']['adresse_site'],'.')) .
'/" title="' .
_T('public|spip|ecrire:accueil_site') .
'">' .
_T('public|spip|ecrire:accueil_site') .
'</a> | 
			<a rel="contents" href="' .
spip_htmlspecialchars(sinon($GLOBALS['meta']['adresse_site'],'.')) .
'/plan">' .
_T('public|spip|ecrire:plan_site') .
'</a> | 
			' .
(($t1 = BOUCLE_article_contacthtml_3678f86186b47cdc36c58d9cbd114141($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
		('
				' . $t1 . '
			') :
		'') .
'
			' .
BOUCLE_articleshtml_3678f86186b47cdc36c58d9cbd114141($Cache, $Pile, $doublons, $Numrows, $SP) .
'
			<a href="' .
spip_htmlspecialchars(sinon($GLOBALS['meta']['adresse_site'],'.')) .
'/rss" rel="alternate" title="' .
_T('public|spip|ecrire:syndiquer_site') .
'">RSS&nbsp;2.0</a>
		</p>
		<p id="footer_perso">&copy; ' .
(($t1 = BOUCLE_anneehtml_3678f86186b47cdc36c58d9cbd114141($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
		($t1 . '-') :
		'') .
interdire_scripts(annee(normaliser_date(@$Pile[0]['date']))) .
' ' .
interdire_scripts(typo($GLOBALS['meta']['nom_site'], "TYPO", $connect, $Pile[0])) .
'</p>
		<p><small id="generator">Réalisation <a href="http://mysiteconcept.com/" onclick="window.open(this.href);return false" title="Conception de sites Internet dynamiques">MySite Concept</a></small></p>
	</div>
</footer>
');

	return analyse_resultat_skel('html_3678f86186b47cdc36c58d9cbd114141', $Cache, $page, 'plugins/squelette_blrap_0.0.1/inclure/footer.html');
}
?>