Project

General

Profile

1 4 ryan
<!-- BEGIN main_block -->
2
3 317 stefan
<form action="{WB_URL}/modules/code/save.php" method="post">
4 4 ryan
5
<input type="hidden" name="page_id" value="{PAGE_ID}" />
6
<input type="hidden" name="section_id" value="{SECTION_ID}" />
7
8
<textarea id="content" name="content" style="WIDTH: 100%; HEIGHT: 380px">{CONTENT}</textarea>
9
10
<table cellpadding="0" cellspacing="0" border="0" width="100%">
11
<tr>
12 317 stefan
	<td align="left">
13 4 ryan
		<input type="submit" value="{TEXT_SAVE}" style="width: 100px; margin-top: 5px;" />
14
	</td>
15
	<td align="right">
16
		</form>
17
		<input type="button" value="{TEXT_CANCEL}" onclick="javascript: window.location = 'index.php';" style="width: 100px; margin-top: 5px;" />
18
	</td>
19
</tr>
20
</table>
21
22
</form>
23
24
<!-- END main_block -->