1 | #CACHE{0} |
---|
2 | <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
---|
3 | <html lang='#LANG' dir='#LANG_DIR'> |
---|
4 | <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" /> |
---|
5 | <head> |
---|
6 | <title>[(#ENV*{titre})]</title> |
---|
7 | <style type="text/css"> |
---|
8 | <!-- |
---|
9 | body { font-family: Trebuchet Ms,Verdana, Geneva, Sans, sans-serif; font-size: 0.9em; color: #2e3436; background: #babdb6 url(images/minipres-gris.png) no-repeat scroll 97% 100px; |
---|
10 | } |
---|
11 | h1 { margin: 1em 0 1em 0; font-size: 1.3em; font-weigth: bold; color: #5c3566; } |
---|
12 | h2 { margin: 0.8em 0 0.8em 0; font-size: 1.2em; font-weigth: normal; } |
---|
13 | img { border: 0; } |
---|
14 | ul { text-align: justify; list-style-type: none; } |
---|
15 | fieldset, .fieldset { text-align: left; padding: 0; border: 0; margin-top: 1em; font-size: 0.9em; } |
---|
16 | legend { font-weight: bold; font-size: 1.1em; color: #000; } |
---|
17 | label {} |
---|
18 | #minipres { width: 30em; background: #FFF repeat; margin: 1em auto; padding: 1em; border: 1px solid #888; text-align: center; } |
---|
19 | .pass #minipres { width: 90%; } |
---|
20 | |
---|
21 | .formulaire_spip { text-align: #LANG_LEFT; font-size: 0.8em; } |
---|
22 | .formulaire_spip fieldset {border: 1px solid #BABDB6; padding:10px;font-size: 1em;} |
---|
23 | .formulaire_menu_lang { float: #LANG_RIGHT; } |
---|
24 | .formulaire_menu_lang label { display: none; } |
---|
25 | .formulaire_login { clear: both; } |
---|
26 | .spip_logos { float: right; padding-left: 10px; } |
---|
27 | .forml,input { font-size: 1.0em;} |
---|
28 | p .forml { width:20em; font-family: inherit; } |
---|
29 | .spip_bouton input { float: #LANG_RIGHT; } |
---|
30 | .reponse_formulaire { font-weight: bold; color: red; } |
---|
31 | a { color: #e86519; text-decoration: none; } |
---|
32 | --> |
---|
33 | </style> |
---|
34 | [(#REM) Balise permettant aux plugins d'inserer des appels javascript ou css ; |
---|
35 | C'est ici que SPIP va inserer l'appel de la librairie jQuery |
---|
36 | Et appeler a la fin compacte_head pour agreger et compacter tout le head dans des fichiers statiques |
---|
37 | si l'option est cochee dans Configuration |
---|
38 | ] |
---|
39 | #INSERT_HEAD |
---|
40 | </head> |
---|
41 | <body onLoad="javascript:if(document.getElementById('le_formulaire')) if(document.getElementById('le_formulaire').textContent=='') document.getElementById('se_deconnecter').style.display='block';"> |
---|
42 | [(#REM) |
---|
43 | <br />Admins seuls en prive : #EVAL{_en_travaux_PRIVE} |
---|
44 | <br />Admins admins en public : #EVAL{_en_travaux_ADMIN} |
---|
45 | <br />#SESSION{id_auteur}. #SESSION{nom} |
---|
46 | <br/>form_login : #ENV*{form_login} |
---|
47 | <br/>espace prive : #ENV*{prive} - #URL_ECRIRE |
---|
48 | ] |
---|
49 | |
---|
50 | <div id='minipres'> |
---|
51 | <h1>[(#ENV*{titre})]</h1> |
---|
52 | <div id='en_travaux'> |
---|
53 | [(#EVAL{_en_travaux_MESSAGE}|propre)] |
---|
54 | [(#ENV*{prive}|=={non}|oui)[(#ENV*{form_login}|=={non}|oui) |
---|
55 | <div style="text-align:right"><a href="./ecrire" class="spip_out"><:espace_prive:></a></div> |
---|
56 | ]] |
---|
57 | [(#REM) Cas SPIP 2.0 permettant d'acceder a l'espace prive ] |
---|
58 | [(#ENV*{prive}|=={oui}|oui)[(#SESSION{id_auteur}|non) |
---|
59 | <div style="text-align:right"><a href="../?page=login" class="spip_out"><:lien_connecter:></a></div> |
---|
60 | ][(#SESSION{id_auteur}|oui) |
---|
61 | <div style="text-align:right"><a href="../?action=logout&logout=prive" class="spip_out"><:icone_deconnecter:></a></div> |
---|
62 | ]] |
---|
63 | </div> |
---|
64 | <div id="se_deconnecter" style="text-align:right; display:none;"><br /><a href="[(#ENV*{prive}|=={oui}|?{'../?action=logout&logout=prive','?action=logout&logout=public'})][(#ENV*{prive}|=={non}|?{'&url=',''})#SELF]" class="spip_out"><:icone_deconnecter:></a></div> |
---|
65 | [(#ENV*{form_login}|=={oui}|oui) |
---|
66 | <div id="le_formulaire" class="formulaire_spip">#LOGIN_PUBLIC</div> |
---|
67 | ] |
---|
68 | </div> |
---|
69 | </body> |
---|
70 | </html> |
---|