File "html_de06bb7a99c76417d53c4948a1a0f8a8.php"
Full path: /home/argothem/www/cache/skel/html_de06bb7a99c76417d53c4948a1a0f8a8.php
File size: 4.06 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/*
* Squelette : prive/login.html
* Date : Fri, 07 Jul 2023 11:03:22 GMT
* Compile : Sat, 24 Feb 2024 12:37:37 GMT
* Boucles :
*/
//
// Fonction principale du squelette prive/login.html
// Temps de compilation total: 9.450 ms
//
function html_de06bb7a99c76417d53c4948a1a0f8a8($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 = (
'
' .
'<'.'?php header(' . _q(( 'Content-Type: text/html; charset=' .
interdire_scripts($GLOBALS['meta']['charset']))) . '); ?'.'><!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="' .
spip_htmlentities(($Pile[0]['lang'] ?? null) ? ($Pile[0]['lang'] ?? null) : $GLOBALS['spip_lang']) .
'" lang="' .
spip_htmlentities(($Pile[0]['lang'] ?? null) ? ($Pile[0]['lang'] ?? null) : $GLOBALS['spip_lang']) .
'" dir="' .
lang_dir(($Pile[0]['lang'] ?? null), 'ltr','rtl') .
'">
<head>
<title>' .
interdire_scripts(textebrut(typo($GLOBALS['meta']['nom_site'], "TYPO", $connect, $Pile[0]))) .
'</title>
<meta http-equiv="Content-Type" content="text/html; charset=' .
interdire_scripts($GLOBALS['meta']['charset']) .
'" />
<meta name="robots" content="none" />
<meta name="viewport" content="width=device-width" />
' .
pipeline('insert_head_css','<!-- insert_head_css -->') .
'
<link rel="stylesheet" href="' .
direction_css(find_in_theme('reset.css')) .
'" type="text/css" />
<link rel="stylesheet" href="' .
direction_css(find_in_theme('clear.css')) .
'" type="text/css" />
<link rel="stylesheet" href="' .
direction_css(find_in_theme('login_prive.css')) .
'" type="text/css" />
' .
'<'.'?php header("X-Spip-Filtre: insert_head_css_conditionnel"); ?'.'>'. pipeline('insert_head','<!-- insert_head -->') .
(($t1 = strval(header_silencieux(spip_version())))!=='' ?
('
<meta name="generator" content="SPIP ' . $t1 . '" />') :
'') .
'
' .
filtre_styles_inline_page_login_pass_dist($Pile,'') .
'
</head>
<body class="page_login' .
(($t1 = strval(interdire_scripts(entites_html(table_valeur($Pile[0]??[], (string)'body_class', null),true))))!=='' ?
(' ' . $t1) :
'') .
'">
<h1>' .
interdire_scripts(typo($GLOBALS['meta']['nom_site'], "TYPO", $connect, $Pile[0])) .
'</h1>
' .
(($t1 = strval((((((table_valeur($Pile[0]??[], (string)'url', null)) ?'' :' ')) OR (filtre_match_dist(table_valeur($Pile[0]??[], (string)'url', null),( '^/?(.*/)?' .
(defined('_DIR_RESTREINT_ABS')?constant('_DIR_RESTREINT_ABS'):''))))) ?' ' :'')))!=='' ?
('
' . $t1 . ( '
<h3 class="spip">' .
_T('public|spip|ecrire:login_acces_prive') .
'</h3>
' .
executer_balise_dynamique('MENU_LANG_ECRIRE',
array(spip_htmlentities(($Pile[0]['lang'] ?? null) ? ($Pile[0]['lang'] ?? null) : $GLOBALS['spip_lang'])),
array('prive/login.html','html_de06bb7a99c76417d53c4948a1a0f8a8','',24,$GLOBALS['spip_lang'])) .
'
')) :
'') .
'
' .
executer_balise_dynamique('FORMULAIRE_LOGIN',
array(interdire_scripts(((($a = entites_html(table_valeur($Pile[0]??[], (string)'url', null),true)) OR (is_string($a) AND strlen($a))) ? $a : generer_url_ecrire('accueil')))),
array('prive/login.html','html_de06bb7a99c76417d53c4948a1a0f8a8','',9,$GLOBALS['spip_lang'])) .
'
<p class="retour">
' .
(($t1 = strval(tester_config(spip_htmlspecialchars(sinon($GLOBALS['meta']['adresse_site'],'.')),'1comite')))!=='' ?
(( '<a href="' .
interdire_scripts(generer_url_public('identifiants', 'focus=nom_inscription')) .
'&mode=') . $t1 . ( '">' .
_T('public|spip|ecrire:login_sinscrire') .
'</a> | ')) :
'') .
'
<a href="' .
spip_htmlspecialchars(sinon($GLOBALS['meta']['adresse_site'],'.')) .
'/">' .
_T('public|spip|ecrire:login_retoursitepublic') .
'</a>
</p>
' .
(($t1 = strval(filtre_balise_svg_dist(find_in_path((string)'spip.svg'))))!=='' ?
(( '<p class="generator">
<a href="https://www.spip.net/" title="' .
_T('public|spip|ecrire:site_realise_avec_spip') .
'">') . $t1 . '</a>
</p>') :
'') .
'
</body>
</html>
');
return analyse_resultat_skel('html_de06bb7a99c76417d53c4948a1a0f8a8', $Cache, $page, 'prive/login.html');
}