[PLUGINS] +en_travaux
[ptitvelo/web/www.git] / www / plugins / en_travaux / login_sos.html
1 #FILTRE{compacte_head}
2 [(#REM)
3 Eviter les boutons d'admin sur la page de login
4 ]
5 #HTTP_HEADER{Content-Type: text/html; charset=#CHARSET}
6 <!DOCTYPE html>
7 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR">
8 <head>
9 <title>[(#NOM_SITE_SPIP|textebrut)]</title>
10 <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />
11 <meta name="robots" content="none" />
12 <meta name="generator" content="SPIP[ (#SPIP_VERSION)]" />
13 <link rel="stylesheet" href="[(#VAL{reset.css}|find_in_theme|direction_css)]" type="text/css" />
14 <link rel="stylesheet" href="[(#VAL{clear.css}|find_in_theme|direction_css)]" type="text/css" />
15 <link rel="stylesheet" href="[(#VAL{minipres.css}|find_in_theme|direction_css)]" type="text/css" />
16 #INSERT_HEAD
17 <style type="text/css">
18 html { font-size: 100%; }
19 body { background: #fff url(#CHEMIN{entravaux-bg.gif}); text-align: left; font: 1em/normal Verdana,Geneva,sans-serif; color: #000; }
20 #minipres { width: 30em; margin: 26px; margin-left: 100px; }
21 #minipres h1 { font-size: 1.1em; color: #970038; font-weight: bold; }
22 </style>
23 #INSERT_HEAD
24 <script type='text/javascript'><!--
25 jQuery(function(){ jQuery('input#var_login').focus();
26 jQuery('a#spip_pass').click(function(){window.open(this.href, 'spip_pass', 'scrollbars=yes, resizable=yes, width=480, height=330'); return false;});
27 });
28 // --></script>
29 </head>
30 <body class="page_login" >
31 <div id="minipres">
32 <h1>#NOM_SITE_SPIP</h1>
33 [(#REM)
34 Est-ce qu'on se connecte a l'espace prive ou pas ?
35 ][
36 (#ENV**{url}|non
37 |ou{[(#ENV**{url}|match{^(/.*/)?#EVAL{_DIR_RESTREINT_ABS}})]})
38 <h1><:login_acces_prive:></h1>
39 ]
40 #MENU_LANG_ECRIRE
41
42 [(#SESSION{statut}|oui)
43 <a href="#ENV{url,./}"><:login_par_ici:></a>
44 ]
45 [(#SESSION{statut}|non)
46 [(#FORMULAIRE_LOGIN{#ENV{url}|sinon{#URL_ECRIRE{accueil}}})]
47 ]
48 <p class="retour">
49 [&#91;<a href="#URL_PAGE{identifiants,focus=nom_inscription}&amp;mode=(#URL_SITE_SPIP|tester_config{1comite})" target="spip_pass" onclick="javascript:window.open(this.href, 'spip_pass', 'scrollbars=yes, resizable=yes, width=480, height=400'); return false;"><:login_sinscrire:></a>&#93;]
50 &#91;<a href="#URL_SITE_SPIP/"><:login_retoursitepublic:></a>&#93;
51 </p>
52 [<p class="retour">
53 <a href="http://www.spip.net/" title="<:site_realise_avec_spip:>">(#CHEMIN_IMAGE{spip.png}|balise_img)</a>
54 </p>]
55 </div><!--#minipres-->
56 </body>
57 </html>