on renomme, plus explicite
This commit is contained in:
parent
468a1c378a
commit
bb24c6e0aa
1 changed files with 28 additions and 0 deletions
28
content/mon_compte.html
Normal file
28
content/mon_compte.html
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
#CACHE{0}
|
||||||
|
[(#SESSION{id_auteur}|non|sinon_interdire_acces{#URL_SITE_SPIP})]
|
||||||
|
[(#CONFIG{comptespip/desactiver_page_connect}|non|sinon_interdire_acces{#URL_SITE_SPIP})]
|
||||||
|
<div id="connect" class="inner">
|
||||||
|
<B_presentation>
|
||||||
|
<div class="presentation">
|
||||||
|
<BOUCLE_presentation(ARTICLES){id_article=#CONFIG{comptespip/id_presentation}}{tout}>
|
||||||
|
[<h1 class="#EDIT{titre} txtcenter">(#TITRE)</h1>]
|
||||||
|
[<div class="chapo #EDIT{descriptif}">(#DESCRIPTIF)</div>]
|
||||||
|
[<div class="chapo #EDIT{chapo}">(#CHAPO)</div>]
|
||||||
|
[<div class="#EDIT{texte}">(#TEXTE)</div>]
|
||||||
|
</BOUCLE_presentation>
|
||||||
|
</div>
|
||||||
|
</B_presentation>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="se_connecter inner">
|
||||||
|
<div class="grid-2">
|
||||||
|
<div class="sinscrire">
|
||||||
|
[(#FORMULAIRE_EDITER_COMPTE_SPIP{})]
|
||||||
|
</div>
|
||||||
|
<div class="login">
|
||||||
|
<h3 class="mlm">Se connecter</h3>
|
||||||
|
[(#LOGIN_PUBLIC{#URL_PAGE{#CONFIG{comptespip/page_redirection_connexion}}})]
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
Loading…
Add table
Reference in a new issue