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

10 lines
395 B
Go Template

<br>
<table width="519">
<tr>
<td class="c" colspan="2"><?php echo $this->getData('search_alliance')?></td>
</tr>
<tr>
<th><?php echo $this->getData('Search')?></th>
<th><form action="" method="POST"><input type="text" name="searchtext" value="<?php echo $this->getData('searchtext')?>"><input type="submit" value="<?php echo $this->getData('Search')?>"></th>
</tr></form>
</table>