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

13 lines
No EOL
873 B
Go Template

<a href="fleet.php?galaxy={g}&amp;system={s}&amp;planet={p}&amp;planettype=2&amp;target_mission=8"
style="cursor: pointer;"
onmouseover="
this.T_WIDTH=250;
this.T_OFFSETX=-110;
this.T_OFFSETY=-110;
this.T_STICKY=true;
this.T_TEMP={T_TEMP};
return escape('<table width=\'240\'><tr><td class=\'c\' colspan=\'2\'>Escombros [{g}:{s}:{p}]</td></tr><tr><th width=\'80\'><img src=\'{dpath}planeten/debris.jpg\' height=\'75\' width=\'75\' alt=\'T\'/></th><th><table><tr><td class=\'c\' colspan=\'2\'>Recursos:</td></tr><tr><th>Metal:</th><th>{debris_metal}</th></tr><tr><th>Cristal:</th><th>{debris_crystal}</th></tr><tr><td class=\'c\' colspan=\'2\'>Acciones:</tr><tr><th colspan=\'2\' style=\'text-align: left\'><font color=\'#808080\'>Recolectar</font></tr></table></th></tr></table>');">
<img src="{dpath}planeten/debris.jpg" alt="Escombros" height="16" width="16"></a>
</th>