19 lines
No EOL
346 B
Go Template
19 lines
No EOL
346 B
Go Template
<center>
|
|
|
|
<h2>{Declaration}</h2>
|
|
<table>
|
|
<tr>
|
|
<td>{DeclarationText}</td>
|
|
</tr>
|
|
<tr>
|
|
<td><form method="post" action="multi.php?mode=add">
|
|
<textarea name="texte" id="texte"></textarea>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<input type="submit" value="Envoyer" />
|
|
</form>
|
|
|
|
|
|
|
|
</center> |