]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_book_surfbar_static.tpl
Extension ext-surfbar continued:
[mailer.git] / templates / de / html / member / member_book_surfbar_static.tpl
1 <form accept-charset="UTF-8" id="book" action="{%url=modules.php?module=login&amp;what=surfbar_book%}" method="post" onsubmit="return SubmitForm()" onreset="return ResetForm()">
2 <div class="table dashed" style="width:600px;margin-top:10px">
3         <div class="table_header bottom" style="padding-top:5px;padding-bottom:5px">
4                 <strong>URL in Surfbar buchen - Statisch:</strong>
5         </div>
6
7         <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
8                 URL eingeben: <input type="text" class="form_field" 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" onclick="return focusLimitedNo()" name="limited" value="N" checked="checked" /> {--NO--}
14                 <input type="radio" id="limited_yes" onclick="return focusLimitedYes()" name="limited" value="Y" /> {--YES--}
15         </div>
16
17         <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
18                 Aufrufe begrenzen auf: <input type="text" class="form_field" onchange="return changeLimited()" onclick="return focusLimit()" onblur="return blurLimit()" id="limit" name="limit" size="7" maxlength="20" value="-" />
19         </div>
20
21         <div class="member_input" style="padding-top:5px;padding-bottom:5px">
22                 Jeder Seiten-Aufruf durch andere Mitglieder kostet Ihnen <span
23                  class="surfbar_points">{%pipe,SURFBAR_DETERMINE_COSTS,translateComma=true%}{?POINTS?}</span>. Surfen Sie mit
24                 der Surfbar erhalten Sie <span class="surfbar_points">{%pipe,SURFBAR_DETERMINE_REWARD,translateComma=true%}
25                 {?POINTS?}</span> auf Ihr Konto gutgeschrieben.<br />
26                 <br />
27                 Sie haben bereits <strong>{%pipe,SURFBAR_GET_TOTAL_USER_URLS,translateComma%}</strong> von maximal
28                 <strong>{%config,translateComma=surfbar_max_order%}</strong> erlaubten URLs gebucht.
29         </div>
30
31         <div class="table_header top" style="padding-top:5px;padding-bottom:5px">
32                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
33                 <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SURFBAR_ADD_URL--}" />
34         </div>
35 </div>
36
37 <script src="{%url=js.php?js=surfbar_member_book%}{%ext,version=surfbar%}" type="text/javascript"></script>
38
39 </form>