1 |
2
|
Manuela
|
{#
|
2 |
|
|
- available replacements
|
3 |
|
|
WB_URL
|
4 |
|
|
THEME_URL
|
5 |
|
|
THEME_PATH
|
6 |
|
|
SAVE_URL
|
7 |
|
|
TEXT_URL
|
8 |
|
|
CANCEL_URL
|
9 |
|
|
TEXT_HEIGHT
|
10 |
|
|
TEXT_SAVE
|
11 |
|
|
TEXT_CANCEL
|
12 |
|
|
HEIGHT
|
13 |
|
|
URL
|
14 |
|
|
FTAN
|
15 |
|
|
#}
|
16 |
|
|
<form action="{{ SAVE_URL }}" method="post">
|
17 |
|
|
<input type="hidden" name="page_id" value="{{ PAGE_ID }}" />
|
18 |
|
|
<input type="hidden" name="section_id" value="{{ SECTION_ID }}" />
|
19 |
|
|
<input type="hidden" name="cmd" value="save" />
|
20 |
|
|
{{ FTAN }}
|
21 |
|
|
<table cellpadding="0" cellspacing="0" border="0" width="100%">
|
22 |
|
|
<tr>
|
23 |
|
|
<td align="left" width="50">{{ TEXT_URL }}:</td>
|
24 |
|
|
<td><input type="text" name="url" value="{{ URL }}" style="width: 100%;" /></td>
|
25 |
|
|
</tr>
|
26 |
|
|
<tr>
|
27 |
|
|
<td align="left" width="50">{TEXT_HEIGHT}:</td>
|
28 |
|
|
<td><input type="text" name="height" value="{{ HEIGHT }}" maxlength="4" style="width: 100%;" /></td>
|
29 |
|
|
</tr>
|
30 |
|
|
</table>
|
31 |
|
|
<table cellpadding="0" cellspacing="0" border="0" width="100%">
|
32 |
|
|
<tr>
|
33 |
|
|
<td align="left"><input type="submit" value="{{ TEXT_SAVE }}" style="width: 200px; margin-top: 5px;" /></td>
|
34 |
|
|
<td align="right">
|
35 |
|
|
<input type="button" value="{{ TEXT_CANCEL }}" onclick="javascript: window.location = '{{ CANCEL_URL }}';" style="width: 100px; margin-top: 5px;" />
|
36 |
|
|
</td>
|
37 |
|
|
</tr>
|
38 |
|
|
</table>
|
39 |
|
|
</form>
|
40 |
|
|
|
41 |
|
|
{# end of file #}
|