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

📄 system.asp

📁 综合信息管理系统
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file=conn.asp -->
<%
IF Session("KEY")<>"super"THEN
response.redirect "index_face.asp"
response.end
END IF
response.buffer=true
Response.Expires=0

Set rs9 = Server.CreateObject("ADODB.Recordset")
sql9 ="SELECT * From system Order By id DESC"
RS9.open sql9,Conn,1,1
%>

<html>
<head>
<title>系统更改</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {  font-size: 9pt}
table {  font-size: 9pt}
-->
</style>
</head>

<body bgcolor="#FFFFFF">
<form method="post" action="systemsave.asp" name="system">
  <br>
  <table width="90%" border="0" cellspacing="1" cellpadding="0" align="center" bordercolorlight="#CCCCFF" bordercolordark="#FFFFFF" bgcolor="#000000">
    <tr bgcolor="#abb8d6"> 
      <td colspan="3" height="44"> 
        <div align="center">系 统 设 置</div>
      </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">*主页名称:</td>
      <td height="24" colspan="2" align="left"> 
        <input type="text" name="name" size="50" value="<%=rs9("name")%>" style="font-family: 宋体; font-size: 9pt">
      </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">*主页地址:</td>
      <td height="24" colspan="2" align="left"> http:// 
        <input type="text" name="xpurl" size="40" value="<%=rs9("xpurl")%>" style="font-family: 宋体; font-size: 9pt">
        / </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">*主页信箱:</td>
      <td height="24" colspan="2" align="left"> 
        <input type="text" name="email" size="50" value="<%=rs9("email")%>" style="font-family: 宋体; font-size: 9pt">
      </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">版权说明:</td>
      <td height="24" colspan="2" align="left"> 
        <input type="text" name="copyright" size="50" value="<%=rs9("Copyright")%>" style="font-family: 宋体; font-size: 9pt">
        <font color="#666666"> </font></td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">版本信息:</td>
      <td height="24" colspan="2" align="left"> <font color="#000000"><b>
        <% if rs9("Version") <> "" then Response.Write("[ " & rs9("Version") & " ]") else Response.Write("[不能读取版本信息]") %>
        </b></font></td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">LOGO图片:</td>
      <td height="24" colspan="2" align="left"> 
        <input type="text" name="logo" size="50" value="<%=rs9("logo")%>" style="font-family: 宋体; font-size: 9pt">
      </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">广告图片:</td>
      <td height="24" colspan="2" align="left"> 
        <input type="text" name="banner" size="50" value="<%=rs9("banner")%>" style="font-family: 宋体; font-size: 9pt">
      </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">广告条链接:</td>
      <td height="24" colspan="2" align="left"> 
        <input type="text" name="bannerurl" size="50" value="<%=rs9("bannerurl")%>" style="font-family: 宋体; font-size: 9pt">
      </td>
    </tr>
  <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">图片上传方式:</td>
      <td height="24" colspan="2" align="left"> 
        <select name="upload" size="1" style="font-family: 宋体; font-size: 9pt"><option <%if rs9("upload")="1" then%>selected<%end if%> value="1">有组件方式</option><option <%if rs9("upload")="0" then%>selected<%end if%> value="0">无组件方式</option>
</select>点击“<a href=javascript:alert("有组件方式指上传图片必须在服务器上注\n册&nbsp;fileup.dll,操作方式为双击admin目录中\n的组件注册.bat&nbsp;即可。而无组件方式无此\n必要,直接将所有文件传到服务器就可使\n用,但上传图片有大小限制。")>这里</a>”查看详细说明。
      </td>
    </tr>
<tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">文章默认状态:</td>
      <td height="24" colspan="2" align="left"> 
        <select name="usecheck" size="1" style="font-family: 宋体; font-size: 9pt"><option <%if rs9("usecheck")="1" then%>selected<%end if%> value="1">已审核</option><option <%if rs9("usecheck")="0" then%>selected<%end if%> value="0">未审核</option>
</select>点击“<a href=javascript:alert("已审核指文章录入员添加文章后,文章不\n必经过系统管理员或文章审核员的审核就\n可显示出来。而未审核指文章录入员添加\n文章后,文章不直接显示出来,必须经过\n系统管理员和文章审核员的审核后才会显\n示。系统管理员和文章审核员不受此限。")>这里</a>”查看详细说明。
      </td>
    </tr>
<tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">大类注释状态:</td>
      <td height="24" colspan="2" align="left"> 
        <select name="zs" size="1" style="font-family: 宋体; font-size: 9pt"><option <%if rs9("zs")="1" then%>selected<%end if%> value="1">启用</option><option <%if rs9("zs")="0" then%>selected<%end if%> value="0">未用</option>
