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

📄 admin_images.asp

📁 5237 论坛.rar
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file="Inc/Level012.asp" -->
<!--#include file="Connections/connY.asp" -->
<!--#include file="Inc/Info.asp" -->
<!--#include file="Inc/TimeFormat.asp" -->
<!--#include file="Inc/UBBCode.asp" -->
<!--#include file="Inc/SetCss.asp" -->
<html>
<head>
<title><%=Forum_Title%></title>
<meta http-equiv="Content-Type" content="text/html;">
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
<!--#include file="Inc/Css.asp" -->
<script language=Javascript src="Js/Menu.Js"></script>
<script language=Javascript src="Js/Button.Js"></script>
<script language=Javascript src="Js/Operate.Js"></script>
</head>
<body leftmargin="0" topmargin="0" bgcolor="<%=Forum_ColorList_BgColor%>" vlink="<%=Forum_Css_A_Link_Color%>" onLoad="MM_preloadImages('<%=Forum_Pic_Write2%>','<%=Forum_Pic_Vote2%>')">
<!--#include file="Inc/Top.asp" -->
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>">
  <tr> 
    <td height="20" bgcolor="<%=Forum_ColorList_BgColor%>"> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0" class="font">
        <tr> 
          <td>&nbsp;您所在的位置: <a href="../" onfocus="this.blur()">首页</a> &gt;&gt; 
            <a href="List.asp" onFocus="this.blur()">讨论组</a> &gt;&gt; <font color="<%=Forum_ColorList_NavFontColor%>">论坛管理系统</font></td>
          <td width="18"> 
            <div align="center"></div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td height=1></td>
  </tr>
