Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / templates / de / html / member / member_surfbar_edit_action_form.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" id="edit" action="{%url=modules.php?module=login&amp;what=list_surfbar%}" method="post" onsubmit="return SubmitForm()" onreset="return ResetForm()">
3 <div class="table3 dashed" style="margin-top:10px">
4         <div class="table_header bottom" style="padding-top:5px;padding-bottom:5px">
5                 <strong>URL in Surfbar editieren:</strong>
6         </div>
7
8         <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
9                 URL eingeben: <input type="text" class="form_field" name="url" size="20" maxlength="255" value="$content[url]" />
10         </div>
11
12         <div class="member_input" style="padding-top:5px;padding-bottom:5px">
13                 Soll die Anzahl Aufrufe begrenzt werden?<br />
14                 <input type="radio" id="limited_no" onfocus="return FocusLimitedNo()" name="limited" value="N"$content[limited_no] /> {--NO--}
15                 <input type="radio" id="limited_yes" onfocus="return FocusLimitedYes()" name="limited" value="Y"$content[limited_yes] /> {--YES--}
16         </div>
17
18         <div class="member_input bottom" style="padding-top:5px;padding-bottom:5px">
19                 Aufrufe begrenzen auf: <input type="text" class="form_field" id="limit" name="limit" size="7" maxlength="20" value="$content[views_max]" />
20         </div>
21
22         <div class="table_header top" style="padding-top:5px;padding-bottom:5px">
23                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
24                 <input type="hidden" name="url_id" value="$content[url_id]" />
25                 <input type="hidden" name="action" value="edit" />
26                 <input type="hidden" name="execute" value="1" />
27                 <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SURFBAR_ACTION_EDIT_NOW_SUBMIT--}" />
28         </div>
29 </div>
30
31 <script src="{%url=js.php?js=surfbar_member_edit%}{%ext,version=surfbar%}&amp;views_max=$content[views_max]&amp;limited=$content[limited]"
32  type="text/javascript"></script>
33 </form>
34 </div>