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

21 lines
666 B
Go Template

<br>
<form action="?mode=make&yes=1" method="POST">
<table width=519>
<tr>
<td class="c" colspan=2><?php echo $this->getData('make_alliance')?></td>
</tr>
<tr>
<th><?php echo $this->getData('alliance_tag')?> (3-8 <?php echo $this->getData('characters')?>)</th>
<th><input type="text" name="atag" size=8 maxlength=8 value=""></th>
</tr>
<tr>
<th><?php echo $this->getData('allyance_name')?> (max. 35 <?php echo $this->getData('characters')?>)</th>
<th><input type="text" name="aname" size=20 maxlength=30 value=""></th>
</tr>
<tr>
<th colspan=2><input type="submit" value="<?php echo $this->getData('Make')?>"></th>
</tr>
</table>
</form>