File "html_83bf408618b32321d65c1b63ab0c286b.php"
Full path: /home/argothem/www/SpipFactory-fichiers_de_travail/sauvegarde-depannage-1.9a3.2/1.9/CACHE/skel/html_83bf408618b32321d65c1b63ab0c286b.php
File size: 22.7 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/*
* Squelette : dist/rubrique.html
* Date : Sat, 26 Aug 2006 21:58:06 GMT
* Compile : Sun, 08 Mar 2020 16:59:57 GMT (0.02s)
* Boucles : _ariane, _m2, _miniplan, _sous_rubriques, _articles, _documents_joints, _breves, _syndic, _sites, _mots, _rubrique_principal
*/
//
// <BOUCLE hierarchie>
//
function BOUCLE_arianehtml_83bf408618b32321d65c1b63ab0c286b(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
$hierarchie = calculer_hierarchie($Pile[$SP]['id_rubrique'], true);
// REQUETE
$result = spip_optim_select(
array("rubriques.id_rubrique",
"rubriques.titre",
"FIELD(rubriques.id_rubrique, $hierarchie) AS rang",
"rubriques.lang"), # SELECT
array('rubriques' => 'spip_rubriques'), # FROM
array(), # WHERE
array(), # WHERE pour jointure
'', # GROUP
array('rang'), # ORDER
'', # LIMIT
'', # sous
array(
array('<>', 'rang', 0)), # HAVING
'rubriques', # table
'_ariane', # 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 .= (' > <a href="' .
htmlspecialchars(vider_url(generer_url_rubrique($Pile[$SP]['id_rubrique']))) .
'">' .
interdire_scripts(couper(typo($Pile[$SP]['titre']),'80')) .
'</a>');
}
$GLOBALS['spip_lang'] = $old_lang;
@spip_abstract_free($result,'');
return $t0;
}
//
// <BOUCLE boucle>
//
function BOUCLE_m2html_83bf408618b32321d65c1b63ab0c286b(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
$save_numrows = ($Numrows['_miniplan']);
$t0 = ((strval($t1 = BOUCLE_miniplanhtml_83bf408618b32321d65c1b63ab0c286b($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
('
<ul>
' . $t1 . '
</ul>
') :
(''));
$Numrows['_miniplan'] = ($save_numrows);
return $t0;
}
//
// <BOUCLE rubriques>
//
function BOUCLE_miniplanhtml_83bf408618b32321d65c1b63ab0c286b(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
// REQUETE
$result = spip_optim_select(
array("rubriques.id_rubrique",
"0+rubriques.titre AS num",
"rubriques.titre",
"rubriques.lang"), # SELECT
array('rubriques' => 'spip_rubriques'), # FROM
array(
array('=', 'rubriques.id_parent', spip_abstract_quote($Pile[$SP]['id_rubrique'])),
array('=', 'rubriques.statut', '"publie"')), # WHERE
array(), # WHERE pour jointure
'', # GROUP
array('num', 'rubriques.titre'), # ORDER
'', # LIMIT
'', # sous
array(), # HAVING
'rubriques', # table
'_miniplan', # 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>
' .
BOUCLE_m2html_83bf408618b32321d65c1b63ab0c286b($Cache, $Pile, $doublons, $Numrows, $SP) .
'
</li>
');
}
$GLOBALS['spip_lang'] = $old_lang;
@spip_abstract_free($result,'');
return $t0;
}
//
// <BOUCLE rubriques>
//
function BOUCLE_sous_rubriqueshtml_83bf408618b32321d65c1b63ab0c286b(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
// REQUETE
$result = spip_optim_select(
array("rubriques.id_rubrique",
"0+rubriques.titre AS num",
"rubriques.titre",
"rubriques.lang"), # SELECT
array('rubriques' => 'spip_rubriques'), # FROM
array(
array('=', 'rubriques.id_parent', spip_abstract_quote($Pile[$SP]['id_rubrique'])),
array('=', 'rubriques.statut', '"publie"')), # WHERE
array(), # WHERE pour jointure
'', # GROUP
array('num', 'rubriques.titre'), # ORDER
'', # LIMIT
'', # sous
array(), # HAVING
'rubriques', # table
'_sous_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>
' .
'
' .
((strval($t1 = BOUCLE_miniplanhtml_83bf408618b32321d65c1b63ab0c286b($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
('
<ul>
' . $t1 . '
</ul>
') :
('')) .
'
</li>
');
}
$GLOBALS['spip_lang'] = $old_lang;
@spip_abstract_free($result,'');
return $t0;
}
//
// <BOUCLE articles>
//
function BOUCLE_articleshtml_83bf408618b32321d65c1b63ab0c286b(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
// REQUETE
$result = spip_optim_select(
array("articles.id_article",
"articles.titre",
"articles.date",
"articles.lang"), # SELECT
array('articles' => 'spip_articles'), # FROM
array(
array('=', 'articles.id_rubrique', spip_abstract_quote($Pile[$SP]['id_rubrique'])),
array('=', 'articles.statut', '"publie"')), # WHERE
array(), # WHERE pour jointure
'', # GROUP
array('articles.date' . ' 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(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 documents>
//
function BOUCLE_documents_jointshtml_83bf408618b32321d65c1b63ab0c286b(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
$doublons_index = array();
// REQUETE
$result = spip_optim_select(
array("documents.id_document",
"0+documents.titre AS num",
"J1.mime_type",
"documents.titre",
"J1.titre AS type_document",
"documents.taille",
"documents.descriptif"), # SELECT
array('L1' => 'spip_documents_rubriques','J1' => 'spip_types_documents','documents' => 'spip_documents'), # FROM
array(
array('=', 'L1.id_rubrique', spip_abstract_quote($Pile[$SP]['id_rubrique'])),
array('=', 'documents.mode', "'document'"),
array(calcul_mysql_in('documents.id_document', "0".$doublons[$doublons_index[]= ('documents')], 'NOT')),
array('=', 'documents.id_type', 'J1.id_type'),
array('(documents.taille > 0 OR documents.distant="oui")')), # WHERE
array(1 => array('documents', 'id_document')), # WHERE pour jointure
"documents.id_document", # GROUP
array('num', 'documents.date'), # ORDER
'', # LIMIT
'', # sous
array(), # HAVING
'documents', # table
'_documents_joints', # boucle
''); # serveur
$t0 = "";
$SP++;
// RESULTATS
while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {
foreach($doublons_index as $k) $doublons[$k] .= "," . $Pile[$SP]['id_document']; // doublons
$t0 .= ('
<li>
<div class="spip_doc_titre"><a href="' .
htmlspecialchars(vider_url(generer_url_document($Pile[$SP]['id_document']))) .
'" title="' .
_T('public/spip/ecrire:bouton_telecharger') .
'" type="' .
interdire_scripts($Pile[$SP]['mime_type']) .
'">' .
interdire_scripts(sinon(typo($Pile[$SP]['titre']),_T('public/spip/ecrire:info_document'))) .
'</a> <small>(' .
interdire_scripts($Pile[$SP]['type_document']) .
((strval($t1 = interdire_scripts(taille_en_octets($Pile[$SP]['taille'])))!='') ?
(' - ' . $t1) :
('')) .
')</small></div>
' .
((strval($t1 = interdire_scripts(traiter_doublons_documents($doublons, propre($Pile[$SP]['descriptif']))))!='') ?
('<div class="spip_doc_descriptif">' . $t1 . '</div>') :
('')) .
'
</li>
');
}
@spip_abstract_free($result,'');
return $t0;
}
//
// <BOUCLE breves>
//
function BOUCLE_breveshtml_83bf408618b32321d65c1b63ab0c286b(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
// REQUETE
$result = spip_optim_select(
array("breves.date_heure AS date",
"breves.id_breve",
"breves.titre",
"breves.lang"), # SELECT
array('breves' => 'spip_breves'), # FROM
array(
array('=', 'breves.id_rubrique', spip_abstract_quote($Pile[$SP]['id_secteur'])),
array('=', 'breves.statut', '"publie"')), # WHERE
array(), # WHERE pour jointure
'', # GROUP
array('breves.date_heure' . ' 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(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 syndic_articles>
//
function BOUCLE_syndichtml_83bf408618b32321d65c1b63ab0c286b(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
// REQUETE
$result = spip_optim_select(
array("syndic_articles.url",
"syndic_articles.titre"), # SELECT
array('syndic_articles' => 'spip_syndic_articles','J1' => 'spip_syndic'), # FROM
array(
array('=', 'syndic_articles.id_syndic', spip_abstract_quote($Pile[$SP]['id_syndic'])),
array('<', 'LEAST((UNIX_TIMESTAMP(now())-UNIX_TIMESTAMP(syndic_articles.date))/86400,
TO_DAYS(now())-TO_DAYS(syndic_articles.date),
DAYOFMONTH(now())-DAYOFMONTH(syndic_articles.date)+30.4368*(MONTH(now())-MONTH(syndic_articles.date))+365.2422*(YEAR(now())-YEAR(syndic_articles.date)))', "'180'"),
array('=', 'syndic_articles.id_syndic', "J1.id_syndic"),
array('=', 'syndic_articles.statut', '"publie"'),
array('=', 'J1.statut', '"publie"')), # WHERE
array(), # WHERE pour jointure
'', # GROUP
array('syndic_articles.date' . ' DESC'), # ORDER
'0,3', # LIMIT
'', # sous
array(), # HAVING
'syndic_articles', # table
'_syndic', # boucle
''); # serveur
$t0 = "";
$SP++;
// RESULTATS
while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {
$t0 .= ('
<li><a href="' .
htmlspecialchars(vider_url($Pile[$SP]['url'])) .
'" class="spip_out">' .
interdire_scripts(safehtml($Pile[$SP]['titre'])) .
'</a></li>
');
}
@spip_abstract_free($result,'');
return $t0;
}
//
// <BOUCLE syndication>
//
function BOUCLE_siteshtml_83bf408618b32321d65c1b63ab0c286b(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
// REQUETE
$result = spip_optim_select(
array("syndic.id_syndic",
"syndic.date",
"syndic.nom_site",
"syndic.url_site"), # SELECT
array('syndic' => 'spip_syndic'), # FROM
array(
array('=', 'syndic.id_rubrique', spip_abstract_quote($Pile[$SP]['id_rubrique'])),
array('=', 'syndic.statut', '"publie"')), # WHERE
array(), # 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>
' .
((strval($t1 = BOUCLE_syndichtml_83bf408618b32321d65c1b63ab0c286b($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
('
<ul>
' . $t1 . '
</ul>
') :
('')) .
'
</li>
');
}
@spip_abstract_free($result,'');
return $t0;
}
//
// <BOUCLE mots>
//
function BOUCLE_motshtml_83bf408618b32321d65c1b63ab0c286b(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
// REQUETE
$result = spip_optim_select(
array("mots.id_mot",
"mots.titre"), # SELECT
array('L1' => 'spip_mots_rubriques','mots' => 'spip_mots'), # FROM
array(
array('=', 'L1.id_rubrique', spip_abstract_quote($Pile[$SP]['id_rubrique']))), # 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;
}
//
// <BOUCLE rubriques>
//
function BOUCLE_rubrique_principalhtml_83bf408618b32321d65c1b63ab0c286b(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
// REQUETE
$result = spip_optim_select(
array("rubriques.id_rubrique",
"rubriques.id_secteur",
"rubriques.lang",
"rubriques.titre",
"rubriques.texte",
"rubriques.descriptif",
"rubriques.date"), # SELECT
array('rubriques' => 'spip_rubriques'), # FROM
array(
array('=', 'rubriques.id_rubrique', spip_abstract_quote($Pile[$SP]['id_rubrique'])),
array('=', 'rubriques.statut', '"publie"')), # WHERE
array(), # WHERE pour jointure
'', # GROUP
array(), # ORDER
'', # LIMIT
'', # sous
array(), # HAVING
'rubriques', # table
'_rubrique_principal', # 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 .= ('
<!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[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']),'ltr','rtl') .
'" lang="' .
htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['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(calcul_introduction('rubriques', $Pile[$SP]['texte'], $Pile[0]['chapo'], $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="' .
_T('public/spip/ecrire:syndiquer_rubrique') .
'" href="' .
interdire_scripts(parametre_url(generer_url_public('backend'),'id_rubrique',$Pile[$SP]['id_rubrique'])) .
'" />
</head>
<body class="page_rubrique">
<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>' .
BOUCLE_arianehtml_83bf408618b32321d65c1b63ab0c286b($Cache, $Pile, $doublons, $Numrows, $SP) .
((strval($t1 = interdire_scripts(couper(typo($Pile[$SP]['titre']),'80')))!='') ?
(' > ' . $t1) :
('')) .
'</div>
<div id="conteneur">
' .
'
<div id="contenu">
<div class="cartouche">
' .
filtrer('image_reduire',affiche_logos(calcule_logo('id_rubrique', 'ON', $Pile[$SP]['id_rubrique'],sql_parent($Pile[$SP]['id_rubrique']), ''), '', ''),'200','200') .
'
<h1 class="titre">' .
interdire_scripts(typo($Pile[$SP]['titre'])) .
'</h1>
<small>' .
_T('public/spip/ecrire:dernier_ajout') .
' – ' .
((strval($t1 = nom_jour(vider_date($Pile[$SP]['date'])))!='') ?
($t1 . ' ') :
('')) .
((strval($t1 = affdate(vider_date($Pile[$SP]['date'])))!='') ?
($t1 . '.') :
('')) .
'</small>
</div>
' .
((strval($t1 = interdire_scripts(traiter_doublons_documents($doublons, propre($Pile[$SP]['texte']))))!='') ?
('<div class="chapo">' . $t1 . '</div>') :
('')) .
'
<br class="nettoyeur" />
<div class="contre-encart">
' .
'
' .
(($f = (((strval($t1 = BOUCLE_articleshtml_83bf408618b32321d65c1b63ab0c286b($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_rubrique') .
'</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>
')) :
(('
' .
'
' .
((strval($t2 = BOUCLE_sous_rubriqueshtml_83bf408618b32321d65c1b63ab0c286b($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
(('
<div class="rubriques">
<h2 class="menu-titre">' .
_T('public/spip/ecrire:sous_rubriques') .
'</h2>
<ul>
') . $t2 . '
</ul>
</div>
') :
('')) .
'
')))))?
'<div id="fragment_html_83bf408618b32321d65c1b63ab0c286b_articles" class="fragment">'.$f.'<!-- /fragment_html_83bf408618b32321d65c1b63ab0c286b_articles --></div><?php stop_inclure("fragment_html_83bf408618b32321d65c1b63ab0c286b_articles"); ?>':'')
.
'
' .
'
' .
((strval($t1 = BOUCLE_documents_jointshtml_83bf408618b32321d65c1b63ab0c286b($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
(('
<div id="documents_joints">
<h2>' .
_T('public/spip/ecrire:titre_documents_joints') .
'</h2>
<ul>
') . $t1 . '
</ul>
</div>
') :
('')) .
'
</div><!-- fin contre-encart -->
<div class="encart">
' .
'
' .
(($f = (((strval($t1 = BOUCLE_breveshtml_83bf408618b32321d65c1b63ab0c286b($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_83bf408618b32321d65c1b63ab0c286b_breves" class="fragment">'.$f.'<!-- /fragment_html_83bf408618b32321d65c1b63ab0c286b_breves --></div><?php stop_inclure("fragment_html_83bf408618b32321d65c1b63ab0c286b_breves"); ?>':'')
.
'
' .
'
' .
((strval($t1 = BOUCLE_siteshtml_83bf408618b32321d65c1b63ab0c286b($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
(('
<div class="syndic">
<h2 class="menu-titre">' .
_T('public/spip/ecrire:sur_web') .
'</h2>
<ul>
') . $t1 . '
</ul>
</div>
') :
('')) .
'
' .
'
' .
executer_balise_dynamique('FORMULAIRE_SITE',
array($Pile[$SP]['id_rubrique']),
array(''), $GLOBALS['spip_lang'],141) .
'
</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') . ',
\'id_rubrique\' => ' . argumenter_squelette($Pile[$SP]['id_rubrique']) . ',
\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ');
include(\'ecrire/public.php\');
?'.'>' .
'
' .
'
' .
((strval($t1 = BOUCLE_motshtml_83bf408618b32321d65c1b63ab0c286b($Cache, $Pile, $doublons, $Numrows, $SP))!='') ?
(('
<div class="divers">
<h2 class="menu-titre">' .
_T('public/spip/ecrire: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/rubrique.html') . ',
\'lang\' => ' . argumenter_squelette($GLOBALS["spip_lang"]) . ');
include(\'ecrire/public.php\');
?'.'>' .
'
</div><!-- fin page -->
</body>
</html>
');
}
$GLOBALS['spip_lang'] = $old_lang;
@spip_abstract_free($result,'');
return $t0;
}
//
// Fonction principale du squelette dist/rubrique.html
//
function html_83bf408618b32321d65c1b63ab0c286b($Cache, $Pile, $doublons=array(), $Numrows=array(), $SP=0) {
$page = ('<?php header("X-Spip-Cache: 7200"); ?>'.'<?php header("Cache-Control: max-age=7200"); ?>' .
BOUCLE_rubrique_principalhtml_83bf408618b32321d65c1b63ab0c286b($Cache, $Pile, $doublons, $Numrows, $SP));
return analyse_resultat_skel('html_83bf408618b32321d65c1b63ab0c286b', $Cache, $page);
}
?>