wootook-reloaded/includes/application/design/scripts/deprecated/alliance_circular.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

30 lines
869 B
Go Template

<br>
<form action="?mode=circular&sendmail=1" method="post">
<table width=519>
<tr>
<td class="c" colspan=2><?php echo $this->getData('Send_circular_mail')?></td>
</tr>
<tr>
<th><?php echo $this->getData('Destiny')?></th>
<th>
<select name="r">
<?php echo $this->getData('r_list')?>
</select>
</th>
</tr>
<tr>
<th><?php echo $this->getData('Text_mail')?> (<span id="cntChars">0</span> / 5000 <?php echo $this->getData('characters')?>)</th>
<th>
<textarea name="text" cols="60" rows="10" onkeyup="javascript:cntchar(5000)"></textarea>
</th>
</tr>
<tr>
<td class="c"><a href="alliance.php"><?php echo $this->getData('Back')?></a></td>
<td class="c">
<input type="reset" value="<?php echo $this->getData('Clear')?>">
<input type="submit" value="<?php echo $this->getData('Send')?>">
</td>
</tr>
</table>
</form>