inc_button.asp

来自「讲的是网络编程」· ASP 代码 · 共 75 行

ASP
75
字号
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td height="5" align="center"></td>
  </tr>
  <tr>
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>Main.asp">管理首页</a></td>
  </tr>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>makehtm.asp">生成管理</a></td>
  </tr>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>MemberMgr.asp">会员管理</a></td>
  </tr>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>NewsMgr.asp">新闻管理</a></td>
  </tr>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>InfoMgr.asp">信息管理</a></td>
  </tr>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>ClassManage.asp">信息分类</a></td>
  </tr>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>hyClassManage.asp">黄页分类</a></td>
  </tr>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>mxdq.asp">地区设置</a></td>
  </tr>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>FeedBack.asp">反馈管理</a></td>
  </tr>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>LinkMgr.asp">链接管理</a></td>
  </tr>
  <%if Session("intUserLevel") > 2 then%>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>AboutUs.asp">公司简介</a></td>
  </tr>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>Contact.asp">联系方式</a></td>
  </tr>
  <tr> 
	<td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>SysUser.asp">用户管理</a></td>
  </tr>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> 
	<a href="<%=strml%>IpLock.Asp">限制 IP</a></td>
  </tr>
  <%If is_sqldata=0 Then%>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> 
	<a href="<%=strml%>Database.asp?Action=Backup">备份数据</a></td>
  </tr>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> 
	<a href="<%=strml%>Database.asp?Action=Compact">压缩数据</a></td>
  </tr>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> 
	<a href="<%=strml%>Database.asp?Action=Restore">恢复数据</a></td>
  </tr><%end if%>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>SysConfig.asp">参数设置</a></td>
  </tr>
  <tr> 
    <td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="<%=strml%>ad/list.asp">广告管理</a></td>
  </tr>
  <%end if%>
  <tr> 
	<td height="25" align="center"><img src="<% = strImageUrl%>Folder.gif" width="13" height="16"> <a href="LogOut.asp"><font color="#FF0000">退出管理</font></a></td>
  </tr>
  <tr> 
	<td height="5" align="center"></td>
  </tr>
</table>

⌨️ 快捷键说明

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