index.aspx
上传用户:wenllgg125
上传日期:2020-04-09
资源大小:7277k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <%@ Page language="c#" Inherits="Discuz.Web.Admin.index" Codebehind="index.aspx.cs" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>系统设置 - Powered by Discuz!NT</title>
  7. <meta name="keywords" content="ASP.net,论坛" />
  8. <meta name="description" content="Discuz!NT,论坛,asp.net" />
  9. <link href="styles/dntmanager.css" rel="stylesheet" type="text/css" />
  10. <style>
  11. body {margin:0;}
  12. </style>
  13. <meta http-equiv="X-UA-Compatible" content="IE=7" />
  14. </head>
  15. <frameset rows="43,*" frameborder="no" border="0" framespacing="0">
  16.   <frame src="framepage/top.aspx" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
  17.   <%if (Request.Params["fromurl"]==null){%>
  18. <frame src="framepage/managerbody.aspx"  name="mainFrame" id="mainFrame" onresize="mainFrame.setscreendiv();" scrolling="No" />
  19.   <%}else{%>
  20.             <frame src="framepage/managerbody.aspx?fromurl=<%=Request.Params["fromurl"]%>"  name="mainFrame" id="mainFrame" onresize="mainFrame.setscreendiv();" scrolling="No" />
  21.   <%}%>
  22.   
  23. </frameset>
  24. </frameset><noframes></noframes>
  25. </html>