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_RANK}</th>
                        <th>{$L_TEAM}</th>
                </tr>
                <tr>
                        <td><u><strong>{if $L_TYPE=="WC"}{$L_WC1}{else}{$L_EC1}{/if}:</strong></u></td>
                        <td><u><strong>{$champion1}</strong></u></td>
                </tr>
                <tr>
                        <td><strong>{if $L_TYPE=="WC"}{$L_WC2}{else}{$L_EC2}{/if}:</strong></td>
                        <td><strong>{$champion2}</strong></td>
                </tr>
                <tr>
                        <td><u>{$L_THIRD}:</u></td>
                        <td><u>{$champion3}</u></td>
                </tr>
                <tr>
                        <td>{$L_FOURTH}:</td>
                        <td>{$champion4}</td>
                </tr>
        </table>
{include file="footer.tpl"}