Several fixes for template engine, JavaScripts, etc.
[mailer.git] / templates / de / html / member / member_surfbar_edit_action_form.tpl
1 <form accept-charset="utf-8" id="edit" action="{?URL?}/modules.php?module=login&amp;what=surfbar_list" method="post" onsubmit="return SubmitForm()" onreset="return ResetForm()">
2 <div class="member_table dashed" style="width:600px;margin-top:10px">
3         <div class="member_title2 bottom2" style="padding-top:5px;padding-bottom:5px">
4                 <strong>URL in Surfbar editieren:</strong>
5         </div>
6
7         <div class="member_input bottom2" style="padding-top:5px;padding-bottom:5px">
8                 URL eingeben: <input type="text" class="member_normal" name="url" size="20" maxlength="255" value="$content[url]" />
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" onfocus="return FocusLimitedNo()" name="limited" value="N"$content[limited_n] /> {--NO--}
14                 <input type="radio" id="limited_yes" onfocus="return FocusLimitedYes()" name="limited" value="Y"$content[limited_y] /> {--YES--}
15         </div>
16
17         <div class="member_input bottom2" style="padding-top:5px;padding-bottom:5px">
18                 Aufrufe begrenzen auf: <input type="text" class="member_normal" id="limit" name="limit" size="7" maxlength="20" value="$content[views_max]" />
19         </div>
20
21         <div class="member_title2 top2" style="padding-top:5px;padding-bottom:5px">
22                 <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
23                 <input type="hidden" name="id" value="$content[id]" />
24                 <input type="hidden" name="action" value="edit" />
25                 <input type="hidden" name="execute" value="1" />
26                 <input type="submit" class="member_submit" name="ok" value="{--MEMBER_SURFBAR_ACTION_EDIT_NOW_SUBMIT--}" />
27         </div>
28 </div>
29
30 <script src="{?URL?}/js.php?js=surfbar_member_edit{%version=surfbar%}&amp;views_max=$content[views_max]&amp;limited=$content[limited]"
31  type="text/javascript"></script>
32 </form>