Subversion Repositories Sites.tela-botanica.org

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7 david 1
[<br />(#ENV*{sujetko})<:form_prop_indiquer_sujet:><br />&nbsp;][
2
<br />(#ENV*{mailko})<:form_prop_indiquer_email:><br /><br />
3
]
4
 
5
<form action="#SELF" method='post'>
6
 
7
[(#REM) Previsualisation ... ]
8
[<input type="hidden" name="num_formulaire_ecrire_auteur" value="(#ENV{valide})" />]
9
[<div class='spip_encadrer'>
10
<i>[(#ENV{mail})]</i> - <strong>[(#ENV{sujet})]</strong>
11
<div>
12
[(#ENV{texte}|nl2br)]
13
</div>
14
<div style="text-align:#LANG_RIGHT;">
15
	<input type="submit"  class="spip_bouton" name="confirmer[(#ENV{id})]"
16
		 value="(#ENV{boutonconfirmation})" />
17
</div>
18
</div>
19
]
20
 
21
[(#REM) Formulaire normal   ]
22
<p><label><:form_pet_votre_email:><br />
23
<input type="text" class="forml" name="email_message_auteur[(#ENV{id})]"
24
	value="[(#ENV{mail})]" size="30" />
25
</label></p>
26
<p><label><:form_prop_sujet:><br />
27
<input type="text" class="forml" name="sujet_message_auteur[(#ENV{id})]"
28
	value="[(#ENV{sujet})]" size="30" />
29
</label></p>
30
<p>
31
<textarea name="texte_message_auteur[(#ENV{id})]" rows='10' class='forml' cols='40'>[(#ENV{texte})]</textarea>
32
</p>
33
<div style="text-align:#LANG_RIGHT;">
34
	<input type="submit"  class="spip_bouton" name="valide"
35
		 value="[(#ENV{bouton})]" />
36
</div>
37
 
38
</form>