📄 show_left_tmp.asp
字号:
<!--#include file="inc_Lang_admin.asp"-->
<!--#include file="inc_admin_functions.asp"-->
<%
Response.Write replace(Style_Header2,"$Title",Site_Name & "-" & Lang_Item_LastUser)
%>
<BODY leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" oncontextmenu=window.event.returnValue=false onkeydown="if(event.keyCode==78&&event.ctrlKey)return false;" onresize=maxWin() onload=maxWin() >
<base target="list<%=CFG_cachename%>">
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
var current;
NS4 = (document.layers) ? 1 : 0;
with (document) {
write("<STYLE TYPE='text/css'>");
if (NS4) {
write(".hiddd {position:absolute; visibility:visible}");
}
else {
write(".hiddd {display:none}")
}
write("</STYLE>");
}
var aj_img1=new Image();
aj_img1.src="./count/style/images/touming.gif";
var aj_img2=new Image();
aj_img2.src="count/style/images/icon_l.gif";
var aj_img3=new Image();
aj_img3.src="./count/style/images/icon_k.gif";
var aj_img4=new Image();
aj_img4.src="./count/style/images/icon_h.gif";
// convert all characters to lowercase to simplify testing
var agt=navigator.userAgent.toLowerCase();
// Note: On IE5, these return 4, so use is_ie5up to detect IE5.
var is_major = parseInt(navigator.appVersion);
var is_minor = parseFloat(navigator.appVersion);
var is_nav = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
&& (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)
&& (agt.indexOf('webtv')==-1));
var is_nav3 = (is_nav && (is_major == 3));
var is_nav4up = (is_nav && (is_major >= 4));
var is_ie = (agt.indexOf("msie") != -1);
var is_ie4up = (is_ie && (is_major >= 4));
function headerDisplay(fordiv)
{
var headerBox, visible, hidden, toit, ccimg;
if((is_nav4up || is_ie4up))
{
if (document.layers)
{
visible = 'show';
hidden = 'hide';
headerBox = document.layers[fordiv];
ccimg = document.layers[fordiv + 'i'];
if (headerBo.visibility==visible) {
headerBo.visibility=hidden;
ccimg.src='./count/style/images/icon_h.gif';
}
else
{
headerBo.visibility=visible;
ccimg.src='./count/style/images/icon_k.gif';
}
}
else if (document.all)
{
if (document.all(fordiv).style.display == 'none')
{
document.all(fordiv).style.display = 'block';
document.all(fordiv+'i').src='./count/style/images/icon_k.gif'
}
else
{
document.all(fordiv).style.display = 'none';
document.all(fordiv+'i').src='./count/style/images/icon_h.gif'
}
}
else if (document.getElementById)
{
visible = 'visible';
hidden = 'hidden';
headerBox = document.getElementById(fordiv).style;
ccimg = document.getElementById(fordiv+'i');
if (headerBo.visibility==visible) {
headerBo.visibility=hidden;
ccimg.src='./count/style/images/icon_h.gif'
}
else
{
headerBo.visibility=visible;
ccimg.src='./count/style/images/icon_k.gif'
}
}
}
return;
}
</SCRIPT>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td >
<p style="line-height: 110%; margin-left: 18; margin-right: 0; margin-top: 0; margin-bottom: 0">
<img src="count/style/images/icon_l.gif"> <a href="./count/show_main.asp?siteid=<%=siteid%>" class="middle" target=list><%=Lang_Item_Main%></a><br>
<%if CFG_SaveOnline then%><img src="count/style/images/icon_l.gif"> <a href="./count/show_online.asp?siteid=<%=siteid%>" class="middle" target=list><%=Lang_Item_Online%></a><br><%end if%>
<img src="count/style/images/icon_l.gif"> <a href="./count/show_LastUser.asp?siteid=<%=siteid%>" class="middle" target=list><%=Lang_Item_LastUser%></a><br>
<span onClick="javascript:headerDisplay('aa');"><img id="aai" name="aai" src="./count/style/images/icon_k.gif"> <%=Lang_Left_PV%><br></span>
<span name="aa" id="aa">
<img src="./count/style/images/touming.gif" width="11"> <img src="count/style/images/icon_l.gif"> <a href="./count/show_hour.asp?siteid=<%=siteid%>" class="middle" target=list><%=Lang_Item_hour%></a><br>
<img src="./count/style/images/touming.gif" width="11"> <img src="count/style/images/icon_l.gif"> <a href="./count/show_day.asp?siteid=<%=siteid%>" class="middle" target=list><%=Lang_Item_Day%></a><br>
<img src="./count/style/images/touming.gif" width="11"> <img src="count/style/images/icon_l.gif"> <a href="./count/show_month.asp?siteid=<%=siteid%>" class="middle" target=list><%=Lang_Item_Month%></a><br>
</span>
<%if Site_Bigsite = 0 then%>
<span onClick="javascript:headerDisplay('bb');"><img id="bbi" name="bbi" src="./count/style/images/icon_h.gif"> <%=Lang_Left_Today%><br></span>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -