2018-06-03 22:26:41 +08:00

57 lines
2.5 KiB
Plaintext

<html>
<head>
<title><%=PG_TITLE%></title>
</head>
<body leftmargin="0" topmargin="0" class="windowbackground" onload="">
<!-- for refresh this page -->
<form name="DOFilter" method=post onSubmit="if(!checkDOFilterForm(this)) return false;">
<input type=hidden name=CompClientID value="<%=CurComp.getClientID()%>">
<input type=hidden name=PageClientID value="<%=CurPage.getClientID()%>">
</form>
<table style="width: 100%;height: 100%;border: 0;" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table style="width: 100%;height: 100%;border: 0;" cellspacing="0" cellpadding="0" class="content_table" id="content_table">
<tr style="display:none;">
<td id="myleft_left_top_corner" class="myleft_left_top_corner"></td>
<td id="myleft_top" class="myleft_top"></td>
<td id="myleft_right_top_corner" class="myleft_right_top_corner"></td>
<td id="mycenter_top" class="mycenter_top"></td>
<td id="myright_left_top_corner" class="myright_left_top_corner"></td>
<td id="myright_top" class="myright_top"></td>
<td id="myright_right_top_corner" class="myright_right_top_corner"></td>
</tr>
<tr>
<td id="myleft_leftMargin" class="myleft_leftMargin"></td>
<td id="myleft" >
<iframe name="left" src="<%=com.amarsoft.awe.util.Escape.getBlankHtml(sWebRootPath)%>" width=100% height=100% frameborder=0 scrolling=no ></iframe>
</td>
<td id="myleft_rightMargin" class="myleft_rightMargin"> </td>
<td id="mycenter" class="mycenter">
</td>
<td id="myright_leftMargin" class="myright_leftMargin"></td>
<td id="myright" class="myright">
</td>
<td id="myright_rightMargin" class="myright_rightMargin"></td>
</tr>
<tr style="display:none;">
<td id="myleft_left_bottom_corner" class="myleft_left_bottom_corner"></td>
<td id="myleft_bottom" class="myleft_bottom"></td>
<td id="myleft_right_bottom_corner" class="myleft_right_bottom_corner"></td>
<td id="mycenter_bottom" class="mycenter_bottom"></td>
<td id="myright_left_bottom_corner" class="myright_left_bottom_corner"></td>
<td id="myright_bottom" class="myright_bottom"></td>
<td id="myright_right_bottom_corner" class="myright_right_bottom_corner"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<script type="text/javascript">
function setTitle(sTitle){
document.getElementById("table0").rows[0].cells[0].innerHTML="<font class=pt9white>&nbsp;&nbsp;"+sTitle+"&nbsp;&nbsp;</font>";
}
myleft.width=<%=PG_LEFT_WIDTH%>;
</script>