⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.php

📁 套中小型企业网站建设
💻 PHP
字号:
<?php
//====================================================
//		FileName:index.php
//		Summary: 
//		Author: ice_berg16(寻梦的稻草人)
//		CreateTime: 2004-10-08     
//		LastModifed:2004-10-08 
//		copyright (c)2004 ice_berg16@163.com
//====================================================

require_once("login.php");
require_once("../IBinit.php");

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?=APP_NAME?></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
</head>

<frameset rows="80,*" framespacing="0" frameborder="no" border="0"">
  <frame src="top.php" name="top" frameborder="no" scrolling="no" border="0" noresize="true" />
  <frameset cols="160,*" framespacing="0" frameborder="no" border="0" topmargin="0"  leftmargin="0" marginheight="0" marginwidth="0">
    <frame src="menu.php" name="left" frameborder="no" scrolling="auto" topmargin="0" leftmargin="0" border="0" />
    <frame src="main.php" name="main" frameborder="no" scrolling="yes"/>
  </frameset>
</frameset>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -