blob: aef5f9ce65996bb47d24b49cfa7beb81c04d8107 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
<div class="breakTableDiv" id="150_0">
<table>
<tbody>
<tr>
<th rowspan="2"><span class="anl_variabla"><a
title="" href="#">Spol(Q1)</a></span></th>
<th colspan="1"><span class="anl_variabla"><a
title="" href="#">Dohodek(Q2)</a></span></th>
</tr>
<tr>
<th class="sub">v €(Q2)</th>
</tr>
<tr>
<th>Moški</th>
<td>1,500.00</td>
</tr>
<tr>
<th>Ženski</th>
<td>1,350.00</td>
</tr>
</tbody>
</table>
</div>
<br>
<div class="breakTableDiv" id="153_0">
<table>
<tbody>
<tr>
<th rowspan="2"><span class="anl_variabla"><a
title="" href="#">Spol(Q1)</a></span></th>
<th colspan="6"><span class="anl_variabla"><a
title="" href="#">Država(Q3)</a></span></th>
</tr>
<tr>
<th class="sub">Slovenija(1)</th>
<th class="sub">Hrvaška(2)</th>
<th class="sub">Avstrija(3)</th>
<th class="sub">Italija(4)</th>
<th class="sub">Madžarska(5)</th>
<th>povprečje</th>
</tr>
<tr>
<th>Moški</th>
<td>1</td>
<td>0</td>
<td>1</td>
<td>1</td>
<td>0</td>
<td>2.67</td>
</tr>
<tr>
<th>Ženski</th>
<td>1</td>
<td>2</td>
<td>1</td>
<td>0</td>
<td>2</td>
<td>3.00</td>
</tr>
</tbody>
</table>
</div>
|