Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 62 | Revision 118 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

{include file=header.tpl}
<table>
    <tr>
        <th>{$L_TABLE_POS}</th>
        <th>{$L_FLAG}</th>
        <th>{$L_TEAM}</th>
        <th>{$L_GOAL_RELATION}</th>
        <th>{$L_GOAL_DIFF}</th>
        <th>{$L_POINTS}</th>
    </tr>
    {section name=outer loop=$erg}
    <tr>
        {if ($erg[outer].pos==1)}<th colspan=6>{$L_GROUP} {$erg[outer].g_name}</th>{/if}
    </tr>
    <tr class="{cycle values="row1,row2"}">
        <td>{$erg[outer].pos}</td>
        <td><img src="{$erg[outer].flag}" width="32" alt="{$erg[outer].team}" title="{$erg[outer].team}"></td>
        <td>{$erg[outer].team}</td>
        <td>{$erg[outer].tore}</td>
        <td>{$erg[outer].diff}</td>
        <td>{$erg[outer].points}</td>
    </tr>
    {/section}
</table>
{include file=footer.tpl}