Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 66 | 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].style_b}{$erg[outer].pos}{$erg[outer].style_e}</td>
        <td><img src="{$erg[outer].flag}" width="32" alt="{$erg[outer].team}" title="{$erg[outer].team}"></td>
        <td>{$erg[outer].style_b}{$erg[outer].team}{$erg[outer].style_e}</td>
        <td>{$erg[outer].style_b}{$erg[outer].tore}{$erg[outer].style_e}</td>
        <td>{$erg[outer].style_b}{$erg[outer].diff}{$erg[outer].style_e}</td>
        <td>{$erg[outer].style_b}{$erg[outer].points}{$erg[outer].style_e}</td>
    </tr>
    {/section}
</table>
{include file=footer.tpl}