Required database changes for configuration entries in templates added
[mailer.git] / templates / de / html / member / member_surfbar_book_static.tp
1 <form action="{!URL!}/modules.php?module=login&amp;what=surfbar_book" method="post">
2 <div class="member_table dashed" style="width:600px;margin-top:10px">
3         <div class="member_title2 bottom2" style="padding-top:5px;padding-bottom:5px">
4                 <strong>URL in Surfbar buchen - Dynamisch:</strong>
5         </div>
6
7         <div class="member_input bottom2" style="padding-top:5px;padding-bottom:5px">
8                 URL eingeben: <input class="member_normal" type="text" name="url" size="20" maxlength="255" value="http://" />
9         </div>
10
11         <div class="member_input" style="padding-top:5px;padding-bottom:5px">
12                 Soll die Anzahl Aufrufe begrenzt werden?<br />
13                 <input type="radio" id="limited_no" onfocus="return FocusLimitedNo()" name="limited" value="N" checked="checked" /> {--NO--}
14                 <input type="radio" id="limited_yes" onfocus="return FocusLimitedYes()" name="limited" value="Y" /> {--YES--}
15         </div>
16
17         <div class="member_input bottom2"" style="padding-top:5px;padding-bottom:5px">
18                 URL eingeben: <input class="member_normal" type="text" id="limit" name="limit" size="5" maxlength="20" value="0" />
19         </div>
20
21         <div class="member_input" style="padding-top:5px;padding-bottom:5px">
22                 Jeder Seiten-Aufruf durch andere Mitglieder kostet Ihnen mindestens
23                 <strong>$content[costs] {!POINTS!}</strong>. Surfen Sie mit der Surfbar
24                 erhalten Sie mindestens <strong>$content[reward] {!POINTS!}</strong> auf
25                 Ihr Konto gutgeschrieben.<br />
26                 <br />
27                 Sie haben bereits <strong>$content[curr_order]</strong> von maximal
28                 <strong>$content[max_order]</strong> erlaubten URLs gebucht.
29         </div>
30
31         <div class="member_title2 top2" style="padding-top:5px;padding-bottom:5px">
32                 <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />&nbsp;*
33                 <input type="submit" class="member_submit" name="ok" value="{--MEMBER_SURFBAR_ADD_URL--}" />
34         </div>
35 </div>
36 <script language="JavaScript" type="text/javascript">
37 <!--
38 var limit = document.getElementById('limit');
39 function FocusLimitedNo () {
40         limit.disabled = true;
41         limit.setAttribute('class', 'disabled');
42         limit.value = '0';
43 }
44
45 function FocusLimitedYes () {
46         limit.disabled = false;
47         limit.setAttribute('class', 'member_normal');
48         limit.value = '';
49         limit.focus();
50 }
51
52 FocusLimitedNo();
53
54 //-->
55 </script>
56 </form>
57
58 <div align="center" class="member_note" style="padding:5px">
59         Die maximalen Kosten bzw. Einnahmen pro Surfbaraufruf  richten sich nach
60         verschiedenen Faktoren. Schauen Sie unter <a
61          href="{!URL!}/modules.php?module=login&amp;what=surfbar_start">Surfbar starten</a>
62         nach, wenn Sie genaueres dazu wissen m&ouml;chten.
63 </div>