﻿/*!
 * http://www.ipow.cn/
 * Copyright (c) 2009
 * iPow
 */
function indexUi(){this.developer="\u6df1\u5733\u5e02\u4e92\u52a8\u529b\u79d1\u6280\u6709\u9650\u516c\u53f8\uff08http://www.ipow.cn\uff09"}indexUi.prototype={init:function(){var A=this;A.resize();iRainbow();$(window).resize(function(){A.resize()})},resize:function(){var D=document.documentElement.clientWidth,B=document.getElementById("mainContainer").scrollWidth>document.getElementById("mainContainer").offsetWidth?document.getElementById("mainContainer").scrollWidth:document.getElementById("mainContainer").offsetWidth;if(D>1280){var A=parseInt((D-1280)/2),E=0,C=0;if(A>236){E=parseInt(A-236);C=A+B;$("#indexLeft").css({"left":E+"px"});$("#indexRight").css({"left":C+"px"})}else{E=0;C=A+B;$("#indexLeft").css({"width":A+"px","left":E+"px"});$("#indexRight").css({"width":A+"px","left":C+"px"})}$("#indexLeft").show();$("#indexRight").show()}else{$("#indexLeft").hide();$("#indexRight").hide()}}};function strUrlPara(D){var C=location.href+"&",B=new RegExp("(\\?|\\&)"+D+"=([^\\&\\?]*)\\&","gi");if(!B.test(C))return"";var A=B.exec(C);return(RegExp.$2)}function showVote(A){$.getJSON("/vote/showvote.php?rdm="+Math.random(),{sid:A,action:"show"},function(B){if(B.Suc=="OK"){initVote();var C="";$.each(B.Question,function(B,A){C+="<li><input type=\"radio\" id=\""+A.qid+"\" name=\""+A.vid+"\" value=\""+A.qid+"\"/>&nbsp;&nbsp;"+A.question+"</li>"});$("#ulVoteInfo").html(C);$("#aSubmitVote").unbind().click(function(){$(this).hide();doVote(A)})}})}function showVoteRE(A){var B="<iframe width=\"100%\" scrolling=\"no\" frameborder=\"0\" height=\"160px\" src=\"/vote/view.php?sid="+A+"\"></iframe>";$("#pVote").html("<a href=\"javascript:;\" onclick=\"showVote("+A+")\">\u8fd4\u56de</a>");$("#voteContainer").html(B)}function doVote(A){var B=$("#DialogVote input:checked").val();if(B==undefined){alert("\u8bf7\u9009\u62e9\u9009\u9879\uff1a\uff09");return false}jQuery.getJSON("/vote/showvote.php?rdm="+Math.random(),{sid:A,qid:B,action:"dovote"},function(A){if(A.Suc=="OK"){alert("\u8c22\u8c22\u60a8\u7684\u53c2\u4e0e:)");$("#DialogVote input").attr("checked","")}else alert("\u60a8\u5df2\u7ecf\u6295\u8fc7\u7968\u4e86:)")})}function initVote(){$localPosition=getAllPosition();var B=$localPosition.offWidth,A=$localPosition.offHeight,D=0,C=0;if(B>=1003)D=parseInt(B-232);else D=771;if(A>=620)C=parseInt(A-194+$localPosition.scrTop);else C=parseInt(426+$localPosition.scrTop);$("#DialogVote").css({"left":D+"px","top":parseInt(C+200)+"px"});$("#dialogClose").unbind().click(function(){$("#DialogVote").hide()});$("#DialogVote").show().animate({top:C+"px"},700,function(){})}function getAllPosition(D){var A=[];if(D!=undefined){var E=$(D).offset();A.offLeft=E.left;A.offTop=E.top}A.offWidth=document.documentElement.clientWidth;A.offHeight=document.documentElement.clientHeight;var C,B,F;if(typeof window.pageYOffset!="undefined"){C=window.pageYOffset;B=0}else if(typeof document.compatMode!="undefined"&&document.compatMode!="BackCompat"){C=document.documentElement.scrollTop;B=document.documentElement.scrollLeft}else if(typeof document.body!="undefined"){C=document.body.scrollTop;B=document.body.scrollLeft}if(A.offWidth>1003)F=parseFloat(A.offWidth-1003)/2;else F=0;A.scrTop=C;A.scrLeft=B;A.offsetLeft=F;return A}function getWeather(){$.get("/api/weather.php",function(A){$("#weatherCon").html(A)})}function iRainbow(){getWeather();$("#iRainToolQuick").quickMenu({});$("#iRainToolQQ").quickMenu({})}jQuery.fn.quickMenu=function(A){A=jQuery.extend({index:0},A);return this.each(function(){var A=$(this);A.click(function(){jQuery(".quicklinks").css("background-position","0px -29px");A.find("span").fadeIn("500")});A.mouseleave(function(){A.find("span").fadeOut("500",function(){jQuery(".quicklinks").css("background-position","-22px -77px")})})})}