📄 top.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> </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> </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 + -