?? theme_1.asp
字號:
<!--#include file=grade.asp-->
<%
dim stats
sub nav()
response.write "<html><head>"&_
"<meta NAME=GENERATOR Content=""Microsoft FrontPage 4.0"" CHARSET=GB2312>"&_
"<title>"&ForumName&"--"&stats&"</title>"
%>
<SCRIPT language=JavaScript1.2>
NS6 = (document.getElementById&&!document.all)
IE = (document.all)
NS = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4")
tempBar='';barBuilt=0;ssmItems=new Array();
moving=setTimeout('null',1)
function moveOut() {
if ((NS6||NS)&&parseInt(ssm.left)<0 || IE && ssm.pixelLeft<0) {
clearTimeout(moving);moving = setTimeout('moveOut()', slideSpeed);slideMenu(10)}
else {clearTimeout(moving);moving=setTimeout('null',1)}};
function moveBack() {clearTimeout(moving);moving = setTimeout('moveBack1()', waitTime)}
function moveBack1() {
if ((NS6||NS) && parseInt(ssm.left)>(-menuWidth) || IE && ssm.pixelLeft>(-menuWidth)) {
clearTimeout(moving);moving = setTimeout('moveBack1()', slideSpeed);slideMenu(-10)}
else {clearTimeout(moving);moving=setTimeout('null',1)}}
function slideMenu(num){
if (IE) {ssm.pixelLeft += num;}
if (NS||NS6) {ssm.left = parseInt(ssm.left)+num;}
if (NS) {bssm.clip.right+=num;bssm2.clip.right+=num;}}
function makeStatic() {
if (NS||NS6) {winY = window.pageYOffset;}
if (IE) {winY = document.body.scrollTop;}
if (NS6||IE||NS) {
if (winY!=lastY&&winY>YOffset-staticYOffset) {
smooth = .2 * (winY - lastY - YOffset + staticYOffset);}
else if (YOffset-staticYOffset+lastY>YOffset-staticYOffset) {
smooth = .2 * (winY - lastY - (YOffset-(YOffset-winY)));}
else {smooth=0}
if(smooth > 0) smooth = Math.ceil(smooth);
else smooth = Math.floor(smooth);
if (IE) bssm.pixelTop+=smooth;
if (NS6||NS) bssm.top=parseInt(bssm.top)+smooth
lastY = lastY+smooth;
setTimeout('makeStatic()', 1)}}
function buildBar() {
if(barText.indexOf('<IMG')>-1) {tempBar=barText}
else{for (b=0;b<barText.length;b++) {tempBar+=barText.charAt(b)+"<BR>"}}
document.write('<td align="center" rowspan="'+ssmItems.length+1+'" width="'+barWidth+'" bgcolor="'+barBGColor+'" valign="'+barVAlign+'"><p align="center"><font face="'+barFontFamily+'" COLOR="'+barFontColor+'"><B>'+tempBar+'</B></font></p></TD>')}
function initSlide() {
if (NS6){ssm=document.getElementById("thessm").style;bssm=document.getElementById("basessm").style;
bssm.clip="rect(0 "+document.getElementById("thessm").offsetWidth+" "+document.getElementById("thessm").offsetHeight+" 0)";ssm.visibility="visible";}
else if (IE) {ssm=document.all("thessm").style;bssm=document.all("basessm").style
bssm.clip="rect(0 "+thessm.offsetWidth+" "+thessm.offsetHeight+" 0)";bssm.visibility = "visible";}
else if (NS) {bssm=document.layers["basessm1"];
bssm2=bssm.document.layers["basessm2"];ssm=bssm2.document.layers["thessm"];
bssm2.clip.left=0;ssm.visibility = "show";}
if (menuIsStatic=="yes") makeStatic();}
function buildMenu() {
if (IE||NS6) {document.write('<DIV ID="basessm" style="visibility:hidden;Position : Absolute ;Left : '+XOffset+' ;Top : '+YOffset+' ;Z-Index : 20;width:'+(menuWidth+barWidth+10)+'"><DIV ID="thessm" style="Position : Absolute ;Left : '+(-menuWidth)+' ;Top : 0 ;Z-Index : 20;" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS) {document.write('<LAYER name="basessm1" top="'+YOffset+'" LEFT='+XOffset+' visibility="show"><ILAYER name="basessm2"><LAYER visibility="hide" name="thessm" bgcolor="'+menuBGColor+'" left="'+(-menuWidth)+'" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS6){document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+(menuWidth+barWidth+2)+'" bgcolor="'+menuBGColor+'"><TR><TD>')}
document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+barWidth+2)+'" bgcolor="'+menuBGColor+'">');
for(i=0;i<ssmItems.length;i++) {
if (!ssmItems[i][3]) {
ssmItems[i][3]=menuCols;ssmItems[i][5]=menuWidth-1
} else if(ssmItems[i][3]!=menuCols) ssmItems[i][5]=Math.round(menuWidth*(ssmItems[i][3]/menuCols)-1);
if (ssmItems[i-1]&&ssmItems[i-1][4]!="no") {
document.write('<TR>')
}
if (!ssmItems[i][1]) {
document.write('<td bgcolor="'+hdrBGColor+'" HEIGHT="'+hdrHeight+'" ALIGN="'+hdrAlign+'" VALIGN="'+hdrVAlign+'" WIDTH="'+ssmItems[i][5]+'" COLSPAN="'+ssmItems[i][3]+'"> <font face="'+hdrFontFamily+'" COLOR="'+hdrFontColor+'">'+ssmItems[i][0]+'</font></td>');
} else {
if(!ssmItems[i][2]) ssmItems[i][2]=linkTarget;
// document.write('<TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" HEIGHT="'+hdrHeight+'" WIDTH="'+ssmItems[i][5]+'" COLSPAN="'+ssmItems[i][3]+'" style="Cursor:hand;" ALIGN="'+linkAlign+'" onclick="location.href=\''+ssmItems[i][1]+'\'"><FONT face="'+linkFontFamily+'" >'+ssmItems[i][0]+'</TD>');
document.write('<TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" HEIGHT="'+hdrHeight+'" WIDTH="'+ssmItems[i][5]+'" COLSPAN="'+ssmItems[i][3]+'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%" ALIGN="'+linkAlign+'"><DIV ALIGN="'+linkAlign+'"><FONT face="'+linkFontFamily+'" ><A HREF="'+ssmItems[i][1]+'" target="'+ssmItems[i][2]+'" CLASS="ssmItems">'+ssmItems[i][0]+'</DIV></LAYER></ILAYER></TD>');
}
if (ssmItems[i][4]!="no"&&barBuilt==0) {buildBar();barBuilt=1;}
if (ssmItems[i][4]!="no") {document.write('</TR>')}
}
document.write('</table>')
if (NS6){document.write('</TD></TR></TABLE>')}
if (IE||NS6) {document.write('</DIV></DIV>')}
if (NS) {document.write('</LAYER></ILAYER></LAYER>')}
theleft=-menuWidth;
lastY=0;
setTimeout('initSlide();', 1);
}
YOffset=90;
XOffset=0;
staticYOffset=40;
slideSpeed=6
waitTime=100;
staticMode="advanced"
menuHeader="論壇會員"
menuBGColor="<%=TableBackColor%>";
menuIsStatic="yes";
menuWidth=200;
menuCols=2;
hdrFontFamily="宋體, Arial, Helvetica";
hdrFontSize="2";
hdrFontColor="#333333";
hdrBGColor="<%=tabletitlecolor%>";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="宋體, Arial, Helvetica";
linkFontSize="2";
linkBGColor="<%=TableBodyColor%>";
linkOverBGColor="<%=aTableBodyColor%>";
linkTarget="_top";
linkAlign="center";
barBGColor="<%=tabletitlecolor%>";
barFontFamily="宋體, Arial, Helvetica";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=16;
barText="<%=ForumName%>娛樂菜單";
ssmItems[0]=["..::〖 論壇娛樂項目 〗::.. ", "", ""]
ssmItems[1]=["..::【 論壇銀行 】::.. ", "../bank.asp", ""]
ssmItems[2]=["..::【 足球博彩 】::.. ", "../gamble.asp", ""]
ssmItems[3]=["..::【 中國足彩 】::.. ", "../lottery.asp", ""]
ssmItems[4]=["..::【 百萬富翁 】::.. ", "../mplay.asp", ""]
ssmItems[5]=["..::【 超級市場 】::.. ", "../shop.asp", ""]
ssmItems[6]=["..::【 股票市場 】::.. ", "index.asp", ""]
ssmItems[7]=[" <a href=http://www.aspsky.net/>動網先鋒 <font face=Verdana, Arial, Helvetica, sans-serif size=1><b>AspSky<font color=#CC0000>.Net</font></b></font></a>", "", ""]
function clickhref(cHref) {window.location.href=cHref}
//onmousemove="menu_over(this);" onmouseout="menu_out(this);"
function menu_over(obj){
obj.style.backgroundColor="#f0F3Fa";
obj.style.color="#333333";
obj.style.cursor="hand";
}
function menu_out(obj){
obj.style.backgroundColor="#F2F8FF";
obj.style.color="#333333";
obj.style.cursor="";
}
buildMenu();
</SCRIPT>
<%
response.write "<link rel=stylesheet type=text/css href=../forum.css></head>"&_
"<body bgcolor=#ffffff alink=#333333 vlink=#333333 link=#333333 topmargin=0 leftmargin=0>"
response.write "<table width=95% align=center cellspacing=0 cellpadding=1 border=0 bgcolor="& Tablebackcolor &">"&_
"<tr><td>"&_
"<table style=color:"& TableFontcolor &" width=100% cellspacing=0 cellpadding=4 border=0 >"&_
"<tr bgcolor="& Tabletitlecolor &">"&_
"<td valign=middle ><FONT COLOR="& TableFontcolor &"> >>"
if membername="" then
response.write "歡迎您,<a href=../login.asp><FONT COLOR="& TableFontcolor &">請先登陸</FONT></a> | <a href=../reg.asp><FONT COLOR="& TableFontcolor &">注冊</FONT></a>"
else
response.write "歡迎您,<b>"& membername &"</b>: <a href=../login.asp><FONT COLOR="& TableFontcolor &">重登陸</FONT></a> | <a href=../MYMODIFY.ASP?name="& membername &">"&_
"<FONT COLOR="& TableFontcolor &">更改信息</FONT></a> | <a href=../usersms.asp><FONT COLOR="& TableFontcolor &">短消息</FONT></a> | "&_
"<a href=../favlist.asp><FONT COLOR="& TableFontcolor &">收藏</FONT></a>"
end if
response.write " | <a href=../toplist.asp?orders=1 ><FONT COLOR="& TableFontcolor &">發貼排行</FONT></a> | <a href=../query.asp?boardid="&boardid&"><FONT COLOR="& TableFontcolor &">搜索</FONT></a>"
response.write " | <a href=help.asp><FONT COLOR="& TableFontcolor &">幫助</FONT></a> | <a href=logout.asp><FONT COLOR="& TableFontcolor &">退出</FONT></a>"
if master then
response.write " | <a href=../admin_index.asp><FONT COLOR="& TableFontcolor &">管理</FONT></a>"
end if
response.write "</td><td valign=middle align=right><FONT COLOR="& TableFontcolor &_
"><a href='"& ForumURL &"'><img src=../pic/gohome.gif border=0></a></FONT>"&_
"</td></tr></table></td></tr></table>"&_
"<center><iframe src=../stat.asp width=""95%"" height=25 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=NO></iframe></center>"
end sub
sub headline(files)
response.write "<TABLE border=0 width=""95%"" align=center><TBODY><TR>"&_
"<TD vAlign=top width=""30%""><img border=0 src="&Forumlogo&"></TD>"&_
"<TD valign=middle align=top> <img src=../pic/closedfold.gif border=0> <a href=../index.asp>"&ForumName&"</a><br>"
Select Case files
case 1
response.write " <img src=../pic/bar.gif border=0 width=15 height=15><img src=../pic/closedfold.gif border=0> "&stats&""
case 2
response.write " <img src=../pic/bar.gif border=0 width=15 height=15><img src=../pic/closedfold.gif border=0> "&_
""&boardtype&""&_
"<br> <img src=../pic/bar.gif border=0 width=15 height=15><img src=../pic/openfold.gif border=0> "&htmlencode(replace(stats,boardtype,""))&""
end select
response.write "<a name=top></a></TD></TR></TBODY></TABLE><br>"
end sub
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -