Gestionnaire de fichiers - Editer - /home/noironk/www/tmp/cache/skel/html_3e35c0990a1925a97e5c400c567c2ee6.php
Arrière
<?php /* * Squelette : squelettes-dist/modeles/article_traductions.html * Date : Sun, 21 Jun 2020 17:08:56 GMT * Compile : Fri, 30 Dec 2022 09:31:33 GMT * Boucles : _traductions, _article */ function BOUCLE_traductionshtml_3e35c0990a1925a97e5c400c567c2ee6(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) { static $command = array(); static $connect; $command['connect'] = $connect = ''; if (!isset($command['table'])) { $command['table'] = 'articles'; $command['id'] = '_traductions'; $command['from'] = array('articles' => 'spip_articles'); $command['type'] = array(); $command['groupby'] = array(); $command['select'] = array("articles.lang", "articles.id_article", "articles.id_rubrique", "articles.titre"); $command['orderby'] = array('articles.lang'); $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('OR', array('AND', array('=', 'articles.id_trad', 0), array('=', 'articles.id_article', sql_quote($Pile[$SP]['id_article'], '', ''))), array('AND', array('>', 'articles.id_trad', 0), array('=', 'articles.id_trad', sql_quote($Pile[$SP]['id_trad'], '', ''))))); if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime(); $t0 = ""; // REQUETE $iter = IterFactory::create( "SQL", $command, array('squelettes-dist/modeles/article_traductions.html','html_3e35c0990a1925a97e5c400c567c2ee6','_traductions',10,$GLOBALS['spip_lang']) ); if (!$iter->err()) { $Numrows['_traductions']['total'] = @intval($iter->count()); lang_select($GLOBALS['spip_lang']); $SP++; // RESULTATS while ($Pile[$SP]=$iter->fetch()) { lang_select_public($Pile[$SP]['lang'], '', $Pile[$SP]['titre']); $t0 .= (($Numrows['_traductions']['total'] > '1') ? (' ' . ( ' <span lang="' . spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) . '" xml:lang="' . spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) . '" dir="' . lang_dir($Pile[$SP]['lang'], 'ltr','rtl') . '"' . (calcul_exposer($Pile[$SP]['id_article'], 'id_article', $Pile[0], $Pile[$SP]['id_rubrique'], 'id_article', '') ? (' class="' . 'on' . '"') : '') . '>[' . (calcul_exposer($Pile[$SP]['id_article'], 'id_article', $Pile[0], $Pile[$SP]['id_rubrique'], 'id_article', '') ? '' : ( '<a href="' . vider_url(urlencode_1738(generer_url_entite($Pile[$SP]['id_article'], 'article', '', '', true))) . '" rel="alternate" hreflang="' . spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang']) . '"' . (($t3 = strval(interdire_scripts(couper(attribut_html(supprimer_numero(typo($Pile[$SP]['titre']), "TYPO", $connect, $Pile[0])),'80'))))!=='' ? (' title="' . $t3 . '"') : '') . '>')) . traduire_nom_langue(spip_htmlentities($Pile[$SP]['lang'] ? $Pile[$SP]['lang'] : $GLOBALS['spip_lang'])) . (calcul_exposer($Pile[$SP]['id_article'], 'id_article', $Pile[0], $Pile[$SP]['id_rubrique'], 'id_article', '') ? '' : '</a>') . ']</span> ')) : ''); 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_traductions @ squelettes-dist/modeles/article_traductions.html","profiler"._LOG_AVERTISSEMENT); return $t0; } function BOUCLE_articlehtml_3e35c0990a1925a97e5c400c567c2ee6(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) { static $command = array(); static $connect; $command['connect'] = $connect = ''; if (!isset($command['table'])) { $command['table'] = 'articles'; $command['id'] = '_article'; $command['from'] = array('articles' => 'spip_articles'); $command['type'] = array(); $command['groupby'] = array(); $command['select'] = array("articles.id_trad", "articles.id_article", "articles.lang", "articles.titre"); $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_article', sql_quote(@$Pile[0]['id_article'], '','bigint(21) NOT NULL AUTO_INCREMENT'))); if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime(); $t0 = ""; // REQUETE $iter = IterFactory::create( "SQL", $command, array('squelettes-dist/modeles/article_traductions.html','html_3e35c0990a1925a97e5c400c567c2ee6','_article',9,$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 = BOUCLE_traductionshtml_3e35c0990a1925a97e5c400c567c2ee6($Cache, $Pile, $doublons, $Numrows, $SP))!=='' ? (( ' <p class="traductions"> ' . _T('public|spip|ecrire:trad_article_traduction') . ' ') . $t1 . ' </p> ') : '') . ' '); 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_article @ squelettes-dist/modeles/article_traductions.html","profiler"._LOG_AVERTISSEMENT); return $t0; } // // Fonction principale du squelette squelettes-dist/modeles/article_traductions.html // Temps de compilation total: 0.807 ms // function html_3e35c0990a1925a97e5c400c567c2ee6($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_articlehtml_3e35c0990a1925a97e5c400c567c2ee6($Cache, $Pile, $doublons, $Numrows, $SP); return analyse_resultat_skel('html_3e35c0990a1925a97e5c400c567c2ee6', $Cache, $page, 'squelettes-dist/modeles/article_traductions.html'); } ?>
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Génération de la page: 0 |
proxy
|
phpinfo
|
Réglages