10 lines
395 B
Go Template
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>
|