<body onLoad="load()">
<form name="myfrom" id="myform"
action="/scriptEditAction.do?method=loadScripting" method="post"
target="myform" enctype="multipart/form-data">
<div class="scripting" id="scripting_div">
<div id="nonce_location">
</div>
<table class="scripting_table" align="center" cellpadding="0"
cellspacing="0">
<tr>
<td>
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<div class="div_scripting" id='txt_ln' name='contentId'></div>
</td>
<td>
<textarea class="scripting_ln" id="scriptingContent"
onchange="change_centent()" name="content" onkeyup='show_ln()'
onscroll='show_ln()' wrap=off></textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr height="50px;" style="background: white">
<td height="100%" align="left">
<div id="file_load" style="display: none;">
<input type="file" id="ifile" name="file" class="scripting_file"
onChange="filechange()">
<!-- 导入本地脚本 -->
<input type="button" id="load_button" class="div_button"
name="LoadScripting" value="Load" onClick="loadfile()">
</div>
</td>
</tr>
<tr style="background: #e5e5e5;" height="30px;"
class="scripting_table_tr">
<td width="100%" height="30px">
<div id="toolBar">
<!-- 导入本地脚本 -->
<img
src="<%=request.getContextPath()%>/html/style/default/images/logexport.gif" />
<a href="javascript:show_file();" id="toolbar.Scripting">Load
Script</a>
<img
src="<%=request.getContextPath()%>/html/style/default/images/config.gif" />
<a href="javascript:compile_scripting();" id="toolbar.Compile">Compile
Script</a>
<img
src="<%=request.getContextPath()%>/html/style/default/images/charge.gif" />
<a href="javascript:execute_Scripting();" id="toolbar.Execute">Execute
Script</a>
<img
src="<%=request.getContextPath()%>/html/style/default/images/activate.gif" />
<a href="javascript:Load_Configuration();" id="toolbar.Load">Load
Configuration</a>
<img
src="<%=request.getContextPath()%>/html/style/default/images/resetimportstatus.gif" />
<a href="javascript:export_city();" id="toolbar.Export">Export
Script</a>
</div>
<input type="submit" style="display: none;" name="submit"
id="isubmit" value="submit">
<!-- 隐藏表单提交 -->
<iframe name="myform" style="display: none;"></iframe>
</td>
</tr>
</table>
</div>
</form>
</body>
<form name="myfrom" id="myform"
action="/scriptEditAction.do?method=loadScripting" method="post"
target="myform" enctype="multipart/form-data">
<div class="scripting" id="scripting_div">
<div id="nonce_location">
</div>
<table class="scripting_table" align="center" cellpadding="0"
cellspacing="0">
<tr>
<td>
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<div class="div_scripting" id='txt_ln' name='contentId'></div>
</td>
<td>
<textarea class="scripting_ln" id="scriptingContent"
onchange="change_centent()" name="content" onkeyup='show_ln()'
onscroll='show_ln()' wrap=off></textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr height="50px;" style="background: white">
<td height="100%" align="left">
<div id="file_load" style="display: none;">
<input type="file" id="ifile" name="file" class="scripting_file"
onChange="filechange()">
<!-- 导入本地脚本 -->
<input type="button" id="load_button" class="div_button"
name="LoadScripting" value="Load" onClick="loadfile()">
</div>
</td>
</tr>
<tr style="background: #e5e5e5;" height="30px;"
class="scripting_table_tr">
<td width="100%" height="30px">
<div id="toolBar">
<!-- 导入本地脚本 -->
<img
src="<%=request.getContextPath()%>/html/style/default/images/logexport.gif" />
<a href="javascript:show_file();" id="toolbar.Scripting">Load
Script</a>
<img
src="<%=request.getContextPath()%>/html/style/default/images/config.gif" />
<a href="javascript:compile_scripting();" id="toolbar.Compile">Compile
Script</a>
<img
src="<%=request.getContextPath()%>/html/style/default/images/charge.gif" />
<a href="javascript:execute_Scripting();" id="toolbar.Execute">Execute
Script</a>
<img
src="<%=request.getContextPath()%>/html/style/default/images/activate.gif" />
<a href="javascript:Load_Configuration();" id="toolbar.Load">Load
Configuration</a>
<img
src="<%=request.getContextPath()%>/html/style/default/images/resetimportstatus.gif" />
<a href="javascript:export_city();" id="toolbar.Export">Export
Script</a>
</div>
<input type="submit" style="display: none;" name="submit"
id="isubmit" value="submit">
<!-- 隐藏表单提交 -->
<iframe name="myform" style="display: none;"></iframe>
</td>
</tr>
</table>
</div>
</form>
</body>