www.gusucode.com > 星云DJ舞曲 4.5a源码程序 > admin/admin_constmodify.asp

    <!--#include file="inc/char.inc"-->
<!--#include file="checkadmin.inc"-->
<!--#include file="const.asp"-->
<html>
<head>
<title>后台管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="Admin_Style.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0">
<form method="POST" action="admin_ConstSave.asp" id=form2 name=form2>
<table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" class="border" id="AutoNumber3">
  <tr class="topbg"> 
    <td height="22" colspan="2" align="center"><strong>--= 迪 吧 程 序 设 定 =--</strong></td>
  </tr>
</table>
  <table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" class="border" id="AutoNumber4">
    <tr class="tdbg"> 
      <td height="22" colspan="2" align="center" class="title">
<font color="#0000ff">网站基本数据设定,第一次使用时,请先设置下列参数。</font>
        </td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>迪吧名称:</strong></td>
      <td width="60%"><input type="text" name="WebSiteName" size="34" value="<%=WebSiteName%>"></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>迪吧网址:</strong></td>
      <td width="60%"><input type="text" name="WebSiteUrl" size="34" value="<%=WebSiteUrl%>"></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>迪吧站长:</td>
      <td width="60%"><input type="text" name="WebMaster" size="20" value="<%=WebMaster%>"></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>站长OICQ:</strong></td>
      <td width="60%"><input type="text" name="OICQ" size="20" value="<%=OICQ%>"></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>站长邮箱:</strong></td>
      <td width="60%"><input type="text" name="EMail" size="28" value="<%=Email%>"></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>是否精简首页版块:</strong></td>
      <td width="60%"><select size="1" name="jingjian">
              <option <%if jingjian=false then%>selected <%end if%>value="false">不,我不想精简</option>
              <option <%if jingjian=true then%>selected <%end if%>value="true">是的,我要精简</option>
              </select></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>是否显示在线人员列表:</strong></td>
      <td width="60%"><select size="1" name="DJonline">
              <option <%if DJonline=false then%>selected <%end if%>value="false" value="false">不显示</option>
              <option <%if DJonline=true then%>selected <%end if%>value="true" value="true">显示</option>
              </select></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>网站LOGO:</strong></td>
      <td width="60%"><input type="text" name="logo" size="28" value="<%=logo%>"></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>网站左上角LOGO:</strong></td>
      <td width="60%"><input type="text" name="blogo" size="28" value="<%=blogo%>"></td>
    </tr>
    <tr class="tdbg"> 
      <td width="20%" align="right"><strong>网站头部Banner广告代码:</strong></td>
      <td width="80%"><textarea rows="4" name="banner" cols="38"><%=banner%></textarea></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>头部网站公告右侧广告代码:</strong></td>
      <td width="60%"><textarea rows="4" name="adcode" cols="38"><%=adcode%></textarea></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>论坛更新代码:</strong></td>
      <td width="60%"><textarea rows="4" name="bbscode" cols="38"><%=bbscode%></textarea></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>播放器广告代码:</strong></td>
      <td width="60%"><textarea rows="4" name="playcode" cols="38"><%=playcode%></textarea></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>是否显示友情链接:</strong></td>
      <td width="60%"><select size="1" name="showlinks">
              <option <%if showlinks=false then%>selected <%end if%>value="false" value="false">不显示友情链接</option>
              <option <%if showlinks=true then%>selected <%end if%>value="true" value="true">显示友情链接</option>
              </select></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>是否允许新会员注册:</strong></td>
      <td width="60%"><select size="1" name="newreg">
              <option <%if newreg=false then%>selected <%end if%>value="false" value="false">不允许新会员注册</option>
              <option <%if newreg=true then%>selected <%end if%>value="true" value="true">允许新会员注册</option>
              </select></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>是否允许游客试听:</strong></td>
      <td width="60%"><select size="1" name="freelisten">
              <option <%if freelisten=false then%>selected <%end if%>value="false" value="false">不允许游客试听</option>
              <option <%if freelisten=true then%>selected <%end if%>value="true" value="true">允许游客随便听</option>
              </select></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>升级到VIP会员所需分数:</strong></td>
      <td width="60%"><input type="text" name="uptovip" size="18" value="<%=uptovip%>"</td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>用户收藏夹最大收藏歌曲数:</strong></td>
      <td width="60%"><input type="text" name="Collect" size="18" value="<%=Collect%>"></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>单页歌曲显示最大数:</strong></td>
      <td width="60%"><input type="text" name="MaxMusicList" size="11" value="<%=MaxMusicList%>"></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>单页专辑显示最大数:</strong></td>
      <td width="60%"><input type="text" name="MaxSpecialList" size="11" value="<%=MaxSpecialList%>"></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>播放舞曲前问候语:</strong></td>
      <td width="60%"><input type="text" name="playstart" size="39" value="<%=playstart%>"></td>
    </tr>
    <tr class="tdbg"> 
      <td width="40%" align="right"><strong>网站维护通知:</strong><br>
              (注:如果此处添加了内容,程序将停止工作,用户将无法浏览你的网站,只能看到此通知内容。此处支持HTML代码!)</td>
      <td width="60%"><textarea rows="8" name="Urgent" cols="37"><%=Urgent%></textarea></td>
    </tr>
    <tr class="tdbg"> 
      <td height="22" colspan="2" align="center" class="title"><input type="submit" value=" 确 定 " name="cmdok2">&nbsp; 
              <input type="reset" value=" 取 消 " name="cmdcance2l">
        </td>
    </tr>
  </table>
</form>
</body> 
</html> 
<%
set rs=nothing
conn.close
set conn=nothing
%>