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

53 lines
No EOL
2.3 KiB
Go Template

<div id="header_top">
<center>
<table class="header">
<tbody>
<tr class="header">
<td class="header">
<center>
<table class="header">
<tbody>
<tr class="header">
<td class="header"><img src="{dpath}planeten/small/s_{image}.jpg" height="50" width="50"></td>
<td class="header" valign="middle">
<select size="1" onChange="eval('location=\''+this.options[this.selectedIndex].value+'\'');">
{planetlist}
</select>
</td>
</tr>
</tbody>
</table>
</center>
</td>
<td class="header">
<table style="width: 508px;" class="header" id="resources" padding-right="30" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr class="header">
<td class="header" align="center" width="140"><img src="{dpath}images/metall.gif" border="0" height="22" width="42"></td>
<td class="header" align="center" width="140"><img src="{dpath}images/kristall.gif" border="0" height="22" width="42"></td>
<td class="header" align="center" width="140"><img src="{dpath}images/deuterium.gif" border="0" height="22" width="42"></td>
<td class="header" align="center" width="140"><img src="{dpath}images/energie.gif" border="0" height="22" width="42"></td>
<td class="header" align="center" width="140"><img src="{dpath}images/message.gif" border="0" height="22" width="42"></td>
</tr>
<tr class="header">
<td class="header" align="center" width="140"><i><b><font color="#ffffff">{Metal}</font></b></i></td>
<td class="header" align="center" width="140"><i><b><font color="#ffffff">{Crystal}</font></b></i></td>
<td class="header" align="center" width="140"><i><b><font color="#ffffff">{Deuterium}</font></b></i></td>
<td class="header" align="center" width="140"><i><b><font color="#ffffff">{Energy}</font></b></i></td>
<td class="header" align="center" width="140"><i><b><font color="#ffffff">{Message}</font></b></i></td>
</tr>
<tr class="header">
<td class="header" align="center" width="140"><font>{metal}</font></td>
<td class="header" align="center" width="140"><font>{crystal}</font></td>
<td class="header" align="center" width="140"><font>{deuterium}</font></td>
<td class="header" align="center" width="140"><font>{energy}</font></td>
<td class="header" align="center" width="140"><font>{message}</font></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</center>
</div>