wootook-reloaded/templates/OpenGame/gate_fleet_table.tpl
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +02:00

41 lines
No EOL
728 B
Go Template

<br>
{gate_time_script}
<form action="jumpgate.php" method="post">
<table border="1">
<tbody>
<tr>
<th>{gate_start_moon}</th>
<th>{gate_start_link}</th>
</tr><tr>
<th>{gate_dest_moon}</th>
<th>
<select name="jmpto">
{gate_dest_moons}
</select>
</th>
</tr>
</tbody>
</table>
<table width="519">
<tbody>
<tr>
<td class="c" colspan="2">{gate_use_gate} : {gate_ship_sel}</td>
</tr>
<tr>
<th class="l" colspan="2" align="right">
<table width="100%">
<tbody>
<tr>
<td style=\"background-color: transparent;\" align="right">{gate_wait_time}</td>
</tr>
</tbody>
</table>
</th>
</tr>
{gate_fleet_rows}
<tr>
<th colspan="2"><input value="{gate_jump_btn}" type="submit"></th>
</tr>
</tbody>
{gate_script_go}
</table>