1
|
<!-- BEGIN main_block -->
|
2
|
|
3
|
<!-- available replacements
|
4
|
WB_URL
|
5
|
THEME_URL
|
6
|
THEME_PATH
|
7
|
SAVE_URL
|
8
|
TEXT_URL
|
9
|
CANCEL_URL
|
10
|
TEXT_HEIGHT
|
11
|
TEXT_SAVE
|
12
|
TEXT_CANCEL
|
13
|
HEIGHT
|
14
|
URL
|
15
|
FTAN
|
16
|
-->
|
17
|
|
18
|
<form action="{SAVE_URL}" method="post" class="wrapper" style="margin: auto 3%; width: 100%;">
|
19
|
<input type="hidden" name="page_id" value="{PAGE_ID}" />
|
20
|
<input type="hidden" name="section_id" value="{SECTION_ID}" />
|
21
|
<input type="hidden" name="cmd" value="save" />
|
22
|
{FTAN}
|
23
|
<table class="wrapper" style="border-collapse: collapse; width: 95%; white-space: nowrap; vertical-align: central;" >
|
24
|
<tr style="line-height: 2.9525em; ">
|
25
|
<td align="left" width="50">{TEXT_URL}:</td>
|
26
|
<td><input type="text" name="url" value="{URL}" style="width: 100%;" /></td>
|
27
|
</tr>
|
28
|
<tr>
|
29
|
<td align="left" width="50">{TEXT_HEIGHT}:</td>
|
30
|
<td><input type="text" name="height" value="{HEIGHT}" maxlength="4" style="width: 100%;" /></td>
|
31
|
</tr>
|
32
|
</table>
|
33
|
<table class="wrapper-submit" >
|
34
|
<tr>
|
35
|
<td align="left">
|
36
|
<input type="submit" value="{TEXT_SAVE}" style="width: 100px; margin-top: 5px;" />
|
37
|
<input name="pagetree" type="submit" value="{TEXT_SAVE} & {TEXT_BACK}" style="min-width: 100px; margin-top: 5px;" />
|
38
|
</td>
|
39
|
<td align="right">
|
40
|
<input type="submit" value="{TEXT_CANCEL}" formaction="{CANCEL_URL}" style="width: 100px; margin-top: 5px;" />
|
41
|
</td>
|
42
|
</tr>
|
43
|
</table>
|
44
|
</form>
|
45
|
|
46
|
<!-- END main_block -->
|