Corriger le problème ou vider le cache pour supprimer les restrictions.';
$message_en = 'Acces Restriction is now unusable. Correct this trouble or empty the cache to finish restriction removal.';
die($message_fr.'
'.$message_en);
}
static $table = 'articles';
static $id = '_cartouche';
static $from = array('articles' => 'spip_articles');
static $type = array();
static $groupby = array();
static $select = array("articles.id_rubrique",
"articles.lang",
"articles.titre");
static $orderby = array();
$where =
array(
array('=', 'articles.statut', '\'publie\''),
array('<', 'articles.date', sql_quote(quete_date_postdates())),
array('=', 'articles.id_article', sql_quote($Pile[0]['id_article'],'','int')), sql_in('articles.id_rubrique', accesrestreint_liste_rubriques_exclues(!test_espace_prive()), 'NOT'));
static $join = array();
static $limit = '';
static $having =
array();
$t0 = "";
// REQUETE
$result = calculer_select($select, $from, $type, $where, $join, $groupby, $orderby, $limit, $having, $table, $id, $connect,
array('plugins/auto/sarkaspip_31_dev/noisettes/article/inc_article_cartouche.html','html_3ecb273cac79d734ab53d6ba3f28c3ef','_cartouche',12,$GLOBALS['spip_lang']));
if ($result) {
lang_select($GLOBALS['spip_lang']);
$SP++;
// RESULTATS
while ($Pile[$SP] = @sql_fetch($result)) {
lang_select_public($Pile[$SP]['lang'], '', $Pile[$SP]['titre']);
$t0 .= (
'
' .
vide($Pile['vars']['plugin_en_cours'] = 'non') .
'
' .
(($t1 = strval(interdire_scripts(((filtre_info_plugin_dist("NOTATION", "est_actif")) ?' ' :''))))!=='' ?
($t1 . ( '
' .
(($t2 = strval(interdire_scripts((((entites_html(sinon(@$Pile[0]['avec_notation'],'0'),true) == '1')) ?' ' :''))))!=='' ?
($t2 . ( '
' .
vide($Pile['vars']['plugin_en_cours'] = 'oui') .
'
')) :
'') .
'
')) :
'') .
'
' .
(($t1 = strval(interdire_scripts(((filtre_info_plugin_dist("SOCIALTAGS", "est_actif")) ?' ' :''))))!=='' ?
($t1 . ( '
' .
(($t2 = strval(interdire_scripts((((entites_html(sinon(@$Pile[0]['avec_socialtags'],'0'),true) == '1')) ?' ' :''))))!=='' ?
($t2 . ( '
' .
((((is_array($a = ($Pile["vars"])) ? $a['plugin_en_cours'] : "") == 'non')) ?
(' ' . '
') :
'') .
'
' .
recuperer_fond( 'noisettes/socialtags' , array(), array('compil'=>array('plugins/auto/sarkaspip_31_dev/noisettes/article/inc_article_cartouche.html','html_3ecb273cac79d734ab53d6ba3f28c3ef','_cartouche',26,$GLOBALS['spip_lang'])), '') .
'
' .
vide($Pile['vars']['plugin_en_cours'] = 'oui') .
'
')) :
'') .
'
')) :
'') .
'
' .
((((is_array($a = ($Pile["vars"])) ? $a['plugin_en_cours'] : "") == 'oui')) ?
(' ' . '
') :
'') .
'
');
}
lang_select();
@sql_free($result);
}
return $t0;
}
//
// Fonction principale du squelette plugins/auto/sarkaspip_31_dev/noisettes/article/inc_article_cartouche.html
// Temps de compilation total: 3.931 ms
//
function html_3ecb273cac79d734ab53d6ba3f28c3ef($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_cartouchehtml_3ecb273cac79d734ab53d6ba3f28c3ef($Cache, $Pile, $doublons, $Numrows, $SP) .
'
');
return analyse_resultat_skel('html_3ecb273cac79d734ab53d6ba3f28c3ef', $Cache, $page, 'plugins/auto/sarkaspip_31_dev/noisettes/article/inc_article_cartouche.html');
}
?>