Rev 609 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
5 |
david |
1 |
<form action="[(#ENV{self})]" method="post">
|
|
|
2 |
<br />
|
|
|
3 |
<fieldset class='spip_encadrer' style='color: black; font-size: 90%'>
|
|
|
4 |
<legend><:info_site:></legend>
|
|
|
5 |
<label>
|
|
|
6 |
<:form_prop_nom_site:>
|
|
|
7 |
<input type="text" class="forml" name="nom_site" value="" size="30" />
|
|
|
8 |
</label>
|
|
|
9 |
<label>
|
|
|
10 |
<:form_prop_url_site:>
|
|
|
11 |
<input type="text" class="forml" name="url_site" value="" size="30" />
|
|
|
12 |
</label>
|
|
|
13 |
<label><:form_prop_description:>
|
|
|
14 |
<textarea name='description_site' rows='5' class='forml' cols='40'></textarea>
|
|
|
15 |
</label>
|
|
|
16 |
<div align="right"><input type="submit" class="spip_bouton" value="<:bouton_valider:>" /></div>
|
|
|
17 |
</fieldset>
|
|
|
18 |
</form>
|