Your IP : 216.73.217.114


Current Path : /home/histoio/www/tmp/cache/skel/
Upload File :
Current File : /home/histoio/www/tmp/cache/skel/html_a290cf344a1b37dd033a4562459473e9.php

<?php

/*
 * Squelette : squelettes/evenement.html
 * Date :      Fri, 10 Sep 2021 09:21:32 GMT
 * Compile :   Thu, 05 Oct 2023 06:53:16 GMT
 * Boucles :   _lesevenements_futurs, _lesevenements_past, _event_art, _vevent
 */ 

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

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'evenements';
		$command['id'] = '_lesevenements_futurs';
		$command['from'] = array('evenements' => 'spip_evenements');
		$command['type'] = array();
		$command['groupby'] = array();
		$command['select'] = array("evenements.date_debut",
		"evenements.id_evenement",
		"evenements.timezone_affiche",
		"evenements.date_fin",
		"evenements.titre");
		$command['orderby'] = array('evenements.date_debut DESC');
		$command['join'] = array();
		$command['limit'] = '';
		$command['having'] = 
			array();
	}
	$command['where'] = 
			array(
quete_condition_statut('evenements.statut','!','publie',''), 
			array('=', 'evenements.id_article', sql_quote($Pile[$SP]['id_article'], '','bigint(21) NOT NULL DEFAULT \'0\'')), 
			array('OR', 
			array('AND', 
			array('=', 'horaire', sql_quote('oui')), 
			array('>', 'evenements.date_debut', sql_quote(date('Y-m-d H:i:00')))), 
			array('AND', 
			array('!=', 'horaire', sql_quote('oui')), 
			array('>', 'evenements.date_debut', sql_quote(date('Y-m-d 23:59:59', strtotime(date('Y-m-d H:i:00'))))))));
	if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime();
	$t0 = "";
	// REQUETE
	$iter = IterFactory::create(
		"SQL",
		$command,
		array('squelettes/evenement.html','html_a290cf344a1b37dd033a4562459473e9','_lesevenements_futurs',47,$GLOBALS['spip_lang'])
	);
	if (!$iter->err()) {
	$SP++;
	// RESULTATS
	while ($Pile[$SP]=$iter->fetch()) {

		$t0 .= (
'

<li>
 <a href="' .
vider_url(urlencode_1738(generer_url_entite($Pile[$SP]['id_evenement'], 'evenement', '', '', true))) .
'#fenetre">
' .

((!is_array($l = quete_logo('id_evenement', 'ON', $Pile[$SP]['id_evenement'],'', 0))) ? '':
 ("<img class=\"spip_logo spip_logos\" alt=\"\" src=\"$l[0]\"" . $l[2] .  ($l[1] ? " onmouseover=\"this.src='$l[1]'\" onmouseout=\"this.src='$l[0]'\"" : "") . ' />')) .
'
<div class="agenda_date">
 ' .
interdire_scripts(((jour(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche'])) == interdire_scripts(jour(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche'])))) ? (	'Le ' .
	interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche']),'d.m.y'))):(	interdire_scripts(((annee(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche'])) == interdire_scripts(annee(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche'])))) ? (	'Du ' .
		interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche']),'d.m')) .
		' au ' .
		interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche']),'d.m.y')) .
		' '):(	'Du ' .
		interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche']),'d.m.y')) .
		' au ' .
		interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche']),'d.m.y')) .
		'   
  '))) .
	'   
'))) .
'
  </div>
  
<div class="agenda_title">' .
interdire_scripts(couper(supprimer_numero(supprimer_numero(typo($Pile[$SP]['titre']), "TYPO", $connect, $Pile[0])),'80')) .
'</div>
</a>
</li>

  ');
	}
	$iter->free();
	}
	if (defined("_BOUCLE_PROFILER")
	AND 1000*($timer = (time()+(float)microtime())-$timer) > _BOUCLE_PROFILER)
		spip_log(intval(1000*$timer)."ms BOUCLE_lesevenements_futurs @ squelettes/evenement.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


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

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'evenements';
		$command['id'] = '_lesevenements_past';
		$command['from'] = array('evenements' => 'spip_evenements');
		$command['type'] = array();
		$command['groupby'] = array();
		$command['select'] = array("evenements.date_debut",
		"evenements.id_evenement",
		"evenements.timezone_affiche",
		"evenements.date_fin",
		"evenements.titre");
		$command['orderby'] = array('evenements.date_debut DESC');
		$command['where'] = 
			array(
quete_condition_statut('evenements.statut','!','publie',''), 
			array('OR', 
			array('AND', 
			array('=', 'horaire', sql_quote('oui')), 
			array('<', 'evenements.date_fin', sql_quote(date('Y-m-d H:i:00')))), 
			array('AND', 
			array('!=', 'horaire', sql_quote('oui')), 
			array('<', 'evenements.date_fin', sql_quote(date('Y-m-d 00:00:00', strtotime(date('Y-m-d H:i:00'))))))));
		$command['join'] = array();
		$command['limit'] = '';
		$command['having'] = 
			array();
	}
	if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime();
	$t0 = "";
	// REQUETE
	$iter = IterFactory::create(
		"SQL",
		$command,
		array('squelettes/evenement.html','html_a290cf344a1b37dd033a4562459473e9','_lesevenements_past',83,$GLOBALS['spip_lang'])
	);
	if (!$iter->err()) {
	$SP++;
	// RESULTATS
	while ($Pile[$SP]=$iter->fetch()) {

		$t0 .= (
'
 
<li>
 <a href="' .
vider_url(urlencode_1738(generer_url_entite($Pile[$SP]['id_evenement'], 'evenement', '', '', true))) .
'#fenetre">
' .

((!is_array($l = quete_logo('id_evenement', 'ON', $Pile[$SP]['id_evenement'],'', 0))) ? '':
 ("<img class=\"spip_logo spip_logos\" alt=\"\" src=\"$l[0]\"" . $l[2] .  ($l[1] ? " onmouseover=\"this.src='$l[1]'\" onmouseout=\"this.src='$l[0]'\"" : "") . ' />')) .
'
<div class="agenda_date">
 ' .
interdire_scripts(((jour(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche'])) == interdire_scripts(jour(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche'])))) ? (	'Le ' .
	interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche']),'d.m.y'))):(	interdire_scripts(((annee(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche'])) == interdire_scripts(annee(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche'])))) ? (	'Du ' .
		interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche']),'d.m')) .
		' au ' .
		interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche']),'d.m.y')) .
		' '):(	'Du ' .
		interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche']),'d.m.y')) .
		' au ' .
		interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche']),'d.m.y')) .
		'   
  '))) .
	'   
'))) .
'
  </div>
  
<div class="agenda_title">' .
interdire_scripts(couper(supprimer_numero(supprimer_numero(typo($Pile[$SP]['titre']), "TYPO", $connect, $Pile[0])),'80')) .
'</div>
</a>
</li>

  ');
	}
	$iter->free();
	}
	if (defined("_BOUCLE_PROFILER")
	AND 1000*($timer = (time()+(float)microtime())-$timer) > _BOUCLE_PROFILER)
		spip_log(intval(1000*$timer)."ms BOUCLE_lesevenements_past @ squelettes/evenement.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


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

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'articles';
		$command['id'] = '_event_art';
		$command['from'] = array('articles' => 'spip_articles');
		$command['type'] = array();
		$command['groupby'] = array();
		$command['select'] = array("articles.id_article",
		"articles.titre",
		"articles.lang");
		$command['orderby'] = array();
		$command['join'] = array();
		$command['limit'] = '';
		$command['having'] = 
			array();
	}
	$command['where'] = 
			array(
quete_condition_statut('articles.statut','publie,prop,prepa/auteur','publie',''), 
quete_condition_postdates('articles.date',''), 
			array('=', 'articles.id_rubrique', sql_quote($Pile[$SP]['id_rubrique'], '','bigint(21) NOT NULL DEFAULT \'0\'')), 
			array('=', 'articles.id_article', "35"));
	if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime();
	$t0 = "";
	// REQUETE
	$iter = IterFactory::create(
		"SQL",
		$command,
		array('squelettes/evenement.html','html_a290cf344a1b37dd033a4562459473e9','_event_art',42,$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="agenda_title">' .
interdire_scripts(supprimer_numero(typo($Pile[$SP]['titre']), "TYPO", $connect, $Pile[0])) .
'</div>
						
						
						
' .
(($t1 = BOUCLE_lesevenements_futurshtml_a290cf344a1b37dd033a4562459473e9($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
		('

<div class="agenda_ours">

<h1> A la une</h1>

<ul>

' . $t1 . '
  
</ul>
</div>
') :
		'') .
'




' .
(($t1 = BOUCLE_lesevenements_pasthtml_a290cf344a1b37dd033a4562459473e9($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ?
		('

<div class="agenda_ours">

<h1> Evénements passés</h1>
<ul>

 ' . $t1 . '
  
</ul>
</div>
') :
		'') .
'

					
					
					');
		lang_select();
	}
	lang_select();
	$iter->free();
	}
	if (defined("_BOUCLE_PROFILER")
	AND 1000*($timer = (time()+(float)microtime())-$timer) > _BOUCLE_PROFILER)
		spip_log(intval(1000*$timer)."ms BOUCLE_event_art @ squelettes/evenement.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}


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

	static $command = array();
	static $connect;
	$command['connect'] = $connect = '';
	if (!isset($command['table'])) {
		$command['table'] = 'evenements';
		$command['id'] = '_vevent';
		$command['from'] = array('evenements' => 'spip_evenements','L1' => 'spip_articles');
		$command['type'] = array();
		$command['groupby'] = array();
		$command['select'] = array("L1.id_rubrique",
		"L1.lang",
		"evenements.titre",
		"evenements.descriptif",
		"evenements.id_evenement",
		"evenements.date_debut",
		"evenements.timezone_affiche",
		"evenements.date_fin",
		"evenements.lieu",
		"evenements.adresse");
		$command['orderby'] = array();
		$command['join'] = array('L1' => array('evenements','id_article'));
		$command['limit'] = '';
		$command['having'] = 
			array();
	}
	$command['where'] = 
			array(
			array('=', 'evenements.id_evenement', sql_quote(interdire_scripts(entites_html(sinon(table_valeur(@$Pile[0], (string)'id', null), interdire_scripts(entites_html(table_valeur(@$Pile[0], (string)'id_evenement', null),true))),true)), '', 'bigint(21) NOT NULL AUTO_INCREMENT')));
	if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime();
	$t0 = "";
	// REQUETE
	$iter = IterFactory::create(
		"SQL",
		$command,
		array('squelettes/evenement.html','html_a290cf344a1b37dd033a4562459473e9','_vevent',1,$GLOBALS['spip_lang'])
	);
	if (!$iter->err()) {
	$SP++;
	// RESULTATS
	while ($Pile[$SP]=$iter->fetch()) {

		$t0 .= (
'
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--[if lt IE 7 ]> <html dir="' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
'" lang="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
'" xmlns="http://www.w3.org/1999/xhtml" xml:lang="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
'" class="' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
(($t1 = strval(spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang'])))!=='' ?
		(' ' . $t1) :
		'') .
' no-js ie ie6"> <![endif]-->
<!--[if IE 7 ]> <html dir="' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
'" lang="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
'" xmlns="http://www.w3.org/1999/xhtml" xml:lang="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
'" class="' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
(($t1 = strval(spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang'])))!=='' ?
		(' ' . $t1) :
		'') .
' no-js ie ie7"> <![endif]-->
<!--[if IE 8 ]> <html dir="' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
'" lang="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
'" xmlns="http://www.w3.org/1999/xhtml" xml:lang="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
'" class="' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
(($t1 = strval(spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang'])))!=='' ?
		(' ' . $t1) :
		'') .
' no-js ie ie8"> <![endif]-->
<!--[if IE 9 ]> <html dir="' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
'" lang="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
'" xmlns="http://www.w3.org/1999/xhtml" xml:lang="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
'" class="' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
(($t1 = strval(spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang'])))!=='' ?
		(' ' . $t1) :
		'') .
' no-js ie ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html dir="' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
'" lang="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
'" xmlns="http://www.w3.org/1999/xhtml" xml:lang="' .
spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) .
'" class="' .
lang_dir($Pile[$SP]['lang'], 'ltr','rtl') .
(($t1 = strval(spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang'])))!=='' ?
		(' ' . $t1) :
		'') .
' no-js"> <!--<![endif]-->
<head>
			
<script type=\'text/javascript\'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\\bno-js\\b/,\'js\')})(document.documentElement);/*]]>*/</script>
	<title>' .
(($t1 = strval(interdire_scripts(textebrut(couper(supprimer_numero(typo($Pile[$SP]['titre']), "TYPO", $connect, $Pile[0]),'80')))))!=='' ?
		($t1 . ' - ') :
		'') .
interdire_scripts(textebrut(typo($GLOBALS['meta']['nom_site'], "TYPO", $connect, $Pile[0]))) .
'</title>

' .
(($t1 = strval(interdire_scripts(attribut_html(couper(propre($Pile[$SP]['descriptif'], $connect, $Pile[0]),'200')))))!=='' ?
		('<meta name="description" content="' . $t1 . '" />') :
		'') .
'
 
 <meta name="keywords" content="ours, ours de collection, collection, restaurer, restauration, réparer, réparation, réparation d\'ours, réparation d\'ours en peluche, réparation d\'ours de collection, création, création d\'ours, création de peluches, peluches, ours en peluche, nounours, mohair, tissus, ours en mohair, toutou,teddy bears,teddy bear,steiff,ours d\'artiste,artiste,toutous, oursons, arts, art, artisan, artisanat, objet de collection, rénovation, rénover, rénovation d\'ours">

	' .
(($t1 = strval(url_absolue(vider_url(urlencode_1738(generer_url_entite($Pile[$SP]['id_rubrique'], 'rubrique', '', '', true))))))!=='' ?
		('<link rel="canonical" href="' . $t1 . '" />') :
		'') .
'
	' .

'<'.'?php echo recuperer_fond( ' . argumenter_squelette('inclure/head') . ', array(\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . '), array("compil"=>array(\'squelettes/evenement.html\',\'html_a290cf344a1b37dd033a4562459473e9\',\'\',18,$GLOBALS[\'spip_lang\'])), _request("connect"));
?'.'>
	
	<link rel="alternate" type="application/rss+xml" title="' .
_T('public|spip|ecrire:syndiquer_rubrique') .
'" href="' .
interdire_scripts(parametre_url(generer_url_public('backend', ''),'id_rubrique',$Pile[$SP]['id_rubrique'])) .
'" />
</head>

<body class="pas_surlignable page_contact">


<div id="global">


		' .

'<'.'?php echo recuperer_fond( ' . argumenter_squelette('inclure/nav') . ', array(\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . '), array("compil"=>array(\'squelettes/evenement.html\',\'html_a290cf344a1b37dd033a4562459473e9\',\'\',29,$GLOBALS[\'spip_lang\'])), _request("connect"));
?'.'>
		
		
		
		<div id="wrapper">
				<div id="ribbon">	

							<!-- LISTE EVENEMENTS -->
				<div id="page_events">
					

					
					' .
BOUCLE_event_arthtml_a290cf344a1b37dd033a4562459473e9($Cache, $Pile, $doublons, $Numrows, $SP) .
'

					</div>

<!-- FIN LISTE EVENEMENTS -->

						
		<!-- FENETRE MODALE -->

  <div id="fenetre" class="modal">
  	<div class="modal_content">
  		
						<div id="page_events_art">
							
							<h1>' .
interdire_scripts(supprimer_numero(typo($Pile[$SP]['titre']), "TYPO", $connect, $Pile[0])) .
'</h1>
								
								<div class="agenda_fiche">
								
										<div class="agenda_img_text">
										' .

((!is_array($l = quete_logo('id_evenement', 'ON', $Pile[$SP]['id_evenement'],'', 0))) ? '':
 ("<img class=\"spip_logo spip_logos\" alt=\"\" src=\"$l[0]\"" . $l[2] .  ($l[1] ? " onmouseover=\"this.src='$l[1]'\" onmouseout=\"this.src='$l[0]'\"" : "") . ' />')) .
'
										</div>
										
										<div class="descriptif">
										' .
interdire_scripts(propre($Pile[$SP]['descriptif'], $connect, $Pile[0])) .
'			
										</div>					

								</div><!-- fin agenda_fiche -->



								<div class="agenda_infos">
								
										<div class="agenda_date_art">
										' .
interdire_scripts(((jour(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche'])) == interdire_scripts(jour(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche'])))) ? (	'Le ' .
	interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche'])))):(	interdire_scripts(((annee(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche'])) == interdire_scripts(annee(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche'])))) ? (	'Du ' .
		interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche']),'d/m')) .
		' au ' .
		interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche']),'d/m/Y')) .
		' '):(	'Du ' .
		interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche']),'d/m/Y')) .
		' au ' .
		interdire_scripts(affdate(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche']),'d/m/Y')) .
		'   
										 '))) .
	'   
										'))) .
'
										</div>
											
										<div class="agenda_horaires">
										
										 ' .
interdire_scripts(((date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche']) == interdire_scripts(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche']))) ? (	'à 
										' .
	interdire_scripts(heures(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche']))) .
	'h' .
	interdire_scripts(minutes(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche'])))):'')) .
'
										
										 ' .
interdire_scripts(((date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche']) != interdire_scripts(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche']))) ? (	'de 
										' .
	interdire_scripts(heures(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche']))) .
	':' .
	interdire_scripts(minutes(date_to_timezone($Pile[$SP]['date_debut'], $Pile[$SP]['timezone_affiche']))) .
	' à 
										 ' .
	interdire_scripts(heures(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche']))) .
	':' .
	interdire_scripts(minutes(date_to_timezone($Pile[$SP]['date_fin'], $Pile[$SP]['timezone_affiche'])))):'')) .
'
										</div>
	   
											  
										<div class="agenda_lieu_art">' .
interdire_scripts(expanser_liens(typo($Pile[$SP]['lieu'], "TYPO", $connect, $Pile[0]))) .
'<br /><hr />' .
interdire_scripts(propre($Pile[$SP]['adresse'], $connect, $Pile[0])) .
'</div>


								</div><!-- agenda infos-->
								
								
								
						</div><!-- page_events_art -->


<a href="#" class="modal_close">&times;</a>

	</div>
</div>

		<!-- FIN FENETRE MODALE -->
		
		
			</div><!--.ribbon-->

	</div><!--.wrapper-->

		
	' .

'<'.'?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(\'squelettes/evenement.html\',\'html_a290cf344a1b37dd033a4562459473e9\',\'\',184,$GLOBALS[\'spip_lang\'])), _request("connect"));
?'.'>

</div><!--.global-->

</body>
</html>
');
	}
	$iter->free();
	}
	if (defined("_BOUCLE_PROFILER")
	AND 1000*($timer = (time()+(float)microtime())-$timer) > _BOUCLE_PROFILER)
		spip_log(intval(1000*$timer)."ms BOUCLE_vevent @ squelettes/evenement.html","profiler"._LOG_AVERTISSEMENT);
	return $t0;
}

//
// Fonction principale du squelette squelettes/evenement.html
// Temps de compilation total: 78.508 ms
//

function html_a290cf344a1b37dd033a4562459473e9($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 = BOUCLE_veventhtml_a290cf344a1b37dd033a4562459473e9($Cache, $Pile, $doublons, $Numrows, $SP);

	return analyse_resultat_skel('html_a290cf344a1b37dd033a4562459473e9', $Cache, $page, 'squelettes/evenement.html');
}
?>