📄 admin_color.asp
字号:
<!--#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> 您所在的位置: <a href="../" onfocus="this.blur()">首页</a> >>
<a href="List.asp" onFocus="this.blur()">讨论组</a> >> <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 rsColor = Server.CreateObject("ADODB.Recordset")
Sql = "Select * From tForumManage Where rID=1"
rsColor.Open Sql,ConnY,3,3
rsColor("rColor")=Request("Color0")&"|"&Request("Color1")&"|"&Request("Color2")&"|"&Request("Color3")&"|"&Request("Color4")&"|"&Request("Color5")&"|"&Request("Color6")&"|"&Request("Color7")&"|"&Request("Color8")&"|"&Request("Color9")&"|"&Request("Color10")&"|"&Request("Color11")&"|"&Request("Color12")
rsColor.Update
rsColor.Close
Set rsColor=Nothing
Response.Write "<br> 定制颜色成功."
End If
If Request("Action")="" Then
Set rsColor = Server.CreateObject("ADODB.Recordset")
Sql = "Select * From tForumManage Where rID=1"
rsColor.Open Sql,ConnY,3,3
ColorList=Split(rsColor("rColor"),"|")
%>
<table width="100%" border="0" cellspacing="0" cellpadding="1" class="font">
<form name="form1" method="post" action="Admin_Color.asp?Action=EditNow">
<tr>
<td width="41%"> 表格背景色</td>
<td width="59%">
<input type="text" name="Color0" class="Textfiled" size="8" value="<%=ColorList(0)%>">
</td>
</tr>
<tr>
<td width="41%"> 表格边框色</td>
<td width="59%">
<input type="text" name="Color1" class="Textfiled" size="8" value="<%=ColorList(1)%>">
</td>
</tr>
<tr>
<td width="41%"> 表格标题色</td>
<td width="59%">
<input type="text" name="Color2" class="Textfiled" size="8" value="<%=ColorList(2)%>">
</td>
</tr>
<tr>
<td width="41%"> 表格交替色</td>
<td width="59%">
<input type="text" name="Color3" class="Textfiled" size="8" value="<%=ColorList(3)%>">
</td>
</tr>
<tr>
<td width="41%"> 表格交替色二</td>
<td width="59%">
<input type="text" name="Color4" class="Textfiled" size="8" value="<%=ColorList(4)%>">
</td>
</tr>
<tr>
<td width="41%"> 广播区色调</td>
<td width="59%">
<input type="text" name="Color5" class="Textfiled" size="8" value="<%=ColorList(5)%>">
</td>
</tr>
<tr>
<td width="41%"> 在线区色调</td>
<td width="59%">
<input type="text" name="Color6" class="Textfiled" size="8" value="<%=ColorList(6)%>">
</td>
</tr>
<tr>
<td width="41%"> 特殊字符颜色</td>
<td width="59%">
<input type="text" name="Color7" class="Textfiled" size="8" value="<%=ColorList(7)%>">
</td>
</tr>
<tr>
<td width="41%"> 导航当前页字体颜色颜色</td>
<td width="59%">
<input type="text" name="Color8" class="Textfiled" size="8" value="<%=ColorList(8)%>">
</td>
</tr>
<tr>
<td width="41%"> 特殊操作时间字体颜色</td>
<td width="59%">
<input type="text" name="Color9" class="Textfiled" size="8" value="<%=ColorList(9)%>">
</td>
</tr>
<tr>
<td width="41%"> 热门浏览次数字体颜色</td>
<td width="59%">
<input type="text" name="Color10" class="Textfiled" size="8" value="<%=ColorList(10)%>">
</td>
</tr>
<tr>
<td width="41%"> 无功能链接字体颜色</td>
<td width="59%">
<input type="text" name="Color11" class="Textfiled" size="8" value="<%=ColorList(11)%>">
</td>
</tr>
<tr>
<td width="41%"> 特殊人物字体颜色</td>
<td width="59%">
<input type="text" name="Color12" class="Textfiled" size="8" value="<%=ColorList(12)%>">
</td>
</tr>
<tr>
<td width="41%"> </td>
<td width="59%"> <br>
<input type="submit" name="Submit" value="修改" class="button" onFocus="this.blur()">
</td>
</tr>
</form>
</table>
<%
End If
%>
<br>
</td>
</tr>
</table>
<div align="center"><br>
</div>
<div align="center"></div>
</td>
</tr>
</table>
<!--#include file="Inc/Bottom.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -