b53ba54b56268f9782c49bc5cf1ecf9f21341a42
[mailer.git] / templates / de / html / member / member_book_surfbar_static.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_STATIC_TITLE--}</strong>
6         </div>
7
8         <fieldset id="url_data">
9                 <legend>{--MEMBER_BOOK_SURFBAR_URL_DATA_LEGEND--}</legend>
10                 <div class="member_input" style="padding-top:5px;padding-bottom:5px">
11                         <label class="member_label" for="url">{--MEMBER_BOOK_SURFBAR_URL_ENTER_URL--}</label>
12                         <input type="text" class="form_field" id="url" name="url" size="20" maxlength="255" value="http://" />
13                 </div>
14
15                 <div class="member_input" style="padding-top:5px;padding-bottom:5px">
16                         <label class="member_label" for="limited">{--MEMBER_BOOK_SURFBAR_URL_LIMITED--}</label>
17                         <input type="radio" id="limited_no" name="limited" value="N" checked="checked" /> {--NO--}
18                         <input type="radio" id="limited_yes" name="limited" value="Y" /> {--YES--}
19                 </div>
20
21                 <div class="member_input" style="padding-top:5px;padding-bottom:5px">
22                         <label class="member_label" for="limit">{--MEMBER_BOOK_SURFBAR_URL_ENTER_LIMIT--}</label>
23                         <input type="text" class="form_field" id="limit" name="limit" size="7" maxlength="20" value="-" />
24                 </div>
25         </fieldset>
26
27         <div style="padding-top:5px">
28                 <div class="para">
29                         {--MEMBER_BOOK_SURFBAR_URL_STATIC_COSTS--}
30                 </div>
31                 <div class="para">
32                         {--MEMBER_BOOK_SURFBAR_URL_TOTAL_AMOUNT--}
33                 </div>
34         </div>
35
36         <div class="table_header top">
37                 <input type="reset" class="form_reset" id="reset" value="{--CLEAR_FORM--}" />
38                 <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SURFBAR_ADD_URL_SUBMIT--}" />
39         </div>
40 </div>
41
42 <script type="text/javascript" src="{%url=js.php?js=surfbar_member_book%}{%ext,version=surfbar%}"></script>
43
44 <script type="text/javascript">
45 <!--
46 $('#book').submit(function() {
47         return submitForm();
48 });
49
50 $('#reset').click(function() {
51         return resetForm();
52 });
53
54 $('#limit').click(function() {
55         return focusLimit();
56 });
57
58 $('#limit').blur(function() {
59         return blurLimit();
60 });
61
62 $('#limit').change(function() {
63         return changeLimited();
64 });
65
66 $('#limited_no').click(function() {
67         return focusLimitedNo();
68 });
69
70 $('#limited_yes').click(function() {
71         return focusLimitedYes();
72 });
73 //-->
74 </script>
75
76 {%form_close%}
77 </div>