admin.html
来自「OA自动化办公系统,Eclipse+Oracle开发。」· HTML 代码 · 共 18 行
HTML
18 行
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title>管理员登录</title>
</head>
<frameset rows="200,*" frameborder="no" border="0" framespacing="0" align="center" noresize="noresize">
<frame src="client/TopBody.jsp" name="topFrame" id="topFrame" scrolling="no" />
<frameset cols="180,*" framespacing="0" border=1 bordercolor="#00CC99">
<frame src="client/AdminMenu.jsp" name="leftFrame" scrolling="no" noresize="noresize" bordercolor="#339966" id="leftFrame" frameborder="no" title="leftFrame"/>
<frame src="client/AdminBody.html" name="mainFrame" id="mainFrame" title="mainFrame" scrolling="auto" frameborder="no" />
</frameset>
</frameset>
<noframes><body>
</body>
</noframes></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?