Project

General

Profile

« Previous | Next » 

Revision 1223

Added by Dietmar over 14 years ago

validate code

View differences:

modify.htt
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{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
		</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
</form>
23
<p>&nbsp;</p>
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>
24 23
<!-- END main_block -->

Also available in: Unified diff