📄 skin-middle.ascx
字号:
<%@ Register TagPrefix="Forums" Namespace="AspNetForums.Controls" Assembly="AspNetForums.Controls" %>
<%@ Import Namespace="AspNetForums" %>
<%@ Import Namespace="AspNetForums.Controls" %>
<%@ Import Namespace="AspNetForums.Components" %>
<%@ Import Namespace="AspNetForums.Enumerations" %>
<html>
<head>
<Forums:PageTitle runat="server" ID="Pagetitle1"/>
<script>
var cols = window.parent.fstMain.cols;
function hideshow(){
if(window.parent.fstMain.cols=="0,10,*"){
frameshow.src="<%=Globals.GetSkinPath()%>/images/hide.gif";
frameshow.alt="隐藏工具栏"
window.parent.fstMain.cols=cols;
}
else{
cols = window.parent.fstMain.cols;
frameshow.src="<%=Globals.GetSkinPath()%>/images/show.gif";
frameshow.alt="显示工具栏"
window.parent.fstMain.cols="0,10,*";
}
}
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#336699">
<table width="10" border="0" height="100%" cellpadding="0" cellspacing="0" align="left">
<tr align="center">
<td style="cursor:hand;">
<img id=frameshow src="<%=Globals.GetSkinPath()%>/images/hide.gif" alt="隐藏工具栏" onclick="hideshow()">
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -