📄 top.asp
字号:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="7" align="center" background="images/i_1.gif"></td>
</tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="183" height="42" align="center">
<%
IF Trim(ShopLogo) = "" Then
Else
%>
<a href="./" target="_blank"><img src="<%=ViewImageFile%>?w=180&h=80&picUrl=<%=ThenURLName%><%=ShopLogo%>" alt="<%=ShopName%>-<%=ShopTitle%>" name="ShopLogo" border="0"></a>
<%End IF%>
</td>
<td align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" align="right"><a href="../../../Search" target="_blank" class="top"><font color="#000000">引擎首页</font></a><font color="#000000">
| <a href="../../../Reg/" target="_blank" class="top">注册</a> |
<%if Session("XiaBoleUserName")="" then%>
<a href="../../../admin/" target="_blank" class="top">登录</a>
<%else%>
<a href="../../../admin/" target="_blank" class="top">管理</a> | <a href="../../../Reg/i_logout.asp" target="_top" class="top">退出</a>
<%end if%>
| <a href="javascript:;" onClick="javascript:window.open('../../../LeaveWord/Impeach.asp?ShopNumberID=<%=ShopNumberID%>','Impeach','width=660,height=520,toolbar=yes, status=no, menubar=no, resizable=no, scrollbars=yes');" class="top">投诉卖家</a>
| <span class=text_2><a href="javascript:;" onClick="javascript:window.open('../../../LeaveWord/Advice.asp','Advice','width=660,height=500,toolbar=yes, status=no, menubar=no, resizable=no, scrollbars=yes');" class="top">建议</a></span>
| <a href="../../../Search/Help.asp" target="_blank" class="top">帮助</a></font> </td>
</tr>
<tr>
<td height="50" align="left"><a href="./"><img src="images/i_5.gif" width="70" height="35" border="0"></a><a href="News.asp"><img src="images/i_6.gif" width="98" height="35" border="0"></a><a href="Products.asp"><img src="images/i_7.gif" width="98" height="35" border="0"></a><a href="SeaveInfo.asp"><img src="images/i_8.gif" width="98" height="35" border="0"></a><a href="Ask.asp"><img src="images/i_9.gif" width="97" height="35" border="0"></a><a href="javascript:;" onClick="javascript:window.open('../../../OrderForm/Order.asp','Order','width=660,height=500,toolbar=yes, status=no, menubar=no, resizable=no, scrollbars=yes');"><img src="images/i_10.gif" width="91" height="34" border="0"></a></td>
</tr>
</table></td>
</tr>
</table>
<%IF Int(Mould_Setup(18)) = 0 Then%>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<%
Set Rs = Conn_s.Execute("Select * From Txt_Setup Where NumberID = 1")
IF Not Rs.eof Then
Response.Write Rs("Body")
End IF
Rs.Close
Set Rs = Nothing
%>
</td>
</tr>
</table>
<%End iF%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -