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

21 lines
No EOL
392 B
Go Template

<center>
<br><br>
<table width="569">
<tbody>
<tr>
<td colspan="3" class="c"><b>{ctc_title}</b></td>
</tr><tr>
<th colspan="3">
<font color="orange">{ctc_intro}</font>
</th>
</tr><tr>
<th><font color="lime">{ctc_name}</font></th>
<th><font color="lime">{ctc_rank}</font></th>
<th><font color="lime">{ctc_mail}</font></th>
</tr>
{ctc_admin_list}
<tr>
</tr>
</tbody>
</table>
</center>