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

📄 admin_config.asp

📁 本系统是一套开源WEB的网站管理系统
💻 ASP
📖 第 1 页 / 共 4 页
字号:
  <tr class="td_bgcolor"> 
    <td height="16" align="right" valign="middle">用户名注册过渡:</td>
    <td valign="top"> <textarea name="killUserName" cols="60" rows="3" id="killUserName"><%=killKeyWord%></textarea> <a href="javascript:edit_size(-5,'killUserName')"><img src="images/minus.gif" align="bottom" border="0"></a><a href="javascript:edit_size(5,'killUserName')"><img src="images/plus.gif" align="bottom" border="0"></a>
      <br>多个请用<font color="#FF9900"><strong>|</strong></font>号分隔,如:admin|管理员;</td>
  </tr>
  <tr valign="middle"> 
      <td height="26" colspan="2" align="center" class="td_titleM">&nbsp;</td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="25" align="right" valign="middle">提交内容是否使用验证码:</td>
    <td valign="middle">
	  <input type="radio" name="ms_isCode" id="co1" value="1" <%if ms_isCode=1 then response.Write("checked") end if%>><label for="co1">使用</label>
      <input type="radio" name="ms_isCode" id="co0" value="0" <%if ms_isCode=0 then response.Write("checked") end if%>><label for="co0">不使用</label> </td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="26" align="right" valign="middle">友情连接申请:</td>
    <td valign="middle"> 
	  <input type="radio" name="linkOpen" id="lo1" value="1" <%if linkOPen=1 then response.Write("checked") end if%>><label for="lo1">开放</label> 
      <input type="radio" name="linkOPen" id="lo0" value="0" <%if linkOPen=0 then response.Write("checked") end if%>><label for="lo0">关闭</label> </td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="21" align="right" valign="middle">留言系统设置:</td>
    <td valign="middle">
	  <input type="radio" name="guestbookOpen" id="gbo0" value="0" <%if guestbookOpen=0 then response.Write("checked") end if%>><label for="gbo0">关闭</label> 
      <input type="radio" name="guestbookOpen" id="gbo1" value="1" <%if guestbookOpen=1 then response.Write("checked") end if%>><label for="gbo1">开放</label> 
      <input type="radio" name="guestbookOpen" id="gbo2" value="2" <%if guestbookOpen=2 then response.Write("checked") end if%>><label for="gbo2">会员开放</label></td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="21" align="right" valign="middle">留言是否需要审核:</td>
    <td valign="middle">
	  <input type="radio" name="guestbookPass" id="gbp0" value="0" <%if guestbookPass=0 then response.Write("checked") end if%>><label for="gbp0">不审核</label> 
      <input type="radio" name="guestbookPass" id="gbp1" value="1" <%if guestbookPass=1 then response.Write("checked") end if%>><label for="gbp1">审核</label> 
      <input type="radio" name="guestbookPass" id="gbp2" value="2" <%if guestbookPass=2 then response.Write("checked") end if%>><label for="gbp2">游客审核</label></td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="27" align="right" valign="middle">留言回复设置:</td>
    <td valign="middle"> <input type="radio" name="reGuestbook" id="rgb0" value="0" <%if reGuestbook=0 then response.Write("checked") end if%>><label for="rgb0">不允许</label> 
      <input type="radio" name="reGuestbook" id="rgb1" value="1" <%if reGuestbook=1 then response.Write("checked") end if%>><label for="rgb1">允许</label> 是否开启会员回复留言功能</td>
  </tr>
  <tr class="td_titleM"> 
    <td height="22" colspan="2" align="center" valign="middle"><a name="会员相关参数设置">会员相关参数设置</a></td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="22" align="right" valign="middle">会员系统设置:</td>
      <td valign="middle"> <a href="网站交互功能设置">网站交互功能设置</a>
