📄 manage.php
字号:
<?
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -