index.jsp 836 B

123456789101112131415
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv=Content-Type content=text/html;charset=utf-8>
  5. </head>
  6. <frameset rows="64,*" frameborder="no" border="0" framespacing="0">
  7. <frame src="admin_top.jsp" noresize="noresize" frameborder="no" name="topFrame" scrolling="no" marginwidth="0" marginheight="0" target="main" />
  8. <frameset cols="200,*" rows="560,*" id="frame">
  9. <frame src="left.jsp" name="leftFrame" noresize="noresize" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" target="main" />
  10. <frame src="right.jsp" name="main" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" target="_self" />
  11. </frameset>
  12. <noframes>
  13. <body></body>
  14. </noframes>
  15. </html>