wootook-reloaded/application/design/base/default/scripts/deprecated/admin/messall_body.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

18 lines
No EOL
530 B
Go Template

<br><br>
<form action="?mode=change" method="post">
<table width="519">
<tbody>
<tr>
<td class="c" colspan="2">Message G&eacute;n&eacute;ral</td>
</tr><tr>
<th>Sujet</th>
<th><input name="temat" maxlength="100" size="20" value="" type="text"></th>
</tr><tr>
<th>Texte (<span id="cntChars">0</span> / 5000 Caract&egrave;re)</th>
<th><textarea name="tresc" cols="40" rows="10" size="100">Message Administratif</textarea></th>
</tr><tr>
<th colspan="2"><input value="Envoyer" type="submit"></th>
</tr>
</tbody>
</table>
</form>