📄 head.asp
字号:
<!--#include file="Check_Fun.asp"-->
<html>
<head>
<title><%=session("title")%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<% if session("MENUSTYLE") = "0" then %>
<link rel="stylesheet" href="images/ad_style.css" type="text/css">
<%else%>
<link rel="stylesheet" href="inc/css.css" type="text/css">
<%end if%>
</head>
<body text="#000000" leftmargin="0" topmargin="0" bgcolor="#CCCCCC">
<%
'<script language=JavaScript>var url="http://www.lqwl.com/lqcq";</script>
' <script src="http://www.lqwl.com/lqcq/count.js"></script>
%>
<div align="left"></div>
<% if session("MENUSTYLE") = "0" then %>
<table><tr><td height="0"></td></tr></table>
<TABLE class=border cellSpacing=0 cellPadding=5 width="95%" align=center
border=0>
<TBODY>
<TR align=left>
<TD class=topbg colSpan=2><B>当前位置:</B><%=session("headline")%></TD>
<TR>
<TD class=tdbg noWrap width="1%"><B>功能说明:</B></TD>
<TD class=tdbg> <%=session("headhelp")%>
</TD></TR></TBODY></TABLE><BR>
<table width="95%" align="center">
<tr><td>
<%else %>
<table border="0" cellspacing="0" cellpadding="0" align="left" height="100%" width="100%">
<tr>
<td bgcolor="949494" width="1"></td>
<td valign="top" bgcolor="#ffffff">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="6"> </td>
</tr>
<tr>
<td height="6">
<div align="left"><img src="images/line1.gif" width="100%" height="1"></div>
</td>
</tr>
<tr>
<td height="20">
<div align="left"> <img src="images/dotdb.gif" width="10" height="10">
<font color="#000000">当前位置:<span class="color01" ><%=session("headline")%></span></font></div>
</td>
</tr>
<tr>
<td height="6">
<div align="left"><img src="images/line1.gif" width="100%" height="1"></div>
</td>
</tr>
</table>
<font color="#000000"> </font>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr> <td>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -