📄 all_second_top.asp
字号:
<%
'-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
' 功能:二级导航栏显示功能
' @Language=VBscript
'-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
%>
<TABLE BORDER=0 WIDTH=100% CELLSPACING=0 CELLPADDING=0>
<TR>
<TD BGCOLOR=#CCCCCC><IMG SRC="/images/dot.gif" WIDTH="1" HEIGHT="5" BORDER=0 ></TD>
</TR>
<TR>
<TD BGCOLOR=#CCCCCC VALIGN=bottom>
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR>
<TD><IMG SRC="/images/dot.gif" WIDTH="20" HEIGHT="1" BORDER=0 ></TD>
<%if instr(sNowVirtualPath,"/admin/userinfo/")<>0 Then %>
<TD ALIGN=center><A HREF="/admin/userinfo/index.asp">浏览/管理用户</A></TD>
<%end if %>
<%if instr(sNowVirtualPath,"/admin/store/")<>0 Then %>
<TD ALIGN=center><A HREF="/admin/store/index.asp">浏览物品</A> | <A HREF="/admin/store/add.asp">添加物品</A> | <A HREF="/admin/store/ListSpe.asp">特价物品</A></TD>
<%end if %>
<%if instr(sNowVirtualPath,"/admin/orderForm/")<>0 Then %>
<TD ALIGN=center><A HREF="/admin/orderForm/index.asp">订单管理</TD>
<%end if %>
<%if instr(sNowVirtualPath,"/admin/level/")<>0 Then %>
<TD ALIGN=center><A HREF="/admin/level/index.asp">浏览管理员</A>| <A HREF="/admin/level/add.asp">添加管理员</A></TD>
<%end if %>
<%if instr(sNowVirtualPath,"/admin/bulletin/")<>0 Then %>
<TD ALIGN=center><A HREF="/admin/bulletin/index.asp">浏览公告</A>| <A HREF="/admin/bulletin/add.asp">添加公告</A></TD>
<%end if %>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD BGCOLOR=#CCCCCC><IMG SRC="/images/dot.gif" WIDTH="1" HEIGHT="3" BORDER=0></TD>
</TR>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -