]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_start_surfbar_dynamic.tpl
Hotfix
[mailer.git] / templates / de / html / member / member_start_surfbar_dynamic.tpl
1 <div align="center">
2 <div class="table3 dashed">
3         <div class="table_header bottom">
4                 <strong>Dynamisch verg&uuml;tete Surfbar ist aktiv</strong>
5         </div>
6
7         <div style="padding:5px">
8                 Bei der dynamischen Verg&uuml;tung werden Ihnen derzeit mindestens
9                 <strong>{%pipe,SURFBAR_CALCULATE_DYNAMIC_MIN_VALUE,translateComma%}</strong>
10                 und maximal <strong>{%pipe,SURFBAR_CALCULATE_DYNAMIC_MAX_VALUE,translateComma%}
11                 {?POINTS?}</strong> Aufschlag zum Basispreis f&uuml;r jede besuchte
12                 Seite verg&uuml;tet. Diese m&uuml;ssen Sie mindestens
13                 <strong>{%pipe,SURFBAR_CALCULATE_DYNAMIC_MIN_VALUE,createFancyTime%}</strong>
14                 und maximal
15                 <strong>{%pipe,SURFBAR_CALCULATE_DYNAMIC_MAX_VALUE,createFancyTime%}</strong>
16                 zus&auml;tzlich zur Basiszeit angesehen haben und k&ouml;nnen die selbe
17                 Seite erst nach zus&auml;tzlichen
18                 <strong>{%pipe,SURFBAR_CALCULATE_DYNAMIC_LOCK,createFancyTime%}</strong>
19                 wieder aufrufen.
20         </div>
21
22         <div style="padding:5px">
23                 Einige Hinweise zur Berechnung: Die derzeige Mitgliederanzahl von
24                 <strong>{%pipe,getTotalConfirmedUser,translateComma%}</strong>, die
25                 derzeit die Surfbar nutzenden
26                 <strong>{%pipe,SURFBAR_DETERMINE_TOTAL_ONLINE%}</strong> Mitglieder, die
27                 gesamt in der Surfbar gebuchten
28                 <strong>{%pipe,SURFBAR_GET_TOTAL_URLS,translateComma%}</strong>
29                 URLs (ohne von unseren Sponsoren), sowie Ihre gebuchten
30                 <strong>{%pipe,getMemberId,SURFBAR_GET_TOTAL_USER_URLS,translateComma%}</strong> URLs werden als
31                 Berechnungsgrundlage verwendet. Sie erhalten allerdings nur einen
32                 reduzierten Anteil von
33                 <strong>{%config,translateComma=surfbar_dynamic_percent%}&#37;</strong>.
34         </div>
35
36         <div style="padding:5px">
37                 Der Basispreis und die Basiszeit sind die Einstellungen aus dem
38                 statischen Verg&uuml;tungsmodell:
39                 <strong>{%config,translateComma=surfbar_static_reward%}
40                 {?POINTS?}</strong> bzw.
41                 <strong>{%config,createFancyTime=surfbar_static_time%}</strong>.
42         </div>
43 </div>
44 </div>