?? left_ctrl_bar.jsp
字號:
<%@ page contentType="text/html; charset=GBK"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>CMS4J </title>
<link href="../skin/blue/css/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-image: url(../../images/admin/fw_left_view_ctrl_bg.gif);
}
-->
</style></head>
<script>
<!--
function closeoropen() {
if (document.all('ifclose').style.display=="none") {
document.all('ifclose').style.display="";
document.LeftOrRight.src="../images/left.gif";
top.extend();
}else{
document.all('ifclose').style.display="none";
document.LeftOrRight.src="../images/right.gif";
top.closeFrame();
}
}
function closeoropen2() {
if (document.all('ifclose').style.display=="none") {
document.all('ifclose').style.display="";
document.LeftOrRight.src="../style/yellow/images/munu/GoRight.gif";
top.extend();
}
}
</script>
<body>
<table width="8" height="100%" border="0" cellpadding="0" cellspacing="0" background="../../images/admin/fw_left_view_ctrl_bar_bg.gif">
<tr>
<td height="21" align="center" valign="top" background="../../images/admin/fw_left_view_ctrl_bg.gif"> </td>
</tr>
<tr>
<td align="center"><img src="../../images/admin/fw_left_view_ctrl_bar_hiddenleft.gif" width="5" height="51" name='LeftOrRight' onClick="top.showOrHiddenMenuFrame(this)" style="cursor:hand"></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -