<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>后台管理</title> </head> <body bgcolor="#A2B5CD"> <table border="0" cellpadding="5" cellspacing="0" width="960"> <!-- 头部 --> <tr height=60> <td colspan="2"> <iframe src="head.html" name="head" width="100%" height="80" frameborder="0" scrolling="no"></iframe> </td> </tr> <tr> <td width="100%" colspan="2"><hr></td> </tr> <!-- 中 --> <tr> <!-- 左边 --> <td> <iframe src="left.html" name="left" width="200" height="600" frameborder="0" scrolling="no"> </iframe> </td> <!-- 右边 --> <td> <iframe src="adminindex.html" name="right" width="740" height="600" frameborder="0" scrolling="no"> </iframe> </td> </tr> <tr> <td width="100%" colspan="2"><hr></td> </tr> <!-- footer --> <tr> <td colspan="2"> <iframe src="footer.html" name="footer" width="100%" height="80" frameborder="0" scrolling="no"></iframe> </td> </tr> </table> </body> </html>