wootook-reloaded/includes/application/design/scripts/deprecated/marchand_main.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
713 B
Go Template

<form action="marchand.php" method="post">
<input type="hidden" name="action" value="2">
<br>
<table width="600">
<tr>
<td class="c" colspan="10"><font color="#FFFFFF"><?php echo $this->getData('mod_ma_title')?></font><td>
</tr><tr>
<th colspan="10"><?php echo $this->getData('mod_ma_typer')?> <select name="choix">
<option value="metal"><?php echo $this->getData('Metal')?></option>
<option value="cristal"><?php echo $this->getData('Crystal')?></option>
<option value="deut"><?php echo $this->getData('Deuterium')?></option>
</select>
<br>
<?php echo $this->getData('mod_ma_rates')?><br /><br />
<input type="submit" value="<?php echo $this->getData('mod_ma_buton')?>" /></th>
</tr>
</table>
</form>