📄 admin_config.asp
字号:
GuConfigContent=GuConfigContent+"GuSMTPPassword="""&Co_GuSMTPPassword&"""" &vbCrLf
GuConfigContent=GuConfigContent+"SendmailNoteShow="""&Co_SendmailNoteShow&"""" &vbCrLf
GuConfigContent=GuConfigContent+"SendmailAllow="""&Co_SendmailAllow&"""" &vbCrLf
GuConfigContent=GuConfigContent+"SendmailValidationCode="""&Co_SendmailValidationCode&"""" &vbCrLf
GuConfigContent=GuConfigContent+"SendmailBodyModify="""&Co_SendmailBodyModify&"""" &vbCrLf
GuConfigContent=GuConfigContent+"SendmailContentKB="&Co_SendmailContentKB&"" &vbCrLf
GuConfigContent=GuConfigContent+"" &vbCrLf
GuConfigContent=GuConfigContent+"GuNameColorDefault="""&Co_GuNameColorDefault&"""" &vbCrLf
GuConfigContent=GuConfigContent+"" &vbCrLf
GuConfigContent=GuConfigContent+"GuKeywordDefault="""&Co_GuKeywordDefault&"""" &vbCrLf
GuConfigContent=GuConfigContent+"" &vbCrLf
GuConfigContent=GuConfigContent+"ArticleAddAuthor0="""&Co_ArticleAddAuthor0&"""" &vbCrLf
GuConfigContent=GuConfigContent+"ArticleAddAuthorEmail0="""&Co_ArticleAddAuthorEmail0&"""" &vbCrLf
GuConfigContent=GuConfigContent+"ArticleAddAuthorHomepage0="""&Co_ArticleAddAuthorHomepage0&"""" &vbCrLf
GuConfigContent=GuConfigContent+"ArticleAddFrom0="""&Co_ArticleAddFrom0&"""" &vbCrLf
GuConfigContent=GuConfigContent+"ArticleAddFromURL0="""&Co_ArticleAddFromURL0&"""" &vbCrLf
GuConfigContent=GuConfigContent+"" &vbCrLf
GuConfigContent=GuConfigContent+"ArticleListPageSize="&Co_ArticleListPageSize&"" &vbCrLf
GuConfigContent=GuConfigContent+"GuestbookPageSize="&Co_GuestbookPageSize&"" &vbCrLf
GuConfigContent=GuConfigContent+"" &vbCrLf
GuConfigContent=GuConfigContent+"ArticleModifyUsernameReplace="""&Co_ArticleModifyUsernameReplace&"""" &vbCrLf
GuConfigContent=GuConfigContent+"ArticleModifyIPReplace="""&Co_ArticleModifyIPReplace&"""" &vbCrLf
GuConfigContent=GuConfigContent+"ArticleModifyDateTimeReplace="""&Co_ArticleModifyDateTimeReplace&"""" &vbCrLf
GuConfigContent=GuConfigContent+"ArticleModifyAllHitsReplace="""&Co_ArticleModifyAllHitsReplace&"""" &vbCrLf
GuConfigContent=GuConfigContent+"" &vbCrLf
GuConfigContent=GuConfigContent+"ArticleUploadShow="""&Co_ArticleUploadShow&"""" &vbCrLf
GuConfigContent=GuConfigContent+"AdsUploadShow="""&Co_AdsUploadShow&"""" &vbCrLf
GuConfigContent=GuConfigContent+"WebLinkUploadShow="""&Co_WebLinkUploadShow&"""" &vbCrLf
GuConfigContent=GuConfigContent+"UploadPictureFolder0="""&Co_UploadPictureFolder0&"""" &vbCrLf
GuConfigContent=GuConfigContent+"UploadFileFolder0="""&Co_UploadFileFolder0&"""" &vbCrLf
GuConfigContent=GuConfigContent+"UploadFileSizeDefault="&Co_UploadFileSizeDefault&"" &vbCrLf
GuConfigContent=GuConfigContent+"UploadFileExtDefault="""&Co_UploadFileExtDefault&"""" &vbCrLf
GuConfigContent=GuConfigContent+"UploadFileAutoName="""&Co_UploadFileAutoName&"""" &vbCrLf
GuConfigContent=GuConfigContent+"" &vbCrLf
GuConfigContent=GuConfigContent+"FileExplorerPageSize="&Co_FileExplorerPageSize&"" &vbCrLf
GuConfigContent=GuConfigContent+"FileExplorerEditDefault="""&Co_FileExplorerEditDefault&"""" &vbCrLf
GuConfigContent=GuConfigContent+"FileExplorerUploadShow="""&Co_FileExplorerUploadShow&"""" &vbCrLf
GuConfigContent=GuConfigContent+"" &vbCrLf
GuConfigContent=GuConfigContent+"GuestbookUserQQ="""&Co_GuestbookUserQQ&"""" &vbCrLf
GuConfigContent=GuConfigContent+"GuestbookUserIP="""&Co_GuestbookUserIP&"""" &vbCrLf
GuConfigContent=GuConfigContent+"" &vbCrLf
GuConfigContent=GuConfigContent+"LastEditUsername="""&Co_Username&"""" &vbCrLf
GuConfigContent=GuConfigContent+"LastEditUserIP="""&Co_IP&"""" &vbCrLf
GuConfigContent=GuConfigContent+"LastEditDateTime="""&Co_DateTime&"""" &vbCrLf
GuConfigContent=GuConfigContent+"" &vbCrLf
GuConfigContent=GuConfigContent+"%"
GuConfigContent=GuConfigContent+">" &vbCrLf
GuConfigContent=GuConfigContent+"<!--#include file=""Constant.asp""-->" &vbCrLf
GuConfigContent=GuConfigContent+"<!--#include file=""Function.asp""-->"
dim ConfigFileName,GuCTF
Set GuFSO=Server.CreateObject("Scripting.FileSystemObject")
ConfigFileName=Server.MapPath("Include/Config.asp")
Set GuCTF=GuFSO.CreateTextFile(ConfigFileName)
GuCTF.WriteLine GuConfigContent
GuCTF.close
Set GuCTF=Nothing
Set GuFSO=Nothing
GuSystemCode=00
GuSystemMessage="网站参数配置文件已更新完成"
GuSystemURL="<a href=""Admin_Config.asp""><img src=""Images/Admin_Button_OK.gif"" border=""0""></a>"
end sub
call GuMessage()
else
dim rsCo4
set rsCo4=Server.CreateObject("Adodb.RecordSet")
GuSQL="select * from "&GuTablePrefix&"_Config where Co_ID=1"
rsCo4.open GuSQL,GuConn,1,1
%>
<form method="post" name="Admin_Config" action="Admin_Config.asp" onSubmit="return Admin_Config_Check();">
<table border="0" cellpadding="0" cellspacing="1" width="600" height="10" bgcolor="#CEEFE7">
<tr>
<td width="600" height="30" background="Images/Admin_T_Bg1.gif" align="center" colspan="3"><font class="BlackS12"><b>网 站 参 数 设 置</b></font></td>
</tr>
<tr>
<td width="600" height="10" bgcolor="#FFFFFF" colspan="3"></td>
</tr>
<tr>
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="BlackS12">网站名称</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_WebSiteName" maxlength="100" value="<%=rsCo4("Co_WebSiteName")%>" class="Admin_InputText" style="width:260;background-color:#EAFBF5;"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span id="JS_M_WebSiteName" class="BlackS12">填写你的网站名称</span></td>
</tr>
<tr>
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="BlackS12">网站网址</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_WebSiteURL" maxlength="100" value="<%=rsCo4("Co_WebSiteURL")%>" class="Admin_InputText" style="width:260;background-color:#EAFBF5;"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span id="JS_M_WebSiteURL" class="BlackS12">以“http://”开头,以“/”结束</span></td>
</tr>
<tr>
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="BlackS12">Meta标签</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_MKeywords" maxlength="200" value="<%=rsCo4("Co_MKeywords")%>" class="Admin_InputText" style="width:260;background-color:#FFFFFF;"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <font class="BlackS12">网页 Meta KeyWords 标签,以“,”隔开</font></td>
</tr>
<tr>
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="BlackS12">Meta标签</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_MDescription" maxlength="200" value="<%=rsCo4("Co_MDescription")%>" class="Admin_InputText" style="width:260;background-color:#FFFFFF;"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <font class="BlackS12">网页 Meta Description 标签</font></td>
</tr>
<tr>
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="BlackS12">网站备案</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_MIIbeianICP" maxlength="200" value="<%=rsCo4("Co_MIIbeianICP")%>" class="Admin_InputText" style="width:260;background-color:#FFFFFF;"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <font class="BlackS12">填写网站备案信息,在页面底部显示</font></td>
</tr>
<tr>
<td width="600" height="4" bgcolor="#FFFFFF" colspan="3"></td>
</tr>
<tr>
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="BlackS12">表名前缀</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_GuTablePrefix" value="<%=rsCo4("Co_GuTablePrefix")%>" class="Admin_InputText" style="width:260;background-color:#EAFBF5;" maxlength="100" title="若要修改,请参阅使用说明"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span id="JS_M_GuTablePrefix" class="BlackS12">数据库中表名的前一部分</span></td>
</tr>
<tr>
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="BlackS12">检测 SQL</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_GuErrorSQLGDefault" value="<%=rsCo4("Co_GuErrorSQLGDefault")%>" class="Admin_InputText" style="width:260;background-color:#EAFBF5;" maxlength="250" title="填写要检测的特殊字符,以 | 隔开"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span class="BlackS12">防 SQL 注入检测程序,提交方式:GET</span></td>
</tr>
<tr>
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="BlackS12">检测 SQL</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_GuErrorSQLFDefault" value="<%=rsCo4("Co_GuErrorSQLFDefault")%>" class="Admin_InputText" style="width:260;background-color:#EAFBF5;" maxlength="250" title="填写要检测的特殊字符,以 | 隔开"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span class="BlackS12">防 SQL 注入检测程序,提交方式:POST</span></td>
</tr>
<tr>
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="BlackS12">登录参数</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_GuAdminValidationCode" value="<%=GuAdminValidationCode%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="6" onKeypress="if(event.keyCode<48||event.keyCode>49)event.returnValue=false;" title="设置登录管理中心是否需要验证码"> <input type="text" name="Co_GuLREcnArticleAdminTimeout" maxlength="6" value="<%=GuLREcnArticleAdminTimeout%>" class="Admin_InputText" style="width:59;background-color:#EAFBF5;" onKeypress="if(event.keyCode<48||event.keyCode>57)event.returnValue=false;" title="设置登录管理中心多少分钟后无操作Session即失效,单位:分钟"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span id="JS_M_GuLREcnArticleAdminTimeout" class="BlackS12">设置是否需要验证码及 Session 超时时间</span></td>
</tr>
<tr>
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="BlackS12">界面风格</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_WebSiteStyleDefault" value="<%=rsCo4("Co_WebSiteStyleDefault")%>" maxlength="50" class="Admin_InputText" style="width:81;background-color:#EAFBF5;" title="样式名称"> <select name="Co_WebSiteStyleDefault_Select" size="1" onchange="WebSiteStyleDefault_Select();" class="Admin_Select" style="background-color:#FFFFFF;"><option value="" selected>选择...</option><option value="Blue">碧海蓝天(Blue)</option><option value="Brown">棕红预览(Brown)</option><option value="Green">浓浓绿意(Green)</option><option value="Purple">紫色淡雅(Purple)</option><option value="Silver">灰色心情(Silver)</option><option value="Yellow">黄昏晚霞(Yellow)</option><option value="">自定义...</option></select></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span id="JS_M_WebSiteStyleDefault" class="BlackS12">设置默认的网站界面风格(样式色彩)</span></td>
</tr>
<tr>
<td width="600" height="4" bgcolor="#FFFFFF" colspan="3"></td>
</tr>
<tr>
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="BlackS12">首页文件</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_Index_asp" maxlength="100" value="Index.asp" class="Admin_InputText" style="width:260;background-color:#FFFFFF;" onclick="JavaScript:Config_Index_Show();"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span onclick="JavaScript:Config_Index_Show();" class="LightgrayS12" style="cursor:pointer;">设置网站首页的栏目及参数...</span></td>
</tr>
<tr id="Config_Index_01" style="display:none">
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="SilverS12">本站消息</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_IndexMessageShow" value="<%=IndexMessageShow%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="6" onKeypress="if(event.keyCode<48||event.keyCode>49)event.returnValue=false;" title="设置显示 是:1 否:0"> <input type="text" name="Co_IndexMessageTitle" value="<%=IndexMessageTitle%>" class="Admin_InputText" maxlength="20" style="width:126;background-color:#FFFFFF;" title="标题文字"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span class="BlackS12" title="">设置首页是否显示消息及消息标题文字</span></td>
</tr>
<tr id="Config_Index_02" style="display:none">
<td width="80" height="56" bgcolor="#FFFFFF" rowspan="2"></td>
<td width="276" height="56" bgcolor="#FFFFFF" rowspan="2"> <textarea rows="3" name="Co_IndexWebMessageText" cols="34" class="Admin_TextArea" style="width:260;height:47;background-color:#FFFFFF;"><%=rsCo4("Co_IndexWebMessageText")%></textarea></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <font class="BlackS12">首页消息内容,支持 HTML 代码</font></td>
</tr>
<tr id="Config_Index_03" style="display:none">
<td width="240" height="28" bgcolor="#FFFFFF"></td>
</tr>
<tr id="Config_Index_04" style="display:none">
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="SilverS12">资源统计</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_IndexResourceStatisticsShow" value="<%=IndexResourceStatisticsShow%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="6" onKeypress="if(event.keyCode<48||event.keyCode>49)event.returnValue=false;" title="设置显示 是:1 否:0"> <input type="text" name="Co_IndexResourceStatisticsTitle" value="<%=IndexResourceStatisticsTitle%>" class="Admin_InputText" maxlength="20" style="width:126;background-color:#FFFFFF;" title="标题文字"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span class="BlackS12" title="">设置资源统计,</span><a href="Admin_ConfigIC.asp" class="LightgrayS12">设置显示栏目...</a></td>
</tr>
<tr id="Config_Index_05" style="display:none">
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="SilverS12">文章搜索</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_IndexSearchShow" value="<%=IndexSearchShow%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="6" onKeypress="if(event.keyCode<48||event.keyCode>49)event.returnValue=false;" title="设置显示 是:1 否:0"> <input type="text" name="Co_IndexSearchTitle" value="<%=IndexSearchTitle%>" class="Admin_InputText" maxlength="20" style="width:126;background-color:#FFFFFF;" title="标题文字"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span class="BlackS12" title="">设置是否显示、标题文字</span></td>
</tr>
<tr id="Config_Index_06" style="display:none">
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="SilverS12">推荐栏目</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_IndexBlueShow" value="<%=IndexBlueShow%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="6" onKeypress="if(event.keyCode<48||event.keyCode>49)event.returnValue=false;" title="设置显示 是:1 否:0"> <input type="text" name="Co_IndexBlueTitle" value="<%=IndexBlueTitle%>" class="Admin_InputText" maxlength="20" style="width:126;background-color:#FFFFFF;" title="标题文字"> <input type="text" name="Co_IndexBlueNum" value="<%=IndexBlueNum%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="2" onKeypress="if(event.keyCode<48||event.keyCode>57)event.returnValue=false;" title="显示条数"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span class="BlackS12" title="">设置是否显示、标题文字、显示条数</span></td>
</tr>
<tr id="Config_Index_07" style="display:none">
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="SilverS12">阅读排行</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_IndexHitsShow" value="<%=IndexHitsShow%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="6" onKeypress="if(event.keyCode<48||event.keyCode>49)event.returnValue=false;" title="设置显示 是:1 否:0"> <input type="text" name="Co_IndexHitsTitle" value="<%=IndexHitsTitle%>" class="Admin_InputText" maxlength="20" style="width:126;background-color:#FFFFFF;" title="标题文字"> <input type="text" name="Co_IndexHitsNum" value="<%=IndexHitsNum%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="2" onKeypress="if(event.keyCode<48||event.keyCode>57)event.returnValue=false;" title="显示条数"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span class="BlackS12" title="">设置是否显示、标题文字、显示条数</span></td>
</tr>
<tr id="Config_Index_08" style="display:none">
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="SilverS12">分类列表</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_IndexAsSortNum" value="<%=IndexAsSortNum%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="2" onKeypress="if(event.keyCode<48||event.keyCode>57)event.returnValue=false;" title="显示条数"> <input type="text" name="Co_IndexAsSortArticleNum" value="<%=IndexAsSortArticleNum%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="2" onKeypress="if(event.keyCode<48||event.keyCode>57)event.returnValue=false;" title="显示字数"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span class="BlackS12" title="">设置每一分类显示数目及文章标题字数</span></td>
</tr>
<tr id="Config_Index_09" style="display:none">
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="SilverS12">友情链接</font></td>
<td width="276" height="56" bgcolor="#FFFFFF" rowspan="2"> <textarea rows="3" name="Co_IndexWebLinkText" cols="34" class="Admin_TextArea" style="width:260;height:47;background-color:#FFFFFF;"><%=rsCo4("Co_IndexWebLinkText")%></textarea></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <font class="BlackS12">设置友情链接标题代码,支持 HTML 代码</font></td>
</tr>
<tr id="Config_Index_10" style="display:none">
<td width="80" height="56" bgcolor="#FFFFFF" rowspan="2"></td>
<td width="240" height="28" bgcolor="#FFFFFF"><font class="BlackS12"> <input type="checkbox" name="Co_IndexWebLinkShow" id="Co_IndexWebLinkShow_L" class="Admin_InputText" value="1"<%if IndexWebLinkShow="1" then Response.write " checked" end if%>><label for="Co_IndexWebLinkShow_L">是否在首页显示友情链接</label></font></td>
</tr>
<tr id="Config_Index_11" style="display:none">
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_IndexWebLinkTextNum" value="<%=IndexWebLinkTextNum%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="2" onKeypress="if(event.keyCode<48||event.keyCode>57)event.returnValue=false;" title="文字链接"> <input type="text" name="Co_IndexWebLinkPictureNum" value="<%=IndexWebLinkPictureNum%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="2" onKeypress="if(event.keyCode<48||event.keyCode>57)event.returnValue=false;" title="图片链接"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span class="BlackS12" title="">设置文字链接及图片链接每行显示数目</span></td>
</tr>
<tr>
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="BlackS12">文章列表</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_List_asp" maxlength="100" value="List.asp" class="Admin_InputText" style="width:260;background-color:#FFFFFF;" onclick="JavaScript:Config_List_Show();"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span onclick="JavaScript:Config_List_Show();" class="LightgrayS12" style="cursor:pointer;">设置文章列表页面的栏目及参数...</span></td>
</tr>
<tr id="Config_List_01" style="display:none">
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="SilverS12">文章搜索</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_ListSearchShow" value="<%=ListSearchShow%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="6" onKeypress="if(event.keyCode<48||event.keyCode>49)event.returnValue=false;" title="设置显示 是:1 否:0"> <input type="text" name="Co_ListSearchTitle" value="<%=ListSearchTitle%>" class="Admin_InputText" maxlength="20" style="width:126;background-color:#FFFFFF;" title="标题文字"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span class="BlackS12" title="">设置是否显示、标题文字</td>
</tr>
<tr id="Config_List_02" style="display:none">
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="SilverS12">分类列表</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_ListAsSortTitle" value="<%=ListAsSortTitle%>" class="Admin_InputText" maxlength="20" style="width:126;background-color:#FFFFFF;" title="标题文字"> <input type="text" name="Co_ListArticleTitle" value="<%=ListArticleTitle%>" class="Admin_InputText" maxlength="20" style="width:126;background-color:#FFFFFF;" title="标题文字"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span class="BlackS12" title="">设置分类列表及文章列表的标题文字</span></td>
</tr>
<tr id="Config_List_03" style="display:none">
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="SilverS12">阅读排行</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_ListHitsShow" value="<%=ListHitsShow%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="6" onKeypress="if(event.keyCode<48||event.keyCode>49)event.returnValue=false;" title="设置显示 是:1 否:0"> <input type="text" name="Co_ListHitsTitle" value="<%=ListHitsTitle%>" class="Admin_InputText" maxlength="20" style="width:126;background-color:#FFFFFF;" title="标题文字"> <input type="text" name="Co_ListHitsNum" value="<%=ListHitsNum%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="2" onKeypress="if(event.keyCode<48||event.keyCode>57)event.returnValue=false;" title="显示条数"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span class="BlackS12" title="">设置是否显示、标题文字、显示条数</span></td>
</tr>
<tr id="Config_List_04" style="display:none">
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="SilverS12">文章列表</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_ListPageSize" value="<%=ListPageSize%>" class="Admin_InputText" style="width:59;background-color:#EAFBF5;" maxlength="6" onKeypress="if(event.keyCode<48||event.keyCode>57)event.returnValue=false;" title="设置文章列表页面每页显示的文章数目"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span id="JS_M_ListPageSize" class="BlackS12" title="">设置文章列表页面每页显示的数目</span></td>
</tr>
<tr>
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="BlackS12">阅读文章</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_Article_asp" maxlength="100" value="Article.asp" class="Admin_InputText" style="width:260;background-color:#FFFFFF;" onclick="JavaScript:Config_Article_Show();"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span onclick="JavaScript:Config_Article_Show();" class="LightgrayS12" style="cursor:pointer;">设置文章信息页面的栏目及参数...</span></td>
</tr>
<tr id="Config_Article_01" style="display:none">
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="SilverS12">文章搜索</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_ArticleSearchShow" value="<%=ArticleSearchShow%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="6" onKeypress="if(event.keyCode<48||event.keyCode>49)event.returnValue=false;" title="设置显示 是:1 否:0"> <input type="text" name="Co_ArticleSearchTitle" value="<%=ArticleSearchTitle%>" class="Admin_InputText" maxlength="20" style="width:126;background-color:#FFFFFF;" title="标题文字"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span class="BlackS12" title="">设置是否显示、标题文字</span></td>
</tr>
<tr id="Config_Article_02" style="display:none">
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="SilverS12">本周阅读</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_ArticleHitsWeekShow" value="<%=ArticleHitsWeekShow%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="6" onKeypress="if(event.keyCode<48||event.keyCode>49)event.returnValue=false;" title="设置显示 是:1 否:0"> <input type="text" name="Co_ArticleHitsWeekTitle" value="<%=ArticleHitsWeekTitle%>" class="Admin_InputText" maxlength="20" style="width:126;background-color:#FFFFFF;" title="标题文字"> <input type="text" name="Co_ArticleHitsWeekNum" value="<%=ArticleHitsWeekNum%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="2" onKeypress="if(event.keyCode<48||event.keyCode>57)event.returnValue=false;" title="显示条数"></td>
<td width="240" height="28" bgcolor="#FFFFFF"> <span class="BlackS12" title="">设置是否显示、标题文字、显示条数</span></td>
</tr>
<tr id="Config_Article_03" style="display:none">
<td width="80" height="28" bgcolor="#FFFFFF" align="center"><font class="SilverS12">本月阅读</font></td>
<td width="276" height="28" bgcolor="#FFFFFF"> <input type="text" name="Co_ArticleHitsMonthShow" value="<%=ArticleHitsMonthShow%>" class="Admin_InputText" style="width:59;background-color:#FFFFFF;" maxlength="6" onKeypress="if(event.keyCode<48||event.keyCode>49)event.returnValue=false;" title="设置显示 是:1 否:0"> <input type="text" name="Co_ArticleHitsMonthTitle" value="<%=ArticleHitsMonthTitle%>" class="Admin_InputText" maxlength="20" style="width:126;background-color:#FFFFFF;" title="标题文字">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -