10 lines
516 B
Go Template
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> <a href="buddy.php?a=2&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>
|
|
|