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

12 lines
No EOL
347 B
Go Template

<tr>
<th height="22">{type} ({level} {level_type})</th>
<th><font color="#ffffff">{metal_type}</font></th>
<th><font color="#ffffff">{crystal_type}</font></th>
<th><font color="#ffffff">{deuterium_type}</font></th>
<th><font color="#ffffff">{energy_type}</font></th>
<th>
<select name="{name}" size="1">
{option}
</select>
</th>
</tr>