</table>
<table width="<%=Forum_Width%>" border="0" cellspacing="1" cellpadding="2" align="center" bgcolor="<%=Forum_ColorList_BorderColor%>" class="font">
  <tr> 
    <td valign="top" width="102" bgcolor="<%=Forum_ColorList_BgColor%>"> 
      <table width="100%" border="0" cellspacing="1" cellpadding="0">
        <tr>
		<td>
          <!--#include file="Inc/Menu.asp" -->
		</td>
        </tr>
      </table>
    </td>
    <td bgcolor="<%=Forum_ColorList_BgColor%>" valign="top"> <br>
        <table width="80%" border="0" cellspacing="1" cellpadding="2" align="center" class="font" bgcolor="<%=Forum_ColorList_BorderColor%>">
          <tr> 
            
          <td bgcolor="<%=Forum_ColorList_TitleColor%>" height="20"> 图标选择</td>
          </tr>
          <tr> 
            
          <td bgcolor="<%=Forum_ColorList_BgColor%>" valign="top"> 1. 选择全局图片,版面颜色不会受影响.<br>
            ------------------------------------------------------------------------------- 
            <%
			If Request("Action")="EditNow" Then
			Set rsImages = Server.CreateObject("ADODB.Recordset")
            Sql = "Select *  From tForumManage Where rID=1"
            rsImages.Open Sql,ConnY,3,3
			rsImages("rImages")=Request("Image0")&"|"&Request("Image1")&"|"&Request("Image2")&"|"&Request("Image3")&"|"&Request("Image4")&"|"&Request("Image5")&"|"&Request("Image6")&"|"&Request("Image7")&"|"&Request("Image8")&"|"&Request("Image9")&"|"&Request("Image10")&"|"&Request("Image11")&"|"&Request("Image12")&"|"&Request("Image13")&"|"&Request("Image14")&"|"&Request("Image15")&"|"&Request("Image16")&"|"&Request("Image17")&"|"&Request("Image18")&"|"&Request("Image19")&"|"&Request("Image20")&"|"&Request("Image21")&"|"&Request("Image22")&"|"&Request("Image23")&"|"&Request("Image24")&"|"&Request("Image25")&"|"&Request("Image26")&"|"&Request("Image27")&"|"&Request("Image28")&"|"&Request("Image29")&"|"&Request("Image30")&"|"&Request("Image31")&"|"&Request("Image32")&"|"&Request("Image33")&"|"&Request("Image34")&"|"&Request("Image35")&"|"&Request("Image36")&"|"&Request("Image37")&"|"&Request("Image38")&"|"&Request("Image39")&"|"&Request("Image40")&"|"&Request("Image41")&"|"&Request("Image42")&"|"&Request("Image43")&"|"&Request("Image44")&"|"&Request("Image45")&"|"&Request("Image46")&"|"&Request("Image47")&"|"&Request("Image48")&"|"&Request("Image49")&"|"&Request("Image50")
			rsImages.Update
			rsImages.Close
			Set rsImages=Nothing
			Response.Write "<br>  选择图标成功."
			End If
			If Request("Action")="" Then
			Set rsImages = Server.CreateObject("ADODB.Recordset")
            Sql = "Select *  From tForumManage Where rID=1"
            rsImages.Open Sql,ConnY,3,3
			ImageList=Split(rsImages("rImages"),"|")
			%>
            <table width="100%" border="0" cellspacing="0" cellpadding="1" class="font">
              <form name="form1" method="post" action="Admin_Images.asp?Action=EditNow">
                <tr> 
                  <td width="35%">  公告广播图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image0" class="Textfiled" size="20" value="<%=ImageList(0)%>">
                    <img src="<%=ImageList(0)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  跳转图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image1" class="Textfiled" size="20" value="<%=ImageList(1)%>">
                    <img src="<%=ImageList(1)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  在线用户版面图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image2" class="Textfiled" size="20" value="<%=ImageList(2)%>">
                    <img src="<%=ImageList(2)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  注册图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image3" class="Textfiled" size="20" value="<%=ImageList(3)%>">
                    <img src="<%=ImageList(3)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  登录图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image4" class="Textfiled" size="20" value="<%=ImageList(4)%>">
                    <img src="<%=ImageList(4)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  资料图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image5" class="Textfiled" size="20" value="<%=ImageList(5)%>">
                    <img src="<%=ImageList(5)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  用户图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image6" class="Textfiled" size="20" value="<%=ImageList(6)%>">
                    <img src="<%=ImageList(6)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  收藏图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image7" class="Textfiled" size="20" value="<%=ImageList(7)%>">
                    <img src="<%=ImageList(7)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  宝物图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image8" class="Textfiled" size="20" value="<%=ImageList(8)%>">
                    <img src="<%=ImageList(8)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  信箱图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image9" class="Textfiled" size="20" value="<%=ImageList(9)%>">
                    <img src="<%=ImageList(9)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  许愿图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image10" class="Textfiled" size="20" value="<%=ImageList(10)%>">
                    <img src="<%=ImageList(10)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  搜索图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image11" class="Textfiled" size="20" value="<%=ImageList(11)%>">
                    <img src="<%=ImageList(11)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  帮助图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image12" class="Textfiled" size="20" value="<%=ImageList(12)%>">
                    <img src="<%=ImageList(12)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  退出图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image13" class="Textfiled" size="20" value="<%=ImageList(13)%>">
                    <img src="<%=ImageList(13)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  新贴图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image14" class="Textfiled" size="20" value="<%=ImageList(14)%>">
                    <img src="<%=ImageList(14)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  热门无回复贴图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image15" class="Textfiled" size="20" value="<%=ImageList(15)%>">
                    <img src="<%=ImageList(15)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  有回复贴图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image16" class="Textfiled" size="20" value="<%=ImageList(16)%>">
                    <img src="<%=ImageList(16)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  热门回复贴图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image17" class="Textfiled" size="20" value="<%=ImageList(17)%>">
                    <img src="<%=ImageList(17)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  投票贴图标</td>
                  <td width="65%"> 
                    <input type="text" name="Image18" class="Textfiled" size="20" value="<%=ImageList(18)%>">
                    <img src="<%=ImageList(18)%>" align="absmiddle"> </td>
                </tr>
                <tr> 
                  <td width="35%">  付费贴图标</td>
                  <td width="65%"> 

⌨️ 快捷键说明

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