wootook-reloaded/application/design/base/default/scripts/deprecated/multi.tpl
Gregory PLANCHAT ec7e40e1aa Refactored to 2 namespaces: Wootook & Legacies
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-10-04 19:57:00 +02:00

19 lines
No EOL
404 B
Go Template

<center>
<h2><?php echo $this->getData('Declaration')?></h2>
<table>
<tr>
<td><?php echo $this->getData('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>