wootook-reloaded/includes/application/design/scripts/deprecated/admin/messall_body.tpl
Gregory PLANCHAT ddfb36efa5 Added Research lab queue manager.
Updated page display for shipyard, defenses and buildings.
Moved legacy template files.
Added install/migration.mysql to report changes to the database on testing environments.

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-07-29 08:20:47 +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>