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

📄 system.asp

📁 中介之家房产中介系统 V4.0企业共享版
💻 ASP
字号:
<!--#include file=../conn/conn1.asp --><!--#include file="char.inc"-->
<% if request.cookies("okadmin")="" and request.cookies("rank")="" then
  response.redirect "login.asp"
end if 
Set rs = Server.CreateObject("ADODB.Recordset")
sql ="SELECT * From system Order By id DESC"
RS.open sql,Conn,1,1
%><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="../images/realty.css" rel="stylesheet" type="text/css">
</head>

<body bgcolor="#6699FF">
<form method="post" action="systemsave.asp" name="system">
  <div align="center">
    <center>
      <table width="500" border="1" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="<%=rs9("border")%>">
        <tr bgcolor="#FFFFFF"> 
          <td height="24" colspan="3"> 
            <div align="center">网站属性设置</div></td>
        </tr>
        <tr> 
          <td width="18%" height="24" align="right" bgcolor="#FFFFFF"><font color=red>*</font>网站名称:</td>
          <td width="82%" height="24" colspan="2" align="left" bgcolor="#FFFFFF"> 
            <input type="text" name="name" size="50" value="<%=rs("name")%>" style="font-family: 宋体; font-size: 9pt"> 
          </td>
        </tr>
        <tr> 
          <td width="18%" height="24" align="right" bgcolor="#FFFFFF"><font color=red>*</font>网站地址:</td>
          <td width="82%" height="24" colspan="2" align="left" bgcolor="#FFFFFF"> 
            http:// 
            <input name="url" type="text" id="url" style="font-family: 宋体; font-size: 9pt" value="<%=rs("url")%>" size="40">
            / (指系统所在地址,如http://你的域名/jn)</td>
        </tr>
        <tr> 
          <td width="18%" height="24" align="right" bgcolor="#FFFFFF"><font color=red>*</font>网管信箱:</td>
          <td width="82%" height="24" colspan="2" align="left" bgcolor="#FFFFFF"> 
            <input name="mail" type="text" id="mail" style="font-family: 宋体; font-size: 9pt" value="<%=rs("mail")%>" size="50"> 
          </td>
        </tr>
        <tr> 
          <td width="18%" height="24" align="right" bgcolor="#FFFFFF">版权说明:</td>
          <td width="82%" height="24" colspan="2" align="left" bgcolor="#FFFFFF"> 
            <font color="#000000">[<%=rs("Copyright")%>]</font></td>
        </tr>
        <tr> 
          <td width="18%" height="24" align="right" bgcolor="#FFFFFF">版本信息:</td>
          <td width="82%" height="24" colspan="2" align="left" bgcolor="#FFFFFF"> 
            <font color="#000000"> [<%=rs("version")%>&nbsp;<%=rs("ver")%>]</font></td>
        </tr>
        <tr> 
          <td height="24" colspan="3" bgcolor="#FFFFFF"> 
            <div align="center"> 
              <input type="submit" name="Submit" value="提交" style="font-family: 宋体; font-size: 9pt">
              <input type="reset" name="Submit2" value="重设" style="font-family: 宋体; font-size: 9pt">
            </div></td>
        </tr>
      </table>
    </center>
  </div>
</form>

</body>
</html>

⌨️ 快捷键说明

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