<select name="userSystemOpen" id="userSystemOpen">
        <option value="0" <%if userSystemOpen=0 then response.Write("selected") end if%>>关闭(停止会员注册/登录)</option>
        <option value="1" <%if userSystemOpen=1 then response.Write("selected") end if%>>开放(暂停新会员注册,老会员可登录)</option>
        <option value="2" <%if userSystemOpen=2 then response.Write("selected") end if%>>开放(会员注册需要通过审核)</option>
        <option value="3" <%if userSystemOpen=3 then response.Write("selected") end if%>>开放(会员自由注册,不用通过审核)</option>
      </select></td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="18" align="right" valign="middle">会员注册初始值:</td>
    <td valign="middle">等级: 
      <select name="userGrage" id="userGrage">
        <option value="1"  <%if userGrage=1 then response.Write("selected") end if%>>普通会员</option>
        <option value="2" <%if userGrage=2 then response.Write("selected") end if%>>VIP会员</option>
      </select>
      <%=pointName%>: 
      <input name="pointNum" type="text" id="pointNum" value="<%=pointNum%>" size="8">
      <%=moneyName%>: 
      <input name="moneyNum" type="text" id="moneyNum" value="<%=moneyNum%>" size="8"></td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="18" align="right" valign="middle">会员货币:</td>
    <td valign="middle"> 货币名:<input name="moneyName" type="text" id="moneyName" value="<%=moneyName%>" size="8"> 单位:<input name="moneyUnits" type="text" id="moneyUnits" value="<%=moneyUnits%>" size="8">
	<br>货币名称如:“金币”
	</td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="18" align="right" valign="middle">会员点数:</td>
    <td valign="middle"> 点数名:<input name="pointName" type="text" id="pointName" value="<%=pointName%>" size="8"> 单位:<input name="pointUnits" type="text" id="pointUnits" value="<%=pointUnits%>" size="8">
	<br>点数名称如:“积分”
	</td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="32" align="right" valign="middle">新用户是否发送短消息:</td>
    <td valign="middle"> <input type="radio" name="sendms" id="sms1" value="1" <%if regIsSend=1 then response.Write("checked") end if%>><label for="sms1">发送</label> 
      <input type="radio" name="sendms" id="sms0" value="0" <%if regIsSend=0 then response.Write("checked") end if%>><label for="sms0">不发送</label> </td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="20" align="right" valign="middle">短消息内容:</td>
    <td valign="middle"> <textarea name="msgContent" cols="60" rows="3" id="msgContent"><%=msgContent%></textarea> <a href="javascript:edit_size(-5,'msgContent')"><img src="images/minus.gif" align="bottom" border="0"></a><a href="javascript:edit_size(5,'msgContent')"><img src="images/plus.gif" align="bottom" border="0"></a><br/>用户名标签:“nameTag”</td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="20" align="right" valign="middle">会员可发布栏目设置:</td>
    <td valign="middle"> <div align="left"> 
        <input name="ableNews" type="checkbox" id="ableNews" value="0" <%if ableNews=1 then response.Write("checked") end if%>><label for="ableNews">新闻</label> 
        <input name="ableArtical" type="checkbox" id="ableArtical" value="1" <%if ableArtical=1 then response.Write("checked") end if%>><label for="ableArtical">文章</label> 
        <input name="ablePic" type="checkbox" id="ablePic" value="1" <%if ablePic=1 then response.Write("checked") end if%>><label for="ablePic">图片</label> 
        <input name="ableDown" type="checkbox" id="ableDown" value="2" <%if ableDown=1 then response.Write("checked") end if%>><label for="ableDown">下载</label> 
        <input name="ableRes" type="checkbox" id="ableRes" value="3" <%if ableRes=1 then response.Write("checked") end if%>><label for="ableRes">免费资源</label> 
		<br>选中为有效</div></td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="21" align="right" valign="middle">发布信息是否需要审核:</td>
    <td valign="middle"> 
	  <input type="radio" name="fabuPass" id="fbp0" value="0" <%if fabuPass=0 then response.Write("checked") end if%>><label for="fbp0">不审核</label> 
      <input type="radio" name="fabuPass" value="1" id="fbp1" <%if fabuPass=1 then response.Write("checked") end if%>><label for="fbp1">审核</label></td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="19" align="right" valign="middle">发布信息成功加<%=pointName%>数:</td>
    <td valign="middle"> <input name="fabuPointNum" type="text" id="fabuPointNum" value="<%=fabuPointNum%>"> 只有当发布信息不需要审核,给该发布者加的<%=pointName%></td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="21" align="right" valign="middle"><%=pointName%>/<%=moneyName%>汇率:</td>
    <td valign="middle"> 每<input name="jifen2money_j" type="text" id="jifen2money_j" value="<%=jifen2money_j%>" size="8">(<%=pointName%>) 可兑换 
      <input name="jifen2money_m" type="text" id="jifen2money_m" value="<%=jifen2money_m%>" size="8">(<%=moneyName%>)<br>
	   每<input name="money2jifen_m" type="text" id="money2jifen_m" value="<%=money2jifen_m%>" size="8">(<%=moneyName%>) 可兑换 
      <input name="money2jifen_j" type="text" id="money2jifen_j" value="<%=money2jifen_j%>" size="8">(<%=pointName%>)<br>
	  </td>
  </tr>
  <tr> 
    <td height="22" colspan="2" align="center" valign="middle" class="td_titleM"><a name="后台管理上传设置">后台管理上传设置</a></td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="22" align="right" valign="middle">图片上传类型:</td>
    <td valign="middle"> <input name="adminUpImgExt" type="text" id="adminUpImgExt" size="50" value="<%=adminUpImgExt%>"> 大小: <input name="adminImgSize" type="text" id="adminImgSize" value="<%=adminImgSize%>" size="8"> KB 
	  <br>请用“;”分隔。大小最好不要设置大于10M</td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="32" align="right" valign="middle">其它文件允许类型:</td>
    <td valign="middle"> <input name="upFileExt" type="text" id="upFileExt" size="50" value="<%=upFileExt%>"> 大小:<input name="UpFileSize" type="text" id="UpFileSize" value="<%=UpFileSize%>" size="8"> KB</td>
  </tr>
  <tr> 
    <td height="25" colspan="2" align="center" valign="middle" class="td_titleM"><a name="前台用户上传设置">前台用户上传设置</a></td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="32" align="right" valign="middle">前台用户上传权限:</td>
    <td valign="middle"> 
	  <input type="radio" name="userUpPopedom" id="uup0" value="0" <%if userUpPopedom=0 then response.Write("checked") end if%>><label for="uup0">关闭</label>
	  <input type="radio" name="userUpPopedom" id="uup1" value="1" <%if userUpPopedom=1 then response.Write("checked") end if%>><label for="uup1">开放</label> 
      <input type="radio" name="userUpPopedom" id="uup2" value="2" <%if userUpPopedom=2 then response.Write("checked") end if%>><label for="uup2">VIP开放</label></td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="22" align="right" valign="middle">上传路径:</td>
    <td valign="middle"> <input name="userUpPath" type="text" id="userUpPath" size="50" value="<%=userUpPath%>"> 后面不用加"/"</td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="32" align="right" valign="middle">可上传图片文件类型:</td>
    <td valign="middle"> <input name="userUpImgAllowExt" type="text" id="userUpImgAllowExt" size="50" value="<%=userUpImgAllowExt%>">
      大小: 
      <input name="userUpImgSize" type="text" id="userUpImgSize" value="<%=userUpImgSize%>" size="8"> KB</td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="32" align="right" valign="middle">其它文件上传类型:</td>
    <td valign="middle"> <input name="userUpFileAllowExt" type="text" id="userUpFileAllowExt" size="50" value="<%=userUpFileAllowExt%>">
      大小: 
      <input name="userUpFileSize" type="text" id="userUpFileSize" value="<%=userUpFileSize%>" size="8"> KB</td>
  </tr>
  <tr class="td_titleM"> 
    <td height="25" colspan="2" align="center" valign="middle"><a name="首页显示记录设置">首页显示记录设置</a></td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="24" align="right" valign="middle">首页显示新闻:</td>
    <td valign="middle"> <input name="indexNewsNum" type="text" id="indexNewsNum" value="<%=indexNewsNum%>" size="10">
      条 默认:10 条</td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="24" align="right" valign="middle">首页显示文章:</td>
    <td valign="middle"> <input name="indexArtNum" type="text" id="indexArtNum" value="<%=indexArtNum%>" size="10">
      条 默认:10 条</td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="21" align="right" valign="middle">首页显示图片:</td>
    <td valign="middle"> <input name="indexPicNum" type="text" id="indexPicNum" value="<%=indexPicNum%>" size="10">
      条 默认:10 条</td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="18" align="right" valign="middle">首页显示下载:</td>
    <td valign="middle"> <input name="indexDownNum" type="text" id="indexDownNum" value="<%=indexDownNum%>" size="10">
      条 默认:10 条</td>
  </tr>
  <tr class="td_bgcolor"> 
    <td height="19" align="right" valign="middle">首页显示免费资源:</td>

⌨️ 快捷键说明

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