⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 top.asp

📁 WEB2.0圈子交友平台,以用户影音创意和分享为主导, 为用户提供:圈子,个人空间,博客,话题,相册,分类信息,短信,交友等免费服务,致力打造中国第一套 WEB2.0交友系统开源网站.
💻 ASP
字号:

<div id="top-wrap">
<%if request.Cookies("UserName")<>"" then%>
<div id="top-info"><span class="right"><strong>您好! <%=request.Cookies("UserName")%></strong> -
<a href="<%=cityurl%>person" id="my"><strong class="yellowtext">个人中心</strong></a>
    - <a href="<%=cityurl%>help.asp">帮助</a>
	 - <a href="<%=cityurl%>logout.asp">退出</a>&nbsp;&nbsp;</span><a href="<%=cityurl%>"><%=cityname%></a>
  </div>
 <%else%>
 
 <div id="top-info">
 <FORM class="left" id="login" name="form1" action="<%=cityurl%>chklogin.asp" method="post" style="margin-top:0px; ">
 <span class="right">
 用户名:<input  name="txtUserName" class="line" size="10" style="width:60px; height:13px;">
 密 码: <input name="txtPassword" type="password"  class="line" size="10"  style="width:60px; height:13px;">
 <input type="submit" name="Submit" value="登 录"> 
       <a href="/register.asp">免费注册</a>
	 - <a href="/help.asp">帮助</a>&nbsp;&nbsp;</span>
    </form>
	 <a href="<%=cityurl%>"><%=cityname%></a>
  </div>
  
  <%end if%> 
  
  
<div id="top">
    <div id="logo"><%=title%><br /><span><a href="<%=usertwourl%>" title="网址"><%=usertwourl%></a> - 
	<a href="javascript:copyurl('<%=usertwourl%>');" title="复制地址" id="copyUrl">复制</a> - 
<a onClick="window.external.addFavorite('<%=usertwourl%>','<%=title%>')">收藏圈子</a> 
</span></div>
</div>
<div id="menu">
<a href="index.asp?id=<%=id%>" <%if request("action")="" then%>class="selectTag"<%end if%>>首页</a><span class="hiddenTop">|</span>
<a href="activitx.asp?id=<%=id%>&action=activitx" <%if request("action")="activitx" then%>class="selectTag"<%end if%>>活动</a><span class="hiddenTop">|</span>
<a href="bbs.asp?id=<%=id%>&action=bbs" <%if request("action")="bbs" then%>class="selectTag"<%end if%>>话题</a><span class="hiddenTop">|</span>
<a href="photo.asp?id=<%=id%>&action=photo" <%if request("action")="photo" then%>class="selectTag"<%end if%>>相册</a><span class="hiddenTop">|</span>
<a href="member.asp?id=<%=id%>&action=member" <%if request("action")="member" then%>class="selectTag"<%end if%>>成员</a><span class="hiddenTop">|</span>
<a href="info.asp?id=<%=id%>&action=info" <%if request("action")="info" then%>class="selectTag"<%end if%>>招贴</a>
<span class="hiddenTop">|</span><a href="<%=cityurl%>club/index.asp?id=<%=id%>" class="redtext2" target="_blank">管理圈子</a>
</div>
</div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -