]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_book_surfbar_dynamic.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_book_surfbar_dynamic.tpl
index a71ab240f531a189d60f1f577463d05de75094cb..faf60649e0128f413b572d67c06ad2d53bd88341 100644 (file)
@@ -1,53 +1,55 @@
-<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()">
-<div class="table dashed" style="width:600px;margin-top:10px">
+<div align="center">
+{%form,formIdBook,formMethodPost=modules.php?module=login&amp;what=book_surfbar%}
+<div class="table3 dashed" style="margin-top:10px">
        <div class="table_header bottom" style="padding-top:5px;padding-bottom:5px">
-               <strong>URL in Surfbar buchen - Dynamisch:</strong>
+               <strong>{--MEMBER_BOOK_SURFBAR_URL_DYNAMIC_TITLE--}</strong>
        </div>
 
-       <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
-               URL eingeben: <input type="text" class="form_field" name="url" size="20" maxlength="255" value="http://" />
-       </div>
+       <fieldset id="url_data">
+               <legend>{--MEMBER_BOOK_SURFBAR_URL_DATA_LEGEND--}</legend>
 
-       <div class="member_input" style="padding-top:5px;padding-bottom:5px">
-               Soll die Anzahl Aufrufe begrenzt werden?<br />
-               <input type="radio" id="limited_no" onclick="return focusLimitedNo()" name="limited" value="N" checked="checked" /> {--NO--}
-               <input type="radio" id="limited_yes" onclick="return focusLimitedYes()" name="limited" value="Y" /> {--YES--}
-       </div>
+               <div class="member_input" style="padding-top:5px;padding-bottom:5px">
+                       <label class="member_label" for="url">{--MEMBER_BOOK_SURFBAR_URL_ENTER_URL--}</label>
+                       <input type="text" class="form_field" id="url" name="url" size="20" maxlength="255" value="http://" />
+               </div>
 
-       <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
-               Aufrufe begrenzen auf: <input type="text" onchange="return changeLimited()" onclick="return focusLimit()" onblur="return blurLimit()" class="form_field" id="limit" name="limit" size="7" maxlength="20" value="-" />
-       </div>
+               <div class="member_input" style="padding-top:5px;padding-bottom:5px">
+                       <label class="member_label" for="limited">{--MEMBER_SURFBAR_URL_LIMITED--}</label>
+                       <input type="radio" id="limited_no" name="limited" value="N" checked="checked" /> {--NO--}
+                       <input type="radio" id="limited_yes" name="limited" value="Y" /> {--YES--}
+               </div>
 
-       <div class="member_input" style="padding-top:5px;padding-bottom:5px">
+               <div class="member_input" style="padding-top:5px;padding-bottom:5px">
+                       <label class="member_label" for="limit">{--MEMBER_SURFBAR_URL_ENTER_LIMIT--}</label>
+                       <input type="text" class="form_field" id="limit" name="limit" size="7" maxlength="20" value="-" />
+               </div>
+
+               <div class="member_input" style="padding-top:5px;padding-bottom:5px" align="center">
+                       <label class="member_label" for="package">{--MEMBER_SURFBAR_URL_SELECT_PACKAGE--}</label>
+                       {%pipe,generateMemberSurfbarPackageSelectionBox%}
+               </div>
+       </fieldset>
+
+       <div style="padding-top:5px">
                <div class="para">
-                       Jeder Seiten-Aufruf durch andere Mitglieder kostet Ihnen mindestens
-                       <strong>{%pipe,SURFBAR_DETERMINE_COSTS,translateComma=true%} {?POINTS?}</strong>.
-                       Surfen Sie mit der Surfbar erhalten Sie mindestens
-                       <strong>{%pipe,SURFBAR_DETERMINE_REWARD,translateComma=true%} {?POINTS?}</strong>
-                       auf Ihr Konto gutgeschrieben.
+                       {--MEMBER_BOOK_SURFBAR_URL_DYNAMIC_COSTS--}
                </div>
                <div class="para">
-                       Sie haben bereits
-                       <strong>{%pipe,SURFBAR_GET_TOTAL_USER_URLS,translateComma%}</strong>
-                       von maximal
-                       <strong>{%config,translateComma=surfbar_max_order%}</strong>
-                       erlaubten URLs gebucht.
+                       {--MEMBER_BOOK_SURFBAR_URL_TOTAL_AMOUNT--}
                </div>
        </div>
 
-       <div class="table_header top" style="padding-top:5px;padding-bottom:5px">
-               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SURFBAR_ADD_URL--}" />
+       <div class="table_header top">
+               <input type="reset" class="form_reset" id="reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SURFBAR_ADD_URL_SUBMIT--}" />
        </div>
 </div>
 
-<script src="{%url=js.php?js=surfbar_member_book%}{%ext,version=surfbar%}"
- type="text/javascript"></script>
-</form>
+<script type="text/javascript" src="{%url=js.php?js=surfbar_member_book%}{%ext,version=surfbar%}"></script>
 
-<span align="center" class="notice" style="padding:5px">
-       Die maximalen Kosten bzw. Einnahmen pro Surfbaraufruf richten sich nach
-       verschiedenen Faktoren. Schauen Sie unter <a
-        href="{%url=modules.php?module=login&amp;what=surfbar_start%}">Surfbar starten</a>
-       nach, wenn Sie genaueres dazu wissen m&ouml;chten.
+{%form_close%}
+
+<span class="notice" style="padding:5px">
+       {--MEMBER_BOOK_SURFBAR_URL_DYNAMIC_NOTICE--}
 </span>
+</div>