head.asp
来自「人民医院眼科全站」· ASP 代码 · 共 46 行
ASP
46 行
<table width="650" border="0" cellpadding="0" cellspacing="0" align="center" class="table004">
<tr>
<td>
<table border="0" width="650" cellspacing="0" cellpadding="3" class="table002">
<tr>
<td width="233">>> <a href="<%=homepage%>"><img src=images/home.gif align=absmiddle border=0 alt=返回主页></a></td>
<td width="*"><a href="post.asp"><img border=0 align=absmiddle src=images/post.gif alt="发新留言"></a></td>
<td width="320" style="letter-spacing: 1" align="right">
<% if not theUser.reged then %>
<a href="index.asp">首页</a>:<a href="login.asp">登陆</a>:<a href="reg.asp">注册</a>:<a href="best.asp" title="留言精华">精华</a>:<a href="topList.asp" title="留言排行" >排行</a>
<% elseif not theUser.master then %>
<a href="index.asp">首页</a>:<a href="userModify.asp" title="修改个人资料">修改</a>:<a href="private.asp" title="查看悄悄话">悄悄话</a>:<a href="best.asp" title="留言精华">精华</a>:<a href="topList.asp" title="留言排行" >排行</a>:<a href=logout.asp title=退出登陆>退出</a>
<% elseif not theUser.admin then %>
<a href="index.asp">首页</a>:<a href="userModify.asp" title="修改个人资料">修改</a>:<a href="private.asp" title="查看悄悄话">悄悄话</a>:<a href="best.asp" title="留言精华">精华</a>:<a href="topList.asp" title="留言排行" >排行</a>:<a href=logout.asp title=退出登陆>退出</a>
<% else %>
<a href="index.asp">首页</a>:<a href="userModify.asp" title="修改个人资料">修改</a>:<a href="private.asp" title="查看悄悄话">悄悄话</a>:<a href="best.asp" title="留言精华">精华</a>:<a href="topList.asp" title="留言排行" >排行</a>:<a href="admin_const.asp" title="管理员管理">管理</a>:<a href=logout.asp title=退出登陆>退出</a>
<% end if %>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="650" border="0" align="center">
<tr>
<td>
<img src="images/style.gif" align=absmiddle>
<%if style=1 then
response.write "<a href=style.asp?style=2>讨论区方式查看</a>"
else
response.write "<a href=style.asp?style=1>留言本方式查看</a>"
end if
%>
</td>
<td align="right">
界面风格:
<a href=skin.asp?skin=1><img src=style/1.gif border=0 align=top title=清新典雅></a>
<a href=skin.asp?skin=2><img src=style/2.gif border=0 align=top title=粉红回忆></a>
<a href=skin.asp?skin=3><img src=style/3.gif border=0 align=top title=银灰世界></a>
<a href=skin.asp?skin=4><img src=style/4.gif border=0 align=top title=金壁辉煌></a>
<a href=skin.asp?skin=5><img src=style/5.gif border=0 align=top title=白色如雪></a>
<a href=skin.asp?skin=6><img src=style/6.gif border=0 align=top title=粉红回忆2></a>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?