<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>管理后台</title>
</head>
<body>
<table width="100%" border="0" cellspacing="1" cellpadding="5">
<tr>
<td colspan="2">
<iframe src="top.html" frameborder="0" scrolling="no" height="30" width="100%"></iframe>
</td>
</tr>
<tr>
<td colspan="2">
<hr />
</td>
</tr>
<tr>
<td width="200" bgcolor="#F1F1F1"><iframe src="left.html" frameborder="0" scrolling="no" height="100%" width="100%"></iframe></td>
<td><iframe src="default.html" frameborder="0" scrolling="no" height="600" width="100%" name="main"></iframe> </td>
</tr>
<tr>
<td colspan="2">
<hr />
</td>
</tr>
<tr>
<td colspan="2">
<iframe srcdoc="<h3>© 2108 版权所有</h3>" frameborder="0" scrolling="no" height="100" width="100%"></iframe>
</td>
</tr>
</table>
</body>
</html>
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!