]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_surfbar_book_static.tpl
Double question mark fixed
[mailer.git] / templates / de / html / member / member_surfbar_book_static.tpl
index 870f4161bb3a6567df2383e1cded614e40291ad3..e988a2f5a2e57225c7b1027fea041e82e24babe3 100644 (file)
@@ -1,11 +1,11 @@
-<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="member_table dashed" style="width:600px;margin-top:10px">
-       <div class="member_title2 bottom2" style="padding-top:5px;padding-bottom:5px">
+<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 class="table_header bottom" style="padding-top:5px;padding-bottom:5px">
                <strong>URL in Surfbar buchen - Statisch:</strong>
        </div>
 
-       <div class="member_input bottom2" style="padding-top:5px;padding-bottom:5px">
-               URL eingeben: <input type="text" name="url" size="20" maxlength="255" value="http://" />
+       <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>
 
        <div class="member_input" style="padding-top:5px;padding-bottom:5px">
@@ -14,8 +14,8 @@
                <input type="radio" id="limited_yes" onfocus="return FocusLimitedYes()" name="limited" value="Y" /> {--YES--}
        </div>
 
-       <div class="member_input bottom2" style="padding-top:5px;padding-bottom:5px">
-               Aufrufe begrenzen auf: <input type="text" class="member_normal" id="limit" name="limit" size="7" maxlength="20" value="-" />
+       <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
+               Aufrufe begrenzen auf: <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">
                <strong>$content[max_order]</strong> erlaubten URLs gebucht.
        </div>
 
-       <div class="member_title2 top2" style="padding-top:5px;padding-bottom:5px">
-               <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" class="member_submit" name="ok" value="{--MEMBER_SURFBAR_ADD_URL--}" />
+       <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>
 </div>
 
-<script src="{?URL?}/js.php?js=surfbar_member_book{%version=surfbar%}" type="text/javascript"></script>
+<script src="{%url=js.php?js=surfbar_member_book%}{%ext,version=surfbar%}" type="text/javascript"></script>
 
 </form>