Project

General

Profile

1
<!-- BEGIN main_block -->
2
{REGISTER_EDIT_AREA}
3

    
4
<form action="{WB_URL}/modules/code/save.php" method="post">
5

    
6
<input type="hidden" name="page_id" value="{PAGE_ID}" />
7
<input type="hidden" name="section_id" value="{SECTION_ID}" />
8

    
9
<textarea cols="2" rows="20"  id="content{SECTION}" name="content" style="width: 100%; height: 380px">{CONTENT}</textarea>
10

    
11
<table cellpadding="0" cellspacing="0" border="0" width="100%" >
12
<tr>
13
	<td align="left">
14
		<input type="submit" value="{TEXT_SAVE}" style="width: 100px; margin-top: 5px;" />
15
	</td>
16
	<td align="right">
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
</form>
22
<p>&nbsp;</p>
23
<!-- END main_block -->
    (1-1/1)