wootook-reloaded/application/design/base/default/scripts/deprecated/galaxy_row_user.tpl
Gregory PLANCHAT ec7e40e1aa Refactored to 2 namespaces: Wootook & Legacies
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-10-04 19:57:00 +02:00

10 lines
No EOL
626 B
Go Template

<a style="cursor: pointer;" onmouseover="
this.T_WIDTH=200;
this.T_OFFSETX=-20;
this.T_OFFSETY=-30;
this.T_STICKY=true;
this.T_TEMP=<?php echo $this->getData('T_TEMP')?>;
return escape('<table width=\'190\'><tr><td class=\'c\' colspan=\'2\'>Jugador <?php echo $this->getData('username')?></td></tr><tr><td><a href=\'messages.php?mode=write&id=<?php echo $this->getData('user_id')?>\'>Escribir mensaje</a></td></tr><tr><td><a href=\'buddy.php?a=2&u=<?php echo $this->getData('user_id')?>\'>Solicitud de compañeros</a></td></tr></table>');">
<span class="noob"><?php echo $this->getData('username')?></span>
</a>