/**2019-06-10 03:49:14 merge:*/
/**[lang/zh-cn/lang.js] */
var L = new Array();
/* admin.js */
/**[file/script/jsarea.js] */
/**[file/script/areaselect.query.js] */
;(function($){
$.fn.extend({
"AreaSelect":function(o){
o = jQuery.extend({
text:"请选çœï¼Œè¯·é€‰å¸‚,请选县",
area:area,
classname:'ipt_s1,ipt_s2,ipt_s3'
}, o || {}) ;
var cityNum = 0;
var oTextx = o.text.split(",");
var oClass = o.classname.split(",");
var hidden = jQuery(this);
var thisvalue=hidden.val();
//if (window.initAreaId) thisvalue=window.initAreaId;
var id = hidden.attr('id');
//debugger;
if (hidden.attr('loaded')) {
//console.log('地区控件é‡å¤åŠ è½½!!! id:'+id);
hidden.nextAll('select').remove(); //移除之å‰æ·»åŠ 的组件
/*for(var i=0;i<3;i++){
$("#"+id+"_"+i).remove(); //移除之å‰æ·»åŠ 的组件
}
*/
//return;
}
hidden.attr('loaded',1);
var select = "";
for (var i=0;i";
}
hidden.after(select);
for(var i=1; i";
var d = true;
if(area[areaid]){
var msg=area[areaid]
for (var i=0;i";
}
d=false;
}
select.html(options);
jQuery("#"+id+"_"+(D)).attr("disabled", d);
}
}
});
})(jQuery);
/**[file/script/MSClass.js] */
/*MSClass (Class Of Marquee Scroll通用ä¸é—´æ–滚动JSå°è£…ç±») Ver 1.65ä¿®æ£ç‰ˆ*\
 制作时间:2006-08-29 (Ver 0.5)
 å‘布时间:2006-08-31 (Ver 0.8)
 更新时间:2007-12-28 (Ver 1.65)
 更新说明: + åŠ å…¥åŠŸèƒ½ * ä¿®æ£ã€å®Œå–„
1.65.071228
* 横å‘ã€çºµå‘æ»šåŠ¨æ ¼å¼è°ƒæ•´ (解决横å‘滚动æ¢è¡Œçš„é—®é¢˜ï¼Œæ— éœ€ç‰¹æ®Šè®¾ç½®)
* 彻底解决由于IE问题导致上下滚动页é¢ç•™ç™½çš„问题 (本次更新主è¦è§£å†³æ¤é—®é¢˜,感谢天上的书生å‚与测试)
1.6.070131
+ ç¦æ¢é¼ æ ‡æŽ§åˆ¶æš‚åœæˆ–ç»§ç» (将第9个å‚数设置为-1或者动æ€èµ‹å€¼å°†ScrollStep设置为-1)
+ 判æ–是å¦å¯ä»¥æ»šåŠ¨ (若内容区域å°äºŽæ˜¾ç¤ºåŒºåŸŸ,则自动å–消滚动)
+ 跳过åˆå§‹åŒ–错误 (é¿å…引起其它滚动的åœæ¢)
+ 默认值 (除容器ID必选外,其他å‚æ•°å‡å¯æ ¹æ®æƒ…况进行选择设置)
+ å‚数动æ€èµ‹å€¼ (æ–¹å‘å¯ç”¨è‹±æ–‡è¡¨ç¤ºtop|up|bottom|down|left|right,使其更直观ã€æ–¹ä¾¿)
* æ–‡å—滚动ä¸å‡†ç¡® (本次更新主è¦ç›®çš„解决æ¤Bug,感谢周çºå‚与测试)
1.4.061211
+ é¼ æ ‡æ‚¬åœæ”¹å˜æ»šåŠ¨æ–¹å‘ (é¼ æ ‡æ‚¬åœæŽ§åˆ¶å·¦å³æ»šåŠ¨)
* 由于文档下载过慢而导致获å–的高度/宽度ä¸å‡†ç¡®
* æµè§ˆå™¨å…¼å®¹é—®é¢˜ (IEã€FFã€Operaã€NSã€MYIE)
1.2.060922
+ 指定范围间æ‡æ»šåŠ¨
* 程åºè°ƒæ•´
* è¿žç»é—´æ‡æ»šåŠ¨åœæ¢çš„错误
1.0.060901
+ å‘下ã€å‘å³æ»šåŠ¨
+ 开始ç‰å¾…时间
+ è¿žç»æ»šåŠ¨
* 调整时间å•ä½
* 滚动误差
* éšæœºæ»å¾ªçŽ¯
* åŠ å¼ºæ€§èƒ½
* 程åºä¼˜åŒ–
0.8.060829
ç¿»å±ä¸é—´æ–å‘上ã€å‘左滚动
 演示地å€:http://www.popub.net/script/MSClass.html
 下载地å€:http://www.popub.net/script/MSClass.js
 应用说明:页é¢åŒ…å«
创建实例:
//å‚数直接赋值法
new Marquee("marquee")
new Marquee("marquee","top")
......
new Marquee("marquee",0,1,760,52)
new Marquee("marquee","top",1,760,52,50,5000)
......
new Marquee("marquee",0,1,760,104,50,5000,3000,52)
new Marquee("marquee",null,null,760,104,null,5000,null,-1)
//å‚数动æ€èµ‹å€¼æ³•
var marquee1 = new Marquee("marquee") *æ¤å‚数必选
marquee1.Direction = "top"; 或者 marquee1.Direction = 0;
marquee1.Step = 1;
marquee1.Width = 760;
marquee1.Height = 52;
marquee1.Timer = 50;
marquee1.DelayTime = 5000;
marquee1.WaitTime = 3000;
marquee1.ScrollStep = 52;
marquee1.Start();
å‚数说明:
ID "marquee" 容器ID (必选)
Direction (0) æ»šåŠ¨æ–¹å‘ (å¯é€‰,默认为0å‘上滚动) å¯è®¾ç½®çš„值包括:0,1,2,3,"top","bottom","left","right" (0å‘上 1å‘下 2å‘å·¦ 3å‘å³)
Step (1) 滚动的æ¥é•¿ (å¯é€‰,默认值为2,数值越大,滚动越快)
Width (760) 容器å¯è§†å®½åº¦ (å¯é€‰,默认值为容器åˆå§‹è®¾ç½®çš„宽度)
Height (52) 容器å¯è§†é«˜åº¦ (å¯é€‰,默认值为容器åˆå§‹è®¾ç½®çš„高度)
Timer (50) 定时器 (å¯é€‰,默认值为30,数值越å°,滚动的速度越快,1000=1秒,建议ä¸å°äºŽ20)
DelayTime (5000) é—´æ‡åœé¡¿å»¶è¿Ÿæ—¶é—´(å¯é€‰,默认为0ä¸åœé¡¿,1000=1秒)
WaitTime (3000) 开始时的ç‰å¾…时间(å¯é€‰,默认或0为ä¸ç‰å¾…,1000=1秒)
ScrollStep (52) é—´æ‡æ»šåŠ¨é—´è· (å¯é€‰,默认为翻å±å®½/高度,该数值与延迟å‡ä¸º0åˆ™ä¸ºé¼ æ ‡æ‚¬åœæŽ§åˆ¶,-1ç¦æ¢é¼ æ ‡æŽ§åˆ¶)
 使用建议:
1ã€å»ºè®®ç›´æŽ¥èµ‹äºˆå®¹å™¨çš„显示区域的宽度和高度,如(......
)
2ã€å»ºè®®ä¸ºå®¹å™¨æ·»åŠ æ ·å¼overflow = auto,如(......
)
3ã€ä¸ºäº†æ›´å‡†ç¡®çš„获å–滚动区域的宽度和高度,请尽å¯èƒ½å°†å„滚动å•ä½ç›´æŽ¥èµ‹äºˆæ£ç¡®å®½é«˜åº¦
4ã€å¯¹äºŽTABLEæ ‡è®°çš„æ¨ªå‘滚动,需è¦å¯¹TABLEæ·»åŠ æ ·å¼display = inline,如()
5ã€å¯¹äºŽç¿»å±æ»šåŠ¨æˆ–é—´æ‡æ»šåŠ¨ï¼Œè¦æ³¨æ„å„滚动å•ä½é—´çš„é—´è·ï¼ŒåŒæ—¶éœ€è¦å¯¹å®¹å™¨çš„å¯è§†é«˜åº¦å’Œå¯è§†å®½åº¦åšå¥½å‡†ç¡®çš„设置,对于å„滚动å•ä½é—´çš„é—´è·å¯ä»¥é€šè¿‡è®¾ç½®è¡Œé—´è·æˆ–者å•å…ƒæ ¼çš„高宽度æ¥è¿›è¡Œè°ƒæ•´
6ã€å¯¹äºŽLI自动æ¢è¡Œçš„问题暂时没有更好的解决办法,建议将其转æ¢æˆè¡¨æ ¼(TABLE)çš„å½¢å¼æ¥è¾¾åˆ°åŒç‰çš„效果
7ã€é’ˆå¯¹æ¨ªå‘滚动的文å—段è½ï¼Œå¦‚æžœæœ€æœ«ç«¯æ˜¯ä»¥ç©ºæ ¼" "结æŸçš„ï¼Œè¯·å°†ç©ºæ ¼" "转æ¢æˆ" "
8ã€é¼ æ ‡æ‚¬åœæ»šåŠ¨æ€æƒ³æºè‡ªFlash,所以有一定的局é™æ€§ï¼ˆå®¹å™¨å†…ä»…å…许用图片
或者带链接的图片
çš„å½¢å¼ï¼Œå¹¶éœ€è¦ç¦æ¢å…¶è‡ªåŠ¨æ¢è¡Œï¼‰
 感  谢:
天上的书生(QQ:30370740) (IE页é¢ç•™ç™½çš„Bug) 2007/12/22
å‘¨çº zhoujun#yuchengtech.com (æ–‡å—滚动跳行的bug) 2007/01/31
自本程åºå‘布以æ¥ï¼Œæ”¶åˆ°ä¸å°‘朋å‹çš„邮件,æ出了很多æ„è§å’Œå»ºè®®ï¼Œæ„Ÿè°¢å¤§å®¶çš„支æŒï¼
程åºåˆ¶ä½œ/版æƒæ‰€æœ‰:崔永祥(333) E-Mail:zhadan007@21cn.com 网å€:http://www.popub.net***/
function Marquee()
{
this.ID = document.getElementById(arguments[0]);
if(!this.ID)
{
window.console && console.error("您è¦è®¾ç½®çš„\"" + arguments[0] + "\"åˆå§‹åŒ–错误\r\nè¯·æ£€æŸ¥æ ‡ç¾ID设置是å¦æ£ç¡®!");
this.ID = -1;
return;
}
this.Direction = this.Width = this.Height = this.DelayTime = this.WaitTime = this.CTL = this.StartID = this.Stop = this.MouseOver = 0;
this.Step = 1;
this.Timer = 30;
this.DirectionArray = {"top":0 , "up":0 , "bottom":1 , "down":1 , "left":2 , "right":3};
if(typeof arguments[1] == "number" || typeof arguments[1] == "string")this.Direction = arguments[1];
if(typeof arguments[2] == "number")this.Step = arguments[2];
if(typeof arguments[3] == "number")this.Width = arguments[3];
if(typeof arguments[4] == "number")this.Height = arguments[4];
if(typeof arguments[5] == "number")this.Timer = arguments[5];
if(typeof arguments[6] == "number")this.DelayTime = arguments[6];
if(typeof arguments[7] == "number")this.WaitTime = arguments[7];
if(typeof arguments[8] == "number")this.ScrollStep = arguments[8];
this.ID.style.overflow = this.ID.style.overflowX = this.ID.style.overflowY = "hidden";
this.ID.noWrap = true;
this.IsNotOpera = (navigator.userAgent.toLowerCase().indexOf("opera") == -1);
if(arguments.length >= 7)this.Start();
}
Marquee.prototype.Start = function()
{
if(this.ID == -1)return;
if(this.WaitTime < 800)this.WaitTime = 800;
if(this.Timer < 20)this.Timer = 20;
if(this.Width == 0)this.Width = parseInt(this.ID.style.width);
if(this.Height == 0)this.Height = parseInt(this.ID.style.height);
if(typeof this.Direction == "string")this.Direction = this.DirectionArray[this.Direction.toString().toLowerCase()];
this.HalfWidth = Math.round(this.Width / 2);
this.HalfHeight = Math.round(this.Height / 2);
this.BakStep = this.Step;
this.ID.style.width = this.Width + "px";
this.ID.style.height = this.Height + "px";
if(typeof this.ScrollStep != "number")this.ScrollStep = this.Direction > 1 ? this.Width : this.Height;
var templateLeft = "MSCLASS_TEMP_HTML | MSCLASS_TEMP_HTML |
";
var templateTop = "MSCLASS_TEMP_HTML |
MSCLASS_TEMP_HTML |
";
var msobj = this;
msobj.tempHTML = msobj.ID.innerHTML;
if(msobj.Direction <= 1)
{
msobj.ID.innerHTML = templateTop.replace(/MSCLASS_TEMP_HTML/g,msobj.ID.innerHTML);
}
else
{
if(msobj.ScrollStep == 0 && msobj.DelayTime == 0)
{
msobj.ID.innerHTML += msobj.ID.innerHTML;
}
else
{
msobj.ID.innerHTML = templateLeft.replace(/MSCLASS_TEMP_HTML/g,msobj.ID.innerHTML);
}
}
var timer = this.Timer;
var delaytime = this.DelayTime;
var waittime = this.WaitTime;
msobj.StartID = function(){msobj.Scroll()}
msobj.Continue = function()
{
if(msobj.MouseOver == 1)
{
setTimeout(msobj.Continue,delaytime);
}
else
{ clearInterval(msobj.TimerID);
msobj.CTL = msobj.Stop = 0;
msobj.TimerID = setInterval(msobj.StartID,timer);
}
}
msobj.Pause = function()
{
msobj.Stop = 1;
clearInterval(msobj.TimerID);
setTimeout(msobj.Continue,delaytime);
}
msobj.Begin = function()
{
msobj.ClientScroll = msobj.Direction > 1 ? msobj.ID.scrollWidth / 2 : msobj.ID.scrollHeight / 2;
if((msobj.Direction <= 1 && msobj.ClientScroll <= msobj.Height + msobj.Step) || (msobj.Direction > 1 && msobj.ClientScroll <= msobj.Width + msobj.Step)) {
msobj.ID.innerHTML = msobj.tempHTML;
delete(msobj.tempHTML);
return;
}
delete(msobj.tempHTML);
msobj.Direction > 1 ? msobj.ID.scrollLeft = 0 : msobj.ID.scrollTop = 0;
msobj.TimerID = setInterval(msobj.StartID,timer);
if(msobj.ScrollStep < 0)return;
msobj.ID.onmousemove = function(event)
{
if(msobj.ScrollStep == 0 && msobj.Direction > 1)
{
var event = event || window.event;
if(window.event)
{
if(msobj.IsNotOpera)
{
msobj.EventLeft = event.srcElement.id == msobj.ID.id ? event.offsetX - msobj.ID.scrollLeft : event.srcElement.offsetLeft - msobj.ID.scrollLeft + event.offsetX;
}
else
{
msobj.ScrollStep = null;
return;
}
}
else
{
msobj.EventLeft = event.layerX - msobj.ID.scrollLeft;
}
msobj.Direction = msobj.EventLeft > msobj.HalfWidth ? 3 : 2;
msobj.AbsCenter = Math.abs(msobj.HalfWidth - msobj.EventLeft);
msobj.Step = Math.round(msobj.AbsCenter * (msobj.BakStep*2) / msobj.HalfWidth);
}
}
msobj.ID.onmouseover = function()
{
if(msobj.ScrollStep == 0)return;
msobj.MouseOver = 1;
clearInterval(msobj.TimerID);
}
msobj.ID.onmouseout = function()
{
if(msobj.ScrollStep == 0)
{
if(msobj.Step == 0)msobj.Step = 1;
return;
}
msobj.MouseOver = 0;
if(msobj.Stop == 0)
{
clearInterval(msobj.TimerID);
msobj.TimerID = setInterval(msobj.StartID,timer);
}
}
}
setTimeout(msobj.Begin,waittime);
}
Marquee.prototype.Scroll = function()
{
switch(this.Direction)
{
case 0:
this.CTL += this.Step;
if(this.CTL >= this.ScrollStep && this.DelayTime > 0)
{
this.ID.scrollTop += this.ScrollStep + this.Step - this.CTL;
this.Pause();
return;
}
else
{
if(this.ID.scrollTop >= this.ClientScroll)
{
this.ID.scrollTop -= this.ClientScroll;
}
this.ID.scrollTop += this.Step;
}
break;
case 1:
this.CTL += this.Step;
if(this.CTL >= this.ScrollStep && this.DelayTime > 0)
{
this.ID.scrollTop -= this.ScrollStep + this.Step - this.CTL;
this.Pause();
return;
}
else
{
if(this.ID.scrollTop <= 0)
{
this.ID.scrollTop += this.ClientScroll;
}
this.ID.scrollTop -= this.Step;
}
break;
case 2:
this.CTL += this.Step;
if(this.CTL >= this.ScrollStep && this.DelayTime > 0)
{
this.ID.scrollLeft += this.ScrollStep + this.Step - this.CTL;
this.Pause();
return;
}
else
{
if(this.ID.scrollLeft >= this.ClientScroll)
{
this.ID.scrollLeft -= this.ClientScroll;
}
this.ID.scrollLeft += this.Step;
}
break;
case 3:
this.CTL += this.Step;
if(this.CTL >= this.ScrollStep && this.DelayTime > 0)
{
this.ID.scrollLeft -= this.ScrollStep + this.Step - this.CTL;
this.Pause();
return;
}
else
{
if(this.ID.scrollLeft <= 0)
{
this.ID.scrollLeft += this.ClientScroll;
}
this.ID.scrollLeft -= this.Step;
}
break;
}
};
/**[file/script/page.js] */
function Print(i) {if (isIE) {window.print();} else {var i = i ? i : 'content'; var w = window.open('','',''); w.opener = null; w.document.write(''+Dd(i).innerHTML+'
'); w.window.print();}}
function addFav(t) {document.write(''+t+'');}
function SendPage() {
var htm = '';
$('#destoon_space').html(htm);
Dd('dsendmail').submit();
}
function SendFav() {
var htm = '';
$('#destoon_space').html(htm);
Dd('dfavorite').submit();
}
function Dsearch(i) {
if(Dd('destoon_kw').value.length < 1 || Dd('destoon_kw').value == L['keyword_message']) {
Dd('destoon_kw').value = '';window.setTimeout(function(){Dd('destoon_kw').value = L['keyword_message'];}, 500);
return false;
}
if(i && Dd('destoon_search').action.indexOf('/api/') == -1) {$('#destoon_moduleid').remove();$('#destoon_spread').remove();}
return true;
}
function Dsearch_adv() {Go(Dd('destoon_search').action.indexOf('/api/') != -1 ? DTPath+'api/search.php?moduleid='+Dd('destoon_moduleid').value : Dd('destoon_search').action);}
function Dsearch_top() {if(Dsearch(0)){Dd('destoon_search').action = DTPath+'api/search.php';Dd('destoon_spread').value=1;Dd('destoon_search').submit();}}
function View(s) {window.open(EXPath+'view.php?img='+s);}
function setModule(i, n) {Dd('destoon_search').action = DTPath+'api/search.php';Dd('destoon_moduleid').value = i;searchid = i;Dd('destoon_select').value = n;$('#search_module').fadeOut('fast');Dd('destoon_kw').focus();}
function setTip(w) {Dh('search_tips'); Dd('destoon_kw').value = w; Dd('destoon_search').submit();}
var tip_word = '';
function STip(w) {
if(w.length < 2) {Dd('search_tips').innerHTML = ''; Dh('search_tips'); return;}
if(w == tip_word) {return;} else {tip_word = w;}
makeRequest('action=tipword&mid='+searchid+'&word='+w, AJPath, '_STip');
}
function _STip() {
if(xmlHttp.readyState==4 && xmlHttp.status==200) {
if(xmlHttp.responseText) {
Ds('search_tips'); Dd('search_tips').innerHTML = xmlHttp.responseText + '';
} else {
Dd('search_tips').innerHTML = ''; Dh('search_tips');
}
}
}
function SCTip(k) {
var o = Dd('search_tips');
if(o.style.display == 'none') {
if(o.innerHTML != '') Ds('search_tips');
} else {
if(k == 13) {Dd('destoon_search').submit(); return;}
Dd('destoon_kw').blur();
var d = o.getElementsByTagName('div'); var l = d.length; var n, p; var c = w = -2;
for(var i=0; i= 0) d[c].className = 'search_t_div_1';
if(w >= 0) d[w].className = 'search_t_div_2';
if(w >= 0) {var r = d[w].innerHTML.split('>'); Dd('destoon_kw').value = r[2];} else {Dd('destoon_kw').value = tip_word;}
}
}
function user_login() {
if(Dd('user_name').value.length < 2) {Dd('user_name').focus(); return false;}
if(Dd('user_pass').value == 'password' || Dd('user_pass').value.length < 6) {Dd('user_pass').focus(); return false;}
}
function show_answer(i) {document.write('');}
function show_task(s) {document.write('