Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_transaction_fees.tpl
1 <div class="para" align="center">
2 <div class="table wide_border">
3         <div class="table_title bottom">
4                 Geb&uuml;hren&uuml;bersicht und Jahresaussch&uuml;ttung:
5         </div>
6
7         <div class="table_header bottom">
8                 Als Empf&auml;nger von {?einheit?}-Transaktionen:
9         </div>
10
11         <fieldset class="table_fieldset bottom" id="receiver_fees">
12                 <legend>Diesen Monat zu zahlen:</legend>
13                 <div class="table_header table_left50 slim_border">
14                         Anzahl Transaktionen:
15                 </div>
16
17                 <div class="table_header table_right50 slim_border">
18                         Geb&uuml;hren:
19                 </div>
20
21                 <div class="table_left50 bottom left right" style="margin-top: -1px">
22                         <div class="table_data">$content[transaction_receiver_count]</div>
23                 </div>
24
25                 <div class="table_right50 bottom left right" style="margin-top: -1px">
26                         <div class="table_data">$content[transaction_receiver_fee] {?einheit?}</div>
27                 </div>
28         </fieldset>
29
30         <fieldset class="table_fieldset bottom" id="receiver_saved_fees">
31                 <legend>Von anderen Mitgliedern <a href="{?URL?}/modules.php?module=transactions">eingel&ouml;st</a>:</legend>
32                 <div class="table_header table_left50 slim_border">
33                         Anzahl Transaktionen:
34                 </div>
35
36                 <div class="table_header table_right50 slim_border">
37                         Geb&uuml;hren:
38                 </div>
39
40                 <div class="table_left50 bottom left right" style="margin-top: -1px">
41                         <div class="table_data">$content[transaction_receiver_saved_count]</div>
42                 </div>
43
44                 <div class="table_right50 bottom left right" style="margin-top: -1px">
45                         <div class="table_data">$content[transaction_receiver_saved_fee] {?einheit?}</div>
46                 </div>
47         </fieldset>
48
49         <div class="table_header top bottom">
50                 Als Versender von {?einheit?}-Transaktionen:
51         </div>
52
53         <fieldset class="table_fieldset bottom" id="sender_fees">
54                 <legend>Diesen Monat zu zahlen:</legend>
55                 <div class="table_header table_left50 slim_border">
56                         Anzahl Transaktionen:
57                 </div>
58
59                 <div class="table_header table_right50 slim_border">
60                         Geb&uuml;hren:
61                 </div>
62
63                 <div class="table_left50 bottom left right" style="margin-top: -1px">
64                         <div class="table_data">$content[transaction_sender_count]</div>
65                 </div>
66
67                 <div class="table_right50 bottom left right" style="margin-top: -1px">
68                         <div class="table_data">$content[transaction_sender_fee] {?einheit?}</div>
69                 </div>
70         </fieldset>
71
72         <fieldset class="table_fieldset bottom" id="sender_saved_fees">
73                 <legend>Von anderen Mitgliedern <a href="{?URL?}/modules.php?module=transactions">eingel&ouml;st</a>:</legend>
74                 <div class="table_header table_left50 slim_border">
75                         Anzahl Transaktionen:
76                 </div>
77
78                 <div class="table_header table_right50 slim_border">
79                         Geb&uuml;hren:
80                 </div>
81
82                 <div class="table_left50 bottom left right" style="margin-top: -1px">
83                         <div class="table_data">$content[transaction_sender_saved_count]</div>
84                 </div>
85
86                 <div class="table_right50 bottom left right" style="margin-top: -1px">
87                         <div class="table_data">$content[transaction_sender_saved_fee] {?einheit?}</div>
88                 </div>
89         </fieldset>
90
91         <div class="table_header top bottom">
92                 Z&auml;hler f&uuml;r Anteil an Jahresaussch&uuml;ttung:
93         </div>
94
95         <fieldset class="table_fieldset" id="config_fees">
96                 <legend>Z&auml;hler, die Sie pro Aktion/Gutschrift erhalten:</legend>
97
98                 $content[config_rows]
99         </fieldset>
100 </div>
101 </div>
102
103 <div class="para" align="center">
104         <div class="table wide_border">
105                 <div class="table_title bottom">
106                         Berechnung Ihres Anteils an der j&auml;hrlichen Aussch&uuml;ttung:
107                 </div>
108
109                 <div class="para bottom" align="left">
110                         Ihr Anteil an der Jahresaussch&uuml;ttung der Transaktionsgeb&uuml;hren errechnet sich wie folgt:
111                         <ul>
112                                 <li>Heute ist der <strong>$content[current_day]</strong>, w&auml;re heute der <strong>$content[next_year]</strong>, w&uuml;rde die Aussch&uuml;ttung stattfinden.</li>
113                                 <li>Der Stand des Geb&uuml;hrentopfes betr&auml;gt <strong>$content[total_fee] {?einheit?}</strong>.</li>
114                                 <li>Sie haben <strong>$content[transaction_count_sum] Z&auml;hler</strong> gesammelt.</li>
115                                 <li>Alle Mitglieder haben <strong>$content[total_transaction_sum] Z&auml;hler</strong> gesammelt.</li>
116                                 <li>Die Formel zur Berechnung Ihres Anteils: <strong>$content[total_fee]</strong> / <strong>$content[total_transaction_sum]</strong> * <strong>$content[transaction_count_sum]</strong> = <em>Ihr Anteil</em></li>
117                                 <li>Dies ergibt einen Anteil von <strong>$content[transaction_holding_fee] {?einheit?}</strong>.</li>
118                         </ul>
119                 </div>
120
121                 <div class="table_footer">
122                         Am <strong>$content[next_year]</strong> ab 00:00 Uhr werden alle Z&auml;hlerst&auml;nde auf Null gesetzt.
123                 </div>
124         </div>
125 </div>