HB/templates/game/util.tpl

21 lines
605 B
Smarty

{include file='game/header.tpl'}
<h2>{$userD.pseudo}</h2>
<table>
<tr>
<td rowspan="4"><img src="{$userD.image}" width="150" alt="Avatar de {$userD.pseudo}" /></td>
<td>{$userD.race|capitalize}</td>
</tr>
<tr>
<td>{if $userD.place_points == '0'}non classé{else}{$userD.place_points}{if $userD.place_points == '1'}er{else}ème{/if}{/if}</td>
</tr>
<tr>
<td>{$userD.points} points</td>
</tr>
<tr>
<td>? BARRES DE NIVEAU ?</td>
</tr>
<tr>
<td colspan="2">SUCCES DEVERROUILLES</td>
</tr>
</table>
{include file='game/footer.tpl'}