Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
		<table class='resultTable' cellpadding='0' cellspacing='0'>
2
			<tr>
3
				<td align='right'>Shopname:</td>
4
            {section name=s_ind loop=$shops}
5
            	<td colspan="4">{$shops[s_ind].Name}</td>
6
            {/section}
7
            {if !$shop_filter}
8
            	<td colspan="4">Gesamt</td>
9
            {/if}
10
            </tr>
11
            <tr>
12
				<td align='center'>Jahre:</td>
13
            {section name=s_ind loop=$shops}
14
            	<td colspan="2">{$c_year}</td>
15
            	<td colspan="2">{$p_year}</td>
16
            {/section}
17
            {if !$shop_filter}
18
            	<td colspan="2">{$c_year}</td>
19
            	<td colspan="2">{$p_year}</td>
20
			{/if}
21
            </tr>
22
            <tr>
23
				<td align='center'>
24
                	<table border="0" width="100%">
25
                    	<tr>
26
                        	<td width="33%">{$c_year}</td>
27
                            <td width="33%">{$p_year}</td>
28
                            <td width="33%">{$d_type}</td>
29
                        </tr>
30
                	</table>
31
                </td>
32
            {section name=s_ind loop=$shops}
33
            	<td>Best.-Anz</td>
34
            	<td>Umsatz</td>
35
            	<td>Best.-Anz</td>
36
            	<td>Umsatz</td>
37
            {/section}
38
            {if !$shop_filter}
39
            	<td>Best.-Anz</td>
40
            	<td>Umsatz</td>
41
            	<td>Best.-Anz</td>
42
            	<td>Umsatz</td>
43
            {/if}
44
            </tr>
45
            {section loop=$zahlen_tag name=z_ind}
46
            <tr>
47
            	<td>
48
                	<table width="100%">
49
                    	<tr>
50
                        	<td width="33%">{$zahlen_tag[z_ind].c_dat}</td>
51
                            <td width="33%">{$zahlen_tag[z_ind].v_dat}</td>
52
                            <td width="33%">{$zahlen_tag[z_ind].timeframe}</td>
53
                        </tr>
54
                     </table>
55
                </td>
56
	            {section loop=$zahlen_tag[z_ind].shops name=s_ind}
57
                <td class="{$zahlen_tag[z_ind].shops[s_ind].class_c_b}">{$zahlen_tag[z_ind].shops[s_ind].b_anz}</td>
58
                <td class="{$zahlen_tag[z_ind].shops[s_ind].class_c}">{$zahlen_tag[z_ind].shops[s_ind].umsatz}</td>
59
                <td class="{$zahlen_tag[z_ind].shops[s_ind].class_v_b}">{$zahlen_tag[z_ind].shops[s_ind].b_anz_v}</td>
60
                <td class="{$zahlen_tag[z_ind].shops[s_ind].class_v}">{$zahlen_tag[z_ind].shops[s_ind].umsatz_v}</td>
61
                {/section}
62
                {if !$shop_filter}
63
                <td class="{$zahlen_tag[z_ind].class_c_b}">{$zahlen_tag[z_ind].b_ges}</td>
64
                <td class="{$zahlen_tag[z_ind].class_c}">{$zahlen_tag[z_ind].u_ges}</td>
65
                <td class="{$zahlen_tag[z_ind].class_v_b}">{$zahlen_tag[z_ind].b_ges_v}</td>
66
                <td class="{$zahlen_tag[z_ind].class_v}">{$zahlen_tag[z_ind].u_ges_v}</td>
67
                {/if}
68
            </tr>
69
            {/section}
70
            {section loop=$daten name=d_ind}
71
            <tr>
72
            	<td>{$daten[d_ind].timeframe}</td>
73
                {section name=z_ind loop=$daten[d_ind].zahlen}
74
                <td>{$daten[d_ind].zahlen[z_ind].b_anz}</td>
75
                <td>{$daten[d_ind].zahlen[z_ind].umsatz}</td>
76
                <td>{$daten[d_ind].zahlen[z_ind].b_anz_v}</td>
77
                <td>{$daten[d_ind].zahlen[z_ind].umsatz_v}</td>
78
                {/section}
79
                {if !$shop_filter}
80
                <td>{$daten[d_ind].b_ges}</td>
81
                <td>{$daten[d_ind].u_ges}</td>
82
                <td>{$daten[d_ind].b_ges_v}</td>
83
                <td>{$daten[d_ind].u_ges_v}</td>
84
                {/if}
85
            </tr>
86
            {/section}
87
		</table>