Extension ext-surfbar continued:
[mailer.git] / templates / de / html / member / member_book_surfbar_dynamic.tpl
1 <div align="center">
2 {%form,formIdBook,formMethodPost=modules.php?module=login&amp;what=book_surfbar%}
3 <div class="table3 dashed" style="margin-top:10px">
4         <div class="table_header bottom" style="padding-top:5px;padding-bottom:5px">
5                 <strong>{--MEMBER_BOOK_SURFBAR_URL_DYNAMIC_TITLE--}</strong>
6         </div>
7
8         <fieldset id="url_data">
9                 <legend>{--MEMBER_BOOK_SURFBAR_URL_DATA_LEGEND--}</legend>
10
11                 <div class="member_input" style="padding-top:5px;padding-bottom:5px">
12                         <label class="member_label" for="url">{--MEMBER_BOOK_SURFBAR_URL_ENTER_URL--}</label>
13                         <input type="text" class="form_field" id="url" name="url" size="20" maxlength="255" value="http://" />
14                 </div>
15
16                 <div class="member_input" style="padding-top:5px;padding-bottom:5px">
17                         <label class="member_label" for="limited">{--MEMBER_SURFBAR_URL_LIMITED--}</label>
18                         <input type="radio" id="limited_no" name="limited" value="N" checked="checked" /> {--NO--}
19                         <input type="radio" id="limited_yes" name="limited" value="Y" /> {--YES--}
20                 </div>
21
22                 <div class="member_input" style="padding-top:5px;padding-bottom:5px">
23                         <label class="member_label" for="limit">{--MEMBER_SURFBAR_URL_ENTER_LIMIT--}</label>
24                         <input type="text" class="form_field" id="limit" name="limit" size="7" maxlength="20" value="-" />
25                 </div>
26
27                 <div class="member_input" style="padding-top:5px;padding-bottom:5px" align="center">
28                         <label class="member_label" for="package">{--MEMBER_SURFBAR_URL_SELECT_PACKAGE--}</legend>
29                         {%pipe,generateMemberSurfbarPackageSelectionBox%}
30                 </div>
31         </fieldset>
32
33         <div style="padding-top:5px">
34                 <div class="para">
35                         {--MEMBER_BOOK_SURFBAR_URL_DYNAMIC_COSTS--}
36                 </div>
37                 <div class="para">
38                         {--MEMBER_BOOK_SURFBAR_URL_TOTAL_AMOUNT--}
39                 </div>
40         </div>
41
42         <div class="table_header top">
43                 <input type="reset" class="form_reset" id="reset" value="{--CLEAR_FORM--}" />
44                 <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SURFBAR_ADD_URL_SUBMIT--}" />
45         </div>
46 </div>
47
48 <script type="text/javascript" src="{%url=js.php?js=surfbar_member_book%}{%ext,version=surfbar%}"></script>
49
50 <script type="text/javascript">
51 <!--
52 $('#book').submit(function() {
53         return submitForm();
54 });
55
56 $('#reset').click(function() {
57         return resetForm();
58 });
59
60 $('#limit').click(function() {
61         return focusLimit();
62 });
63
64 $('#limit').blur(function() {
65         return blurLimit();
66 });
67
68 $('#limit').change(function() {
69         return changeLimited();
70 });
71
72 $('#limited_no').click(function() {
73         return focusLimitedNo();
74 });
75
76 $('#limited_yes').click(function() {
77         return focusLimitedYes();
78 });
79 //-->
80 </script>
81
82 {%form_close%}
83
84 <span class="notice" style="padding:5px">
85         {--MEMBER_BOOK_SURFBAR_URL_DYNAMIC_NOTICE--}
86 </span>
87 </div>