admin_frame_index.htm
来自「Discuz论坛功能、使用、二次开发的详细介绍说明。」· HTM 代码 · 共 20 行
HTM
20 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>UCenter Administrator's Control Panel</title>
<meta http-equiv="Content-Type" content="text/html;charset={UC_CHARSET}" />
<link rel="stylesheet" href="images/admincp.css" type="text/css" media="all" />
<meta content="Comsenz Inc." name="Copyright" />
</head>
<body scroll="no">
<table cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td colspan="2" height="69"><iframe src="admin.php?m=frame&a=header" name="header" width="100%" height="69" scrolling="no" frameborder="0"></iframe></td>
</tr>
<tr>
<td valign="top" width="160"><iframe src="admin.php?m=frame&a=menu" name="menu" target="main" width="160" height="100%" scrolling="no" frameborder="0"></iframe></td>
<td valign="top" width="100%"><iframe src="$mainurl" name="main" width="100%" height="100%" frameborder="0" scrolling="yes" style="overflow:visible;"></iframe></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?