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

📄 center.asp

📁 本源代码为大学生购物网的源代码,欢迎大家的下载,学习与交流
💻 ASP
字号:
<TABLE cellSpacing=0 cellPadding=0 width="173" border=0>
<TBODY>
<TR> 
<TD width="173"><img border="0" src="images/left7.gif" width="173" height="63"></TD>
</TR>
<TR> 
<TD> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR> 
<TD><table width="100%" border="0">
<tr> 
<td>&nbsp; 
<img border="0" src="images/dot.gif" width="4" height="8"> <a href="First.asp" target=_blank>新手上路单元</a></td>
</tr>
<tr> 
<td>&nbsp; 
<img border="0" src="images/dot.gif" width="4" height="8"> <a href="user_edit.asp">基本资料管理</a></td>
</tr>
<tr> 
<td>&nbsp; 
<img border="0" src="images/dot.gif" width="4" height="8"> <a href="changpw.asp">用户密码修改</a></td>
</tr>
<tr> 
<td>&nbsp; 
<img border="0" src="images/dot.gif" width="4" height="8"> <a href="usercenter.asp">站内短信服务</a></td>
</tr>

<%
	 strsqs="select * from user_info where user_id="&session("user_id")&""
	 set rss=conn.execute(strsqs)
	 if rss("font")="2" then
	 %> 
<tr> 
<td>&nbsp; <img border="0" src="images/dot.gif" width="4" height="8"> <a href="shopreg.asp">我要申请店铺</a></td>
</tr>
  <%
	  elseif rss("font")="1" then
	  %>


<tr> 
<td>&nbsp; 
<img border="0" src="images/dot.gif" width="4" height="8">
<a href="shop_img.asp">店铺标志管理</a></td>
</tr>

<tr> 
<td>&nbsp; 
<img border="0" src="images/dot.gif" width="4" height="8">
<a href="shop_edit.asp">修改店铺资料</a></td>
</tr>
<tr> 
<td>&nbsp;
<img border="0" src="images/dot.gif" width="4" height="8"> <a href="goods.asp">管理店铺商品</a></td>
</tr>
<tr>
<td>&nbsp;
<img border="0" src="images/dot.gif" width="4" height="8"> <a href="shopnews.asp">管理店铺新闻</a></td>
</tr>
<tr>
<td>&nbsp;
<img border="0" src="images/dot.gif" width="4" height="8"> <a href="shoplink.asp">管理店铺连接</a></td>
</tr>
<tr> 
<td>&nbsp; <img border="0" src="images/dot.gif" width="4" height="8">
<a href="goods_add.asp">发布店铺商品</a></td>
</tr>
<tr> 
<td>&nbsp; <img border="0" src="images/dot.gif" width="4" height="8">
<a href="shop_annouce.asp">发布店铺公告</a></td>
</tr>
<tr> 
<td>&nbsp; <img border="0" src="images/dot.gif" width="4" height="8"> <a href="help.asp" target=_blank>店铺使用帮助</a></td>
</tr>

<%
	  elseif rss("font")="0" then
	  %>
	  <tr>
        <td>&nbsp; <img border="0" src="images/dot.gif" width="4" height="8"> 店铺正在审核</td>
      </tr>
		  <%
	  end if	  
	  %>

<tr> 
<td>&nbsp; <img border="0" src="images/dot.gif" width="4" height="8">
<a href="user_logout.asp">退出控制面板</a></td>
</tr>

</table></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TABLE>

⌨️ 快捷键说明

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