Subversion-Projekte lars-tiefland.em_wm

Revision

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

{include file="header.tpl"}
        <table>
                <tr>
                        <th>{$L_RANK}</th>
                        <th>{$L_FLAG}</th>
                        <th>{$L_TEAM}</th>
                </tr>
                <tr>
                        <td><u><strong>{if $L_TYPE=="WC"}{$L_WC1}{else}{$L_EC1}{/if}:</strong></u></td>
                        <td>
                            {if $flag1}
                            <img src="images/flags/{$flag1}" width="32" alt="{$champion1}">
                            {else}
                            &nbsp;
                            {/if}
                        </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>
                            {if $flag2}
                            <img src="images/flags/{$flag2}" width="32" alt="{$champion2}">
                            {else}
                            &nbsp;
                            {/if}
                        </td>
                        <td><strong>{$champion2}</strong></td>
                </tr>
                <tr>
                        <td><u>{$L_THIRD}:</u></td>
                        <td>
                            {if $flag3}
                            <img src="images/flags/{$flag3}" width="32" alt="{$champion3}">
                            {else}
                            &nbsp;
                            {/if}
                        </td>
                        <td><u>{$champion3}</u></td>
                </tr>
                <tr>
                        <td>{$L_FOURTH}:</td>
                        <td>
                            {if $flag4}
                            <img src="images/flags/{$flag4}" width="32" alt="{$champion4}">
                            {else}
                            &nbsp;
                            {/if}
                        </td>
                        <td>{$champion4}</td>
                </tr>
        </table>
{include file="footer.tpl"}