| 4 |
david |
1 |
[
|
|
|
2 |
(#ENV*{message})
|
|
|
3 |
][
|
|
|
4 |
(#ENV*{message}|?{'',' '})[
|
|
|
5 |
(#ENV{mode}|=={forum}|?{' ',''})
|
|
|
6 |
<:pass_forum_bla:><br /><br />
|
|
|
7 |
][
|
|
|
8 |
(#ENV{mode}|=={redac}|?{' ',''})
|
|
|
9 |
<:pass_espace_prive_bla:><br /><br />
|
|
|
10 |
]<:form_forum_indiquer_nom_email:>
|
|
|
11 |
<form id="inscription" method='post' action="[(#ENV{self})]"
|
|
|
12 |
style='border: 0px; margin: 0px;'>
|
|
|
13 |
<fieldset style="border: none; font-weight: bold">
|
|
|
14 |
<legend><:form_forum_identifiants:></legend>
|
|
|
15 |
<label>
|
|
|
16 |
<:form_pet_votre_nom:>
|
|
|
17 |
<input type="text" class="forml" name="nom_inscription" value="" size="30" />
|
|
|
18 |
</label>
|
|
|
19 |
<label>
|
|
|
20 |
<:form_pet_votre_email:>
|
|
|
21 |
<input type="text" class="forml" name="mail_inscription" value="" size="30" />
|
|
|
22 |
</label>
|
|
|
23 |
</fieldset>
|
|
|
24 |
<div align="right"><input type="submit" class="spip_bouton" value="<:bouton_valider:>" />
|
|
|
25 |
</div>
|
|
|
26 |
</form>[
|
|
|
27 |
<script type="text/javascript"><!--
|
|
|
28 |
document.inscription.(#ENV{focus}).focus()
|
|
|
29 |
--></script>
|
|
|
30 |
]
|
|
|
31 |
][<br />
|
|
|
32 |
<div align="right">
|
|
|
33 |
(#ENV{target}|?{' ',''})
|
|
|
34 |
<script type="text/javascript"><!--
|
|
|
35 |
document.write("<a href='")
|
|
|
36 |
document.write((window.opener) ? "javascript:close()" : "./")
|
|
|
37 |
document.write("'><:pass_quitter_fenetre:><" + "/a>");
|
|
|
38 |
//--></script>
|
|
|
39 |
<noscript>
|
|
|
40 |
[<a href='./'><:pass_retour_public:></a>]
|
|
|
41 |
</noscript>
|
|
|
42 |
</div>
|
|
|
43 |
]
|