| 1 | {REGISTER_EDIT_AREA}
 | 
  
    | 2 | 
 | 
  
    | 3 | <!-- BEGIN main_block -->
 | 
  
    | 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 id="content" 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 | 		</form>
 | 
  
    | 18 | 		<input type="button" value="{TEXT_CANCEL}" onclick="javascript: window.location = 'index.php';" style="width: 100px; margin-top: 5px;" />
 | 
  
    | 19 | 	</td>
 | 
  
    | 20 | </tr>
 | 
  
    | 21 | </table>
 | 
  
    | 22 | 
 | 
  
    | 23 | </form>
 | 
  
    | 24 | <!-- END main_block -->
 |