Bifurcation depuis
spip / spip
16767 validations de retard le dépôt en amont.
login.html 2,27 Kio
[(#REM)
Le fichier est en cache dans SPIP, mais les navigateurs ne doivent pas
conserver cette page en memoire
]
#CACHE{24 * 3600}
#HTTP_HEADER{Content-Type: text/html; charset=#CHARSET}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="#LANG_DIR" lang="#LANG">
<head>
<title><:login_acces_prive:> - [(#NOM_SITE_SPIP|textebrut)]</title>
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />
<meta name="robots" content="none" />
<meta name="generator" content="SPIP" />
[<link rel="shortcut icon" href="(#CHEMIN{favicon.ico})" />]
<link rel="stylesheet" href="[(#CHEMIN{spip_style.css}|direction_css)]" type="text/css" />
<style type="text/css">
<!--
body.page_login { background: #fff; text-align: center; font: 1em Verdana, Tahoma, Arial, Helvetica, sans-serif; }
.formulaire_spip { text-align: #LANG_LEFT; font-size: 12px; }
.formulaire_menu_lang { float: #LANG_RIGHT; }
.formulaire_menu_lang label { display: none; }
.formulaire_login { clear: both; }
.spip_logos { float: right; padding-left: 10px; }
.forml { width: 12em; font-family: inherit; font-size: inherit; }
.spip_bouton input { float: #LANG_RIGHT; }
.reponse_formulaire { font-weight: bold; color: red; }
a { color: #e86519; text-decoration: none; }
-->
</style>
</head>
<body class="page_login">
<div style="text-align: center; width: 400px; margin: 0 auto; padding: 3em 0;">
<h3 class="spip">#NOM_SITE_SPIP<br />
<small><:login_acces_prive:></small>
</h3>
#MENU_LANG_ECRIRE
<div class="formulaire_spip formulaire_login">
#LOGIN_PRIVE
<p style="text-align: center;">
[[<a href="#URL_PAGE{spip_inscription,focus=nom_inscription}&mode=(#URL_SITE_SPIP|tester_config{mode_inscription})" target="spip_pass" onclick="javascript:window.open(this.href, 'spip_pass', 'scrollbars=yes, resizable=yes, width=480, height=400'); return false;"><:login_sinscrire:></a>]]
[<a href="#URL_PAGE{spip_pass}" target="spip_pass" onclick="javascript:window.open(this.href, 'spip_pass', 'scrollbars=yes, resizable=yes, width=480, height=330'); return false;"><:login_motpasseoublie:></a>]
[<a href="#URL_SITE_SPIP/"><:login_retoursitepublic:></a>]
</p>
</div>
</div>
</body>
</html>