spip_nursit/plugins/dist/squelettes/spipr-dist-v2/content/spip_pass.html

14 lines
250 B
HTML
Raw Normal View History

2023-06-01 15:30:12 +00:00
<section>
[(#ENV{cartouche,1}|oui)<INCLURE{fond=cartouche/#ENV{type-page},env} />]
<div class="main">
<div class="pass">
[(#ENV{p}|non)
#FORMULAIRE_OUBLI
]
[(#ENV{p}|oui)
#FORMULAIRE_MOT_DE_PASSE
]
</div>
</div>
</section>