admin.asp
来自「搜索动力2009(asp+access) Ver 3.2 (思亲版): 1. 新」· ASP 代码 · 共 342 行 · 第 1/2 页
ASP
342 行
<link rel="stylesheet" type="text/css" href="style/admin.css">
</head>
<body>
<%if Session("zxsouadmin")="" then%>
<div class="wrapper">
<div class="contentWrapper">
<div class="contentBlock">
<div class="contentText">
<h3>管理登录</h3>
<form name="changepw" action="?action=login" method="post">
密码:<input name="password" type="password"><br><br>
<input type="Submit" name="Submit" value="登 录" id="btn_submit">
</form>
</div>
</div>
<div class="contentBlock">
<div class="contentText">
<h3>版本信息</h3>
当前版本:<%=zxsoutype%><%=version%> (<%=versionname%>)<br>
最新版本:<script src="http://<%=serverline%>/zxsoumeng/update.asp?zxsoutype=<%=zxsoutype%>&localversion=<%=version%>"></script><br>
</div>
</div>
<div class="contentBlock">
<div class="contentText">
<h3><a href=./>返回首页</a></h3>
</div>
</div>
</div>
</div>
<%else%>
<%helpurl="http://"&serverline&"/zxsoumeng/help/?version=aspaccess&name="%>
<div class="wrapper">
<div class="contentWrapper">
<div class="contentBlock">
<div class="contentText">
<h3>密码安全</h3>
<form name="changepw" action="?action=changepw" method="post">
新 密 码 :<input name="pass1" type="password" class="input_w"> 如不修改密码请留空<br>
重复密码:<input name="pass2" type="password" class="input_w"> 重复上面所输入的密码 如不修改密码请留空<br><br>
<input type="Submit" name="Submit" value="修 改" id="btn_submit">
</form>
</div>
</div>
<div class="contentBlock">
<div class="contentText">
<h3>系统设置</h3>
<form name="sysconfig" action="?action=sysconfig" method="post">
<a href=<%=helpurl%>name target=_blank>[?]</a>栏目名称:<input name="name" type="text" class="input_w" value="<%=name%>"> 该名称将在标题栏等位置显示<br>
<a href=<%=helpurl%>logo target=_blank>[?]</a>首页logo:<input name="logo" type="text" class="input_w" value="<%=logo%>"> 该LOGO图片将显示在搜索栏目首页 [<a href=http://www.zxsou.com/zxsoumeng/diy.asp#logo target=_blank><strong>下载官方Logo</strong></a>]<br>
<a href=<%=helpurl%>logosmall target=_blank>[?]</a>搜索logo:<input name="logosmall" type="text" class="input_w" value="<%=logosmall%>"> 该LOGO图片将显示在搜索结果页<br>
<a href=<%=helpurl%>domain target=_blank>[?]</a>网站域名:<input name="domain" type="text" class="input_w" value="<%=domain%>"> 请填写您网站的域名(例如zxsou.com)<br>
<a href=<%=helpurl%>weburl target=_blank>[?]</a>首页链接:<input name="weburl" type="text" class="input_w" value="<%=weburl%>"> 请填写系统首页URL(search目录:/search/ 根目录:/)<br>
<a href=<%=helpurl%>adminurl target=_blank>[?]</a>后台链接:<input name="adminurl" type="text" class="input_w" value="<%=adminurl%>"> 请填写系统后台URL(若需重命名请修改)<br>
<a href=<%=helpurl%>sysurl target=_blank>[?]</a>系统目录:<input name="sysurl" type="text" class="input_w" value="<%=sysurl%>"> 请填写系统目录URL(search目录:/search/ 根目录:/)<br>
<a href=<%=helpurl%>mobileurl target=_blank>[?]</a>手机链接:<input name="mobileurl" type="text" class="input_w" value="<%=mobileurl%>"> 请填写手机链接URL(默认:m/)<br>
<a href=<%=helpurl%>indexkeywords target=_blank>[?]</a>关 键 字:<input name="indexkeywords" type="text" class="input_w" value="<%=indexkeywords%>"> 请填写系统关键字,用半角逗号分隔<br>
<a href=<%=helpurl%>indexdescription target=_blank>[?]</a>站点描述:<input name="indexdescription" type="text" class="input_w" value="<%=indexdescription%>"> 请用一句话简单描述您的搜索频道<br>
<a href=<%=helpurl%>navigation target=_blank>[?]</a>首页导航:<textarea name="navigation" class="textarea_w"><%=navigation%></textarea> 请填写首页导航代码<br>
<a href=<%=helpurl%>icp target=_blank>[?]</a>备案信息:<input name="icp" type="text" class="input_w" value="<%=icp%>"> 请填写您在信息产业部的ICP信息备案号<br>
<a href=<%=helpurl%>stat target=_blank>[?]</a>统计代码:<textarea name="stat" class="textarea_w"><%=stat%></textarea> 请填写统计工具所提供的HTML代码<br>
<a href=<%=helpurl%>statview target=_blank>[?]</a>统计状态:<input type="radio" name="statview" value="true"<%if statview="true" then%> checked<%end if%>>显示统计 <input type="radio" name="statview" value="false"<%if statview="false" then%> checked<%end if%>>隐藏统计<br>
<a href=<%=helpurl%>notice target=_blank>[?]</a>关闭提示:<textarea name="notice" class="textarea_w"><%=notice%></textarea> 当系统关闭时,显示的公告提示等信息.<br>
<a href=<%=helpurl%>mode target=_blank>[?]</a>系统状态:<input type="radio" name="mode" value="open"<%if mode="open" then%> checked<%end if%>>系统开放 <input type="radio" name="mode" value="close"<%if mode="close" then%> checked<%end if%>>系统关闭<br>
<a href=<%=helpurl%>authorize target=_blank>[?]</a>授权信息:<input type="radio" name="authorize" value="true"<%if authorize="true" then%> checked<%end if%>>显示 <input type="radio" name="authorize" value="false"<%if authorize="false" then%> checked<%end if%>>隐藏<br><br>
<input type="Submit" name="Submit" value="保 存" id="btn_submit">
</form>
</div>
</div>
<div class="contentBlock">
<div class="contentText">
<h3>用户体验</h3>
<form name="userconfig" action="?action=userconfig" method="post">
<a href=<%=helpurl%>skin target=_blank>[?]</a>界面样式:<input name="skin" type="text" class="input_w" value="<%=skin%>"> 填写skin目录下的文件夹名称 [<a href=http://www.zxsou.com/zxsoumeng/diy.asp#skin target=_blank><strong>下载官方皮肤</strong></a>]<br>
<a href=<%=helpurl%>key_web target=_blank>[?]</a>网页默认:<input name="key_web" type="text" class="input_w" value="<%=key_web%>"> 网页搜索默认关键字<br>
<a href=<%=helpurl%>key_photo target=_blank>[?]</a>图片默认:<input name="key_photo" type="text" class="input_w" value="<%=key_photo%>"> 图片搜索默认关键字<br>
<a href=<%=helpurl%>key_music target=_blank>[?]</a>音乐默认:<input name="key_music" type="text" class="input_w" value="<%=key_music%>"> 音乐搜索默认关键字<br>
<a href=<%=helpurl%>key_video target=_blank>[?]</a>视频默认:<input name="key_video" type="text" class="input_w" value="<%=key_video%>"> 视频搜索默认关键字<br>
<a href=<%=helpurl%>key_game target=_blank>[?]</a>游戏默认:<input name="key_game" type="text" class="input_w" value="<%=key_game%>"> 游戏搜索默认关键字<br>
<a href=<%=helpurl%>key_know target=_blank>[?]</a>知识默认:<input name="key_know" type="text" class="input_w" value="<%=key_know%>"> 知识搜索默认关键字<br>
<a href=<%=helpurl%>key_other target=_blank>[?]</a>其他默认:<input name="key_other" type="text" class="input_w" value="<%=key_other%>"> 其他搜索默认关键字<br>
<a href=<%=helpurl%>showtop target=_blank>[?]</a>显示方式:<input type="radio" name="showtop" value="show"<%if showtop="show" then%> checked<%end if%>>显示搜索引擎顶部 <input type="radio" name="showtop" value=""<%if showtop="" then%> checked<%end if%>>隐藏搜索引擎顶部<br>
<a href=<%=helpurl%>weathershow target=_blank>[?]</a>天气预报:<input type="radio" name="weathershow" value="true"<%if weathershow="true" then%> checked<%end if%>>显示天气预报 <input type="radio" name="weathershow" value=""<%if weathershow="" then%> checked<%end if%>>隐藏天气预报<br>
<a href=<%=helpurl%>scrollshow target=_blank>[?]</a>首页滚动:<input type="radio" name="scrollshow" value="true"<%if scrollshow="true" then%> checked<%end if%>>显示滚动条 <input type="radio" name="scrollshow" value="false"<%if scrollshow="false" then%> checked<%end if%>>隐藏滚动条<br>
<a href=<%=helpurl%>changenav target=_blank>[?]</a>切换方式:<input type="radio" name="changenav" value="click"<%if changenav="click" then%> checked<%end if%>>鼠标点击切换 <input type="radio" name="changenav" value="over"<%if changenav="over" then%> checked<%end if%>>鼠标经过切换<br>
<a href=<%=helpurl%>indexfocus target=_blank>[?]</a>首页焦点:<input type="radio" name="indexfocus" value="true"<%if indexfocus="true" then%> checked<%end if%>>焦点搜索框 <input type="radio" name="indexfocus" value=""<%if indexfocus="" then%> checked<%end if%>>无焦点<br>
<a href=<%=helpurl%>formtarget target=_blank>[?]</a>搜索窗口:<input type="radio" name="formtarget" value=""<%if formtarget="" then%> checked<%end if%>>在本窗口中打开 <input type="radio" name="formtarget" value="_blank"<%if formtarget="_blank" then%> checked<%end if%>>在新窗口中打开<br>
<a href=<%=helpurl%>searchtype target=_blank>[?]</a>快选引擎:<input type="radio" name="searchtype" value="true"<%if searchtype="true" then%> checked<%end if%>>显示首页快选引擎 <input type="radio" name="searchtype" value=""<%if searchtype="" then%> checked<%end if%>>隐藏首页快选引擎<br>
<a href=<%=helpurl%>siteshow target=_blank>[?]</a>网址导航:<input type="radio" name="siteshow" value="true"<%if siteshow="true" then%> checked<%end if%>>显示首页网址导航 <input type="radio" name="siteshow" value=""<%if siteshow="" then%> checked<%end if%>>隐藏首页网址导航<br>
<a href=<%=helpurl%>festivalshow target=_blank>[?]</a>节日提示:<input type="radio" name="festivalshow" value="true"<%if festivalshow="true" then%> checked<%end if%>>开启 <input type="radio" name="festivalshow" value="false"<%if festivalshow="false" then%> checked<%end if%>>关闭<br>
<a href=<%=helpurl%>sethomepage target=_blank>[?]</a>设为主页:<input type="radio" name="sethomepage" value="true"<%if sethomepage="true" then%> checked<%end if%>>显示 <input type="radio" name="sethomepage" value="false"<%if sethomepage="false" then%> checked<%end if%>>隐藏<br>
<a href=<%=helpurl%>ranklink target=_blank>[?]</a>排行链接:<input type="radio" name="ranklink" value="true"<%if ranklink="true" then%> checked<%end if%>>显示 <input type="radio" name="ranklink" value="false"<%if ranklink="false" then%> checked<%end if%>>隐藏<br>
<a href=<%=helpurl%>mobilelink target=_blank>[?]</a>手机链接:<input type="radio" name="mobilelink" value="true"<%if mobilelink="true" then%> checked<%end if%>>显示 <input type="radio" name="mobilelink" value="false"<%if mobilelink="false" then%> checked<%end if%>>隐藏<br>
<a href=<%=helpurl%>getcode target=_blank>[?]</a>搜索代码:<input type="radio" name="getcode" value="true"<%if getcode="true" then%> checked<%end if%>>显示 <input type="radio" name="getcode" value="false"<%if getcode="false" then%> checked<%end if%>>隐藏<br>
<a href=<%=helpurl%>adminlink target=_blank>[?]</a>管理链接:<input type="radio" name="adminlink" value="true"<%if adminlink="true" then%> checked<%end if%>>显示 <input type="radio" name="adminlink" value="false"<%if adminlink="false" then%> checked<%end if%>>隐藏<br>
<a href=<%=helpurl%>ico target=_blank>[?]</a>站点图标:<input type="radio" name="ico" value="true"<%if ico="true" then%> checked<%end if%>>显示 <input type="radio" name="ico" value="false"<%if ico="false" then%> checked<%end if%>>隐藏<br>
<a href=<%=helpurl%>find target=_blank>[?]</a>搜索发现:<input type="radio" name="find" value="true"<%if find="true" then%> checked<%end if%>>开启 <input type="radio" name="find" value="false"<%if find="false" then%> checked<%end if%>>关闭<br><br>
<input type="Submit" name="Submit" value="保 存" id="btn_submit">
</form>
</div>
</div>
<div class="contentBlock">
<div class="contentText">
<h3>广告管理</h3>
<form name="adconfig" action="?action=adconfig" method="post">
<a href=<%=helpurl%>adcode target=_blank>[?]</a>首页广告代码:<textarea name="adcode" class="textarea_w"><%=adcode%></textarea> [<a href=http://www.zxsou.com/zxsoumeng/diy.asp#ads target=_blank><strong>下载官方广告示例</strong></a>]<br>
<a href=<%=helpurl%>adshow target=_blank>[?]</a>首页广告状态:<input type="radio" name="adshow" value="true"<%if adshow="true" then%> checked<%end if%>>显示 <input type="radio" name="adshow" value="false"<%if adshow="false" then%> checked<%end if%>>隐藏<br>
<a href=<%=helpurl%>adcode_search target=_blank>[?]</a>搜索广告代码:<textarea name="adcode_search" class="textarea_w"><%=adcode_search%></textarea> [<a href=http://www.zxsou.com/zxsoumeng/diy.asp#ads target=_blank><strong>下载官方广告示例</strong></a>]<br>
<a href=<%=helpurl%>adshow_search target=_blank>[?]</a>搜索广告状态:<input type="radio" name="adshow_search" value="true"<%if adshow_search="true" then%> checked<%end if%>>显示 <input type="radio" name="adshow_search" value="false"<%if adshow_search="false" then%> checked<%end if%>>隐藏<br>
<a href=<%=helpurl%>friendlink target=_blank>[?]</a>友情链接代码:<textarea name="friendlink" class="textarea_w"><%=friendlink%></textarea><br><br>
<input type="Submit" name="Submit" value="保 存" id="btn_submit">
</form>
</div>
</div>
<div class="contentBlock">
<div class="contentText">
<h3>在线搜盟</h3>
<form name="zxsoumeng" action="?action=zxsoumeng" method="post">
<a href=<%=helpurl%>webmaster target=_blank>[?]</a>搜盟帐号:<input name="webmaster" type="text" class="input_w" value="<%=webmaster%>"> 如果您还没有联盟帐号,建议到<a href="http://union.zxsou.com" target=_blank>在线搜盟</a>注册.<br>
<a href=<%=helpurl%>chinesego target=_blank>[?]</a>中文直达:<input name="chinesego" type="text" class="input_w" value="<%=chinesego%>"> 请在此填入已通过审核的中文直达关键词.<br>
<a href=<%=helpurl%>serverline target=_blank>[?]</a>线路选择:<input type="radio" name="serverline" value="www.zxsou.com"<%if serverline="www.zxsou.com" then%> checked<%end if%>>默认 <input type="radio" name="serverline" value="www.zxsou.cn"<%if serverline="www.zxsou.cn" then%> checked<%end if%>>备用 <input type="radio" name="serverline" value="temp.zxsou.com"<%if serverline="temp.zxsou.com" then%> checked<%end if%>>临时1 <input type="radio" name="serverline" value="temp.zxsou.cn"<%if serverline="temp.zxsou.cn" then%> checked<%end if%>>临时2<br>
<a href=<%=helpurl%>dns target=_blank>[?]</a>预先解析:<input type="radio" name="dns" value="true"<%if dns="true" then%> checked<%end if%>>开启 <input type="radio" name="dns" value="false"<%if dns="false" then%> checked<%end if%>>关闭<br>
<a href=<%=helpurl%>prhelp target=_blank>[?]</a>搜盟赞助:<input type="radio" name="prhelp" value="true"<%if prhelp="true" then%> checked<%end if%>>开启 <input type="radio" name="prhelp" value="false"<%if prhelp="false" then%> checked<%end if%>>关闭<br><br>
<input type="Submit" name="Submit" value="保 存" id="btn_submit">
</form>
</div>
</div>
<div class="contentBlock">
<div class="contentText">
<h3>版本信息</h3>
当前版本:<%=zxsoutype%><%=version%> (<%=versionname%>)<br>
最新版本:<script src="http://<%=serverline%>/zxsoumeng/update.asp?zxsoutype=<%=zxsoutype%>&localversion=<%=version%>"></script><br>
</div>
</div>
<div class="contentBlock">
<div class="contentText">
<h3><a href=?action=logout>安全退出</a></h3>
</div>
</div>
</div>
</div>
<%end if%>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?