📄 frame_center.tpl
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript">
var showpic = new Array(
"images/frame_hide.gif",
"images/frame_hide2.gif",
"images/frame_show.gif",
"images/frame_show2.gif"
);
var left_right = 'show';
function ShowHide()
{
top.btmframe.cols = (left_right == 'show') ? '0,10,*' : '175,10,*';
if (left_right == 'show')
{
document.getElementById('a1').innerHTML = '<img src="images/frame_show.gif" onmouseover="this.src=showpic[3]" onmouseout="this.src=showpic[2]" style="cursor:hand;" alt="鏄剧ず鑿滃崟">';
left_right = 'hide';
}
else
{
document.getElementById('a1').innerHTML = '<img src="images/frame_hide.gif" onmouseover="this.src=showpic[1]" onmouseout="this.src=showpic[0]" style="cursor:hand;" alt="闅愯棌鑿滃崟">';
left_right = 'show';
}
}
</script>
<style>
body{background-color:#82B7E3;font-size:12px;}
</style>
</head>
<body leftmargin="0" topmargin="0">
<table cellpadding="0" cellspacing="0" width="9" height="100%" border="0">
<tr>
<td onclick="ShowHide();" style="cursor:hand" id="a1"><img src="images/frame_hide.gif" onmouseover="this.src='images/frame_hide2.gif'" onmouseout="this.src='images/frame_hide.gif'" alt="闅愯棌鑿滃崟" /></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -