list.asp

来自「房地产管理系统 vb写的,很不错!!!!!!!!!!!」· ASP 代码 · 共 94 行

ASP
94
字号
<%
If session("manager")="" Then
  Response.Redirect("manage.asp")
  Response.end
 End If
%><link href="../../ht.css" rel="stylesheet" type="text/css"> 
<table width="145" border="0" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="23"> <div align="center"><font color="#FFCC00">网站信息管理</font></div></td>
  </tr>
  <%if session("gonggao")="1" then%>
  <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="../gonggao.asp">公告管理</a> 
    </td>
  </tr>
  <%end if%>
  <%if session("news")="1" then%>
  <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="../news_del.asp">新闻专区</a></td>
  </tr>
  <%end if%>
  <%if session("newhouse")="1" then%>
  <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="../newhouse_del.asp">楼盘展示</a></td>
  </tr>
  <%end if%>
  <%if session("Tjhouse")="1" then%>
  <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="../Tj_Del.Asp">推荐楼盘管理</a></td>
  </tr>
  <%end if%>
  <%if session("house")="1" then%>
  <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="../hs.asp">房产信息</a></td>
  </tr>
  <%end if%>
  <%if session("Tjrecomco")="1" then%>
  <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="../recomco_del.asp">推荐公司</a> 
    </td>
  </tr>
  <%end if%>
  <%if session("gbook")="1" then%>
  <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="../gbook_back.asp">留言管理</a></td>
  </tr>
  <%end if%>
  <%if session("link")="1" then%>
  <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="../link_add.asp">友情链接</a></td>
  </tr>
  
  <%end if%>
  <%if session("pinguren")="1" then%>
  <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="../pinguren_del.asp">评估师信息</a></td>
  </tr>
  <%end if%>
   <%if session("jj")="1" then%>
  <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="Jj_Del.Asp">家居饰品管理</a> 
    </td>
  </tr>
  <%end if%>
  <%if session("member")="1" then%>
  <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="../member_del.asp?stype=0">个人会员管理</a> 
    </td>
  </tr>
    <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="../member_del.asp?stype=1">中介会员管理</a> 
    </td>
  </tr>
    <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="../member_del.asp?stype=-1">中介会员<font color="#FF0000">审核</font></a> 
    </td>
  </tr>
  <%end if%>
  <%if session("ADMIN")="1" then%>
  <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="../UpDate.Asp">数据库备份</a></td>
  </tr>
  <tr> 
    <td height="23">  <img src="../../images/icon2.gif" width="13" height="12"> <a href="../manager_add.asp">管理员信息</a></td>
  </tr>
  <%end if%>
  <tr> 
    <td height="23"> <div align="center"><a href="../logout.asp"><font color="#FFCC00">退出系统</font></a></div></td>
  </tr>
  <tr> 
    <td height="23"> </td>
  </tr>
</table>

⌨️ 快捷键说明

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