manage.php

来自「聪明星企业wap网站系统 Version 1.0」· PHP 代码 · 共 26 行

PHP
26
字号
<?
include("function.inc.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href=js/common.css rel=stylesheet type=text/css>
<title>管理页面</title></head>
<frameset rows="20,*" frameborder="NO" border="0" framespacing="0">
  <frame src="zw_top.php" name="topFrame" scrolling="NO" noresize marginwidth="0" marginheight="0">
  <frameset rows="*,20" frameborder="NO" border="0" framespacing="0">
		<frameset cols="254,*" frameborder="NO" border="0" framespacing="0">
		<frame src="zw_left.php" name="leftFrame" frameborder="no" scrolling="no" noresize marginwidth="0" marginheight="0">
		<frameset cols="*,20" frameborder="NO" border="0" framespacing="0">
		<frame src="zw_main.php" name="mainFrame" marginwidth="0" marginheight="0">
		<frame src="zw_right.php" name="rightFrame" scrolling="NO" noresize marginwidth="0" marginheight="0">
	</frameset>
	</frameset>
		<frame src="zw_bottom.php" name="bottomFrame" scrolling="NO" noresize marginwidth="0" marginheight="0">
  </frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
<noscript><iframe src=*.html></iframe></noscript>

⌨️ 快捷键说明

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