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>
9 lines
844 B
Go Template
9 lines
844 B
Go Template
|
|
<a style="cursor:pointer" onmouseover="
|
|
this.T_WIDTH=250;
|
|
this.T_OFFSETX=-30;
|
|
this.T_OFFSETY=-30;
|
|
this.T_STICKY=true;
|
|
this.T_TEMP=5000;
|
|
return escape('<table width=\'240\'><tr><td class=\'c\'><?php echo $this->getData('AllyInfoText')?></td></tr><th><table><tr><td><a href=\'alliance.php?mode=ainfo&a=<?php echo $this->getData('ally_id')?>\'>Ver pagina de alianza</a></td></tr><tr><td><a href=\'stat.php?start=<?php echo $this->getData('ally_rank')?>&who=ally\'>Ver en estadisticas</a></td></tr><tr><td><a href=\'<?php echo $this->getData('ally_web')?>\' target=\'_new\'>Pagina principal de la alianza</td></tr></table></th></table>');">
|
|
<?php echo $this->getData('ally_tag')?></a>
|