</select>点击“<a href=javascript:alert("大类注释启用后,将会在查看大类文章时\n出现大类的提示信息,未启用则不出现。\n当然,前提是该大类要有提示信息。")>这里</a>”查看详细说明。
      </td>
    </tr>
<tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">小类注释状态:</td>
      <td height="24" colspan="2" align="left"> 
        <select name="zs1" size="1" style="font-family: 宋体; font-size: 9pt"><option <%if rs9("zs1")="1" then%>selected<%end if%> value="1">启用</option><option <%if rs9("zs1")="0" then%>selected<%end if%> value="0">未用</option>
</select>点击“<a href=javascript:alert("小类注释启用后,将会在查看小类文章时\n出现小类的提示信息,未启用则不出现。\n当然,前提是该小类要有提示信息。")>这里</a>”查看详细说明。
      </td>
    </tr>
<tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">专题注释状态:</td>
      <td height="24" colspan="2" align="left"> 
        <select name="zs2" size="1" style="font-family: 宋体; font-size: 9pt"><option <%if rs9("zs2")="1" then%>selected<%end if%> value="1">启用</option><option <%if rs9("zs2")="0" then%>selected<%end if%> value="0">未用</option>
</select>点击“<a href=javascript:alert("专题注释启用后,将会在查看专题文章时\n出现专题的提示信息,未启用则不出现。\n当然,前提是该专题要有提示信息。")>这里</a>”查看详细说明。
      </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td colspan="3" height="24" align="center">显示条数设置</td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">新闻显示条数:</td>
      <td height="24" colspan="2" align="left"> 
        <input type="text" name="top_news" size="50" value="<%=rs9("top_news")%>" maxlength="2" style="font-family: 宋体; font-size: 9pt">
      </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">专题显示条数:</td>
      <td height="24" colspan="2" align="left"> 
        <input type="text" name="top_sp" size="50" value="<%=rs9("top_sp")%>" maxlength="2" style="font-family: 宋体; font-size: 9pt">
      </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">热点图片条数:</td>
      <td height="24" colspan="2" align="left"> 
        <input type="text" name="top_txt" size="50" value="<%=rs9("top_txt")%>" maxlength="2" style="font-family: 宋体; font-size: 9pt">
      </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">图片排行条数:</td>
      <td height="24" colspan="2" align="left"> 
        <input type="text" name="top_img" size="50" value="<%=rs9("top_img")%>" maxlength="2" style="font-family: 宋体; font-size: 9pt">
      </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td colspan="3" height="24" align="center">版 面 设 计 </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">背景图片:</td>
      <td height="24" colspan="2" align="left"> 
        <input type="text" name="bgimg" size="50" value="<%=rs9("bgimg")%>" style="font-family: 宋体; font-size: 9pt">
      </td>
    </tr>
    <tr bgcolor="#FFFFFF"> 
      <td width="128" align="right" height="24">背景色:</td>
      <td width="100" height="24" align="center"> 
        <input type="text" name="bgcolor" size="10" value="<%=rs9("bgcolor")%>" style="font-family: 宋体; font-size: 9pt">
      </td>
      <td rowspan="14" width="50%" bgcolor="<%=rs9("bgcolor")%>" align="center"> 
        <table width="90%" border="0" cellspacing="1" cellpadding="0" bgcolor="<%=RS9("border")%>" align="center">
          <tr> 
            <td bgcolor="<%=RS9("t_bg")%>" align="center" height="30"> 
              <p> 上 </p>
            </td>
          </tr>
        </table>
        <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
          <tr> 
            <td bgcolor="<%=RS9("border")%>" width="1"></td>
            <td bgcolor="<%=RS9("t_m_bg")%>" align="center">隔栏</td>
            <td bgcolor="<%=RS9("border")%>" width="1"></td>
          </tr>
        </table>
        <table width="90%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td bgcolor="<%=RS9("border")%>" height="1"></td>
          </tr>
        </table>
        <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="<%=RS9("border")%>">
          <tr> 
            <td bgcolor="<%=RS9("border")%>" width="1" height="232"></td>
            <td bgcolor="<%=RS9("l_bg")%>" width="20%" height="232" valign="top" align="center"> 
              <table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="<%=RS9("l_top")%>">
                <tr> 
                  <td align="center">表头</td>
                </tr>
                <tr> 
                  <td bgcolor="<%=RS9("l_main")%>" align="center"> 
                    <p>&nbsp;</p>
                    <p>左</p>
                    <p>&nbsp;</p>
                  </td>
                </tr>
              </table>
              <p>&nbsp;</p>
              <p>底</p>
            </td>
            <td bgcolor="<%=RS9("border")%>" width="1" height="232" valign="top"></td>

⌨️ 快捷键说明

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