📄 top.asp
字号:
<SCRIPT language=JavaScript src="<%=cityurl%>images/main.js" type=text/JavaScript></SCRIPT>
<SCRIPT language=javascript src="<%=cityurl%>images/memu.js" type=text/JavaScript></SCRIPT>
<SCRIPT language=javascript src="<%=cityurl%>images/menu.js" type=text/JavaScript></SCRIPT>
<SCRIPT language=javascript src="<%=cityurl%>images/common.js" type=text/javascript></SCRIPT>
<DIV class=top-login id=my_menu style="DISPLAY: none; WIDTH: 90px"><A
href="<%=cityurl%>person/group.asp"> 我的圈子 </A><BR><A
href="<%=cityurl%>person/activitx.asp"> 我的活动 </A><BR><A
href="<%=cityurl%>person/bbs.asp"> 我的话题 </A><BR><A
href="<%=cityurl%>person/blog.asp"> 我的博客 </A><BR>
<A href="<%=cityurl%>person/photo.asp"> 我的相片 </A><BR>
<A href="<%=cityurl%>person/info.asp"> 分类信息 </A><BR>
<A href="<%=cityurl%>person/user.asp"> 我的好友 </A><BR>
<A href="<%=cityurl%>person/soudao.asp"> 我的信箱 </A><BR>
<A href="<%=cityurl%>person/member.asp"> 修改资料 </A><BR>
<A href="<%=cityurl%>person/web.asp"> 邀请好友 </A><BR></DIV>
<DIV id=top>
<DIV id=wrap-top>
<DIV></DIV></DIV>
<DIV id=logo>
<%if request.Cookies("userid")="" then%>
<div id="top-info">
<SCRIPT language=JavaScript>
<!--
document.write('<a href="#" onClick="showLogin(this);return false;">登陆</a>');
function showLogin(obj){
showmemu(obj,'putLogin');
document.getElementById("putLogin").innerHTML='<div id="userlogin"></div><FORM class="left" id="login" name="form1" action="<%=cityurl%>chklogin.asp" method="post" style="margin-top:0px; ">用户名:<input name="txtUserName" id="txtUserName" type="text" size="12" class="but2" /><br>密 码:<input name="txtPassword" type="password" id="txtPassword" size="12" class="but2" /><br> <input name="Submit" type="submit" value=" 登 陆 " onClick="calllogin();"/> <input name="delsubmit" type="submit" value=" 取 消 " onClick="closememu(this,\'putLogin\');document.getElementById(\'putLogin\').innerHTML=\'\'"/></FORM>';
}
// -->
</SCRIPT> -
<a href="<%=cityurl%>register.asp">免费注册</a> -
<a onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('<%=cityurl%>')">设为首页</a> -
<a onClick="window.external.addFavorite('<%=cityurl%>','<%=cityname%>')">加入收藏</a> -
<a href="<%=cityurl%>help.asp">帮助</a>
<br /><form name="findOrgform" action="<%=cityurl%>group/search.asp" method="post" >
<input type="text" name="word" size="25" />
<input type="Submit" name="Submit" value="找圈子" />
</form></div>
<%else%>
<DIV id=top-info>
<strong>您好! <%=request.Cookies("UserName")%></strong>
<a href="<%=cityurl%>person/web.asp" title="邀请好友"><strong>邀请好友</strong></a> -
<a href="<%=cityurl%>person" id="my" onmouseover="showMenu(this.id)"><strong class="yellowtext">个人中心</strong></a> -
<a onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('<%=cityurl%>')">设为首页</a> -
<a href="<%=cityurl%>help.asp">帮助</a> -
<a href="<%=cityurl%>logout.asp">退出</a>
<BR>
<form name="findOrgform" action="<%=cityurl%>group/search.asp" method="post" >
<input type="text" name="word" size="25" />
<input type="Submit" name="Submit" value="找圈子" />
</form></DIV>
<%end if%></DIV>
<DIV id=top-menu>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD id=top-menu-l> </TD>
<TD id=top-menu-c>
<A onfocus=this.blur() href="index.asp?id=<%=id%>">首 页</A>
<A onfocus=this.blur() href="blog.asp?id=<%=id%>">博 客</A>
<A onfocus=this.blur() href="photo.asp?id=<%=id%>">相 册</A>
<A onfocus=this.blur() href="bbs.asp?id=<%=id%>">话 题</A>
<A onfocus=this.blur() href="group.asp?id=<%=id%>">圈 子</A>
<A onfocus=this.blur() href="activitx.asp?id=<%=id%>">活 动</A>
<A onfocus=this.blur() href="info.asp?id=<%=id%>">招 贴</A>
<A onfocus=this.blur() href="count.asp?id=<%=id%>">资 料</A>
<A onfocus=this.blur() href="book.asp?id=<%=id%>">给我留言</A></TD>
<TD id=top-menu-r> </TD></TR></TBODY></TABLE></DIV></DIV>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -