main.aspx 1.0 KB

12345678910111213141516171819202122
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="main.aspx.cs" Inherits="iNethinkCMS.Web.admin.main" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <title></title>
  6. <link href="skin/css/css.css" rel="stylesheet" type="text/css" />
  7. </head>
  8. <frameset rows="75,*,30" cols="*" frameborder="no" border="0" framespacing="0">
  9. <frame src="_main_top.aspx" name="top" scrolling="No" noresize="noresize" id="top" />
  10. <frameset cols="150,*" frameborder="no" border="0" framespacing="0">
  11. <frame src="_main_left.aspx" name="left" scrolling="auto" noresize="noresize" id="left" />
  12. <frame src="_main_desk.aspx" name="main" id="main" />
  13. </frameset>
  14. <frame src="_main_bottom.aspx" name="bottom" scrolling="No" noresize="noresize" id="bottom" />
  15. </frameset>
  16. <noframes>
  17. <body>
  18. 很抱歉,您使用的浏览器不支援框架功能,请升级您的浏览器。
  19. </body>
  20. </noframes>
  21. </html>