Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

                <table class='resultTable' cellpadding='0' cellspacing='0'>
                        <tr>
                                <td align='right'>Shopname:</td>
            {section name=s_ind loop=$shops}
                <td colspan="4">{$shops[s_ind].Name}</td>
            {/section}
            {if !$shop_filter}
                <td colspan="4">Gesamt</td>
            {/if}
            </tr>
            <tr>
                                <td align='center'>Jahre:</td>
            {section name=s_ind loop=$shops}
                <td colspan="2">{$c_year}</td>
                <td colspan="2">{$p_year}</td>
            {/section}
            {if !$shop_filter}
                <td colspan="2">{$c_year}</td>
                <td colspan="2">{$p_year}</td>
                        {/if}
            </tr>
            <tr>
                                <td align='center'>
                        <table border="0" width="100%">
                        <tr>
                                <td width="33%">{$c_year}</td>
                            <td width="33%">{$p_year}</td>
                            <td width="33%">{$d_type}</td>
                        </tr>
                        </table>
                </td>
            {section name=s_ind loop=$shops}
                <td>Best.-Anz</td>
                <td>Umsatz</td>
                <td>Best.-Anz</td>
                <td>Umsatz</td>
            {/section}
            {if !$shop_filter}
                <td>Best.-Anz</td>
                <td>Umsatz</td>
                <td>Best.-Anz</td>
                <td>Umsatz</td>
            {/if}
            </tr>
            {section loop=$zahlen_tag name=z_ind}
            <tr>
                <td>
                        <table width="100%">
                        <tr>
                                <td width="33%">{$zahlen_tag[z_ind].c_dat}</td>
                            <td width="33%">{$zahlen_tag[z_ind].v_dat}</td>
                            <td width="33%">{$zahlen_tag[z_ind].timeframe}</td>
                        </tr>
                     </table>
                </td>
                    {section loop=$zahlen_tag[z_ind].shops name=s_ind}
                <td class="{$zahlen_tag[z_ind].shops[s_ind].class_c_b}">{$zahlen_tag[z_ind].shops[s_ind].b_anz}</td>
                <td class="{$zahlen_tag[z_ind].shops[s_ind].class_c}">{$zahlen_tag[z_ind].shops[s_ind].umsatz}</td>
                <td class="{$zahlen_tag[z_ind].shops[s_ind].class_v_b}">{$zahlen_tag[z_ind].shops[s_ind].b_anz_v}</td>
                <td class="{$zahlen_tag[z_ind].shops[s_ind].class_v}">{$zahlen_tag[z_ind].shops[s_ind].umsatz_v}</td>
                {/section}
                {if !$shop_filter}
                <td class="{$zahlen_tag[z_ind].class_c_b}">{$zahlen_tag[z_ind].b_ges}</td>
                <td class="{$zahlen_tag[z_ind].class_c}">{$zahlen_tag[z_ind].u_ges}</td>
                <td class="{$zahlen_tag[z_ind].class_v_b}">{$zahlen_tag[z_ind].b_ges_v}</td>
                <td class="{$zahlen_tag[z_ind].class_v}">{$zahlen_tag[z_ind].u_ges_v}</td>
                {/if}
            </tr>
            {/section}
            {section loop=$daten name=d_ind}
            <tr>
                <td>{$daten[d_ind].timeframe}</td>
                {section name=z_ind loop=$daten[d_ind].zahlen}
                <td>{$daten[d_ind].zahlen[z_ind].b_anz}</td>
                <td>{$daten[d_ind].zahlen[z_ind].umsatz}</td>
                <td>{$daten[d_ind].zahlen[z_ind].b_anz_v}</td>
                <td>{$daten[d_ind].zahlen[z_ind].umsatz_v}</td>
                {/section}
                {if !$shop_filter}
                <td>{$daten[d_ind].b_ges}</td>
                <td>{$daten[d_ind].u_ges}</td>
                <td>{$daten[d_ind].b_ges_v}</td>
                <td>{$daten[d_ind].u_ges_v}</td>
                {/if}
            </tr>
            {/section}
                </table>