﻿Zhishi.Validator.SubmitSubject={subjectTitleRequired:function(){var a=document.lemmaCreateForm;if(a.title.value.trim()==""){return false}else{return true}},subjectSummaryRequired:function(){var a=document.lemmaCreateForm;if(a.summary.value.trim()==""){return false}else{return true}},beforeSubmit:function(a){if(a&&a.form&&a.form.name!="lemmaCreateForm"){return true}Zhishi.Ajax.sendRequest("GET",Zhishi.loginStateUrl,{onSuccess:function(c){if(c=="1"){var d=document.lemmaCreateForm;d.submitButton.disabled=true;d.target="_self";d.clickType.value="1";d.submitType.value=0;d.content.value=Editor.getValue();d.submit()}else{if(c=="0"){var d=document.lemmaCreateForm;var e=get(d.submitButton);var b=Zhishi.Login.loginList.length;e.setAttribute("wenwenid",b);e.addClassName("login_norefresh");Zhishi.Login.loginList[b]=function(){d.submitButton.disabled=true;d.target="_self";d.clickType.value="1";d.submitType.value=0;d.content.value=Editor.getValue();d.submit()};Zhishi.Login.openLoginDialog(e);return true}}}})}};function switchGroupSubject(a){var e=document.getElementById("moreSubjectLink");var b="/t/GroupSubjectList.e?sp=";var d=0;for(var c=0;c<3;c++){document.getElementById("category_"+c).style.display="none";document.getElementById("content_"+c).style.display="none"}document.getElementById("category_"+a).style.display="block";document.getElementById("content_"+a).style.display="block";e.href=b+a}function joinTeam(c,d,b,a,e){if(c){if(confirm("\u60a8\u786e\u5b9a\u8981\u53d6\u6d88\u52a0\u5165\u8be5\u56e2\u961f\u7684\u7533\u8bf7\u5417？")){if(d){joinOrCancelTeam(d)}}}else{if(b&&b.length>3){showCancelOtherApplicant(a,b,e)}else{if(d){joinOrCancelTeam(d)}}}}function joinOrCancelTeam(a){if(a&&a.length>4){Zhishi.Ajax.sendRequest("GET",a,{onSuccess:function(e){if(e){var k=e.indexOf(",");if(k<0){window.location.reload()}var c=parseInt(e.substr(0,k));if(c==1537){var b=e.substr(k+1);var h=b.indexOf(",");var g=parseInt(b.substr(0,h));b=b.substr(h+1);h=b.indexOf(",");var l=b.substr(0,h);var j=b.substr(h+1);var f="/t/t"+g+".htm";showCancelOtherApplicant(f,l,j)}else{var d=e.substr(k+1);if(d.length>0&&d.length<200){alert(d)}window.location.reload()}}}})}else{window.location.reload()}}function showCancelOtherApplicant(d,a,e){var c="";c+='<div class="layout">\u60a8\u5df2\u7ecf\u7533\u8bf7\u52a0\u5165\u4e86<a href="'+d+'">'+e+"</a>\u56e2\u961f，\u4f46\u8fd8\u6ca1\u6709\u901a\u8fc7\u5ba1\u6279，\u60a8\u662f\u5426\u8981\u53d6\u6d88\u7533\u8bf7？</div>";c+='<div class="bt_wrap"><input type="submit" name="Submit" value="\u53d6\u6d88\u7533\u8bf7" onclick="if(confirm(\'\u60a8\u786e\u5b9a\u8981\u53d6\u6d88\u52a0\u5165\u8be5\u56e2\u961f\u7684\u7533\u8bf7\u5417？\'))joinOrCancelTeam(\''+a+"')\"/></div>";var b=new Zhishi.Dialog("\u53d6\u6d88\u52a0\u5165\u56e2\u961f",370,150,false,c);b.show()};
