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

10 lines
516 B
Go Template

<tr>
<th>{username}</th>
<th><a href="messages.php?mode=write&id={id}" alt="{write_a_messege}" title="{write_a_messege}"><img src="{dpath}img/m.gif" alt="{write_a_messege}" /></a>&nbsp;<a href="buddy.php?a=2&amp;u={id}" alt="{buddy_request}"><img src="{dpath}img/b.gif" alt="{buddy_request}" title="{buddy_request}" border="0"></a></th>
<th>{ally_name}</th>
<th>{planet_name}</th>
<th><a href="galaxy.php?mode=3&galaxy={galaxy}&system={system}">{coordinated}</a></th>
<th>{position}</th>
</tr>