📄 ftbbs_admin_top.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<HTML>
<HEAD>
<TITLE>后台管理</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK href="admin.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
.style4 {color: #0000FF}
-->
</style>
</HEAD>
<base target="main">
<script language="JavaScript" type="text/JavaScript">
function preloadImg(src)
{
var img=new Image();
img.src=src
}
preloadImg("../images/admin_top_open.gif");
var displayBar=true;
function switchBar(obj)
{
if (displayBar)
{
parent.frame.cols="0,*";
displayBar=false;
obj.src="../images/admin_top_open.gif";
obj.title="打开左边管理导航菜单";
}
else{
parent.frame.cols="180,*";
displayBar=true;
obj.src="../images/admin_top_close.gif";
obj.title="关闭左边管理导航菜单";
}
}
</script>
<body leftmargin="0" topmargin="0">
<table border="0" align="center" cellpadding="0" cellspacing="1" class="TableBorder" widtd="100%">
<tr><td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr height="18">
<td width="17%" background="../images/r_01_01_bg.gif" widtd=96> <img src="../images/admin_top_close.gif" align="absbottom" id="sBar" style="cursor:hand" title="关闭左边管理导航菜单" onclick="switchBar(this)">
</td>
<td width="3%" background="../images/r_01_01_bg.gif" widtd=20> </td>
<td width="15%" background="../images/r_01_01_bg.gif" widtd=60> </td>
<td width="48%" align="right" background="../images/r_01_01_bg.gif"><div align="left">
</div></td>
</tr>
</table></td></tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -