<script type=text/javascript>
//&reloadTemplate=T
var isRecom = false;
var daumId = '';
var articleId = '5Q9kF';
//로그인페이지 이동
function chkLogin(type){
if(type == 1){
url="loginAgreeArticle?bbsId=D115&commentId=0&type=R&articleId=201156&$parameter";
}else{
url="loginDisagreeArticle?bbsId=D115&commentId=0&type=R&articleId=201156&$parameter";
}
top.location.href=url;
}
function readRecom1(type){
//로그인체크
if(daumId==''){chkLogin(type);return;}
//본인여부체크
if(daumId==articleId){
alert("자신의 글에는 투표하실 수 없습니다");
return false;
}
if(isRecom){
alert("이미 평가하셨습니다");
return;
}
var url = (type==1) ? 'agreeArticle':'disagreeArticle';
var ftype = (type==1) ? 'A':'D';
//로딩이미지 보여주기
UI.$('bt_rcmd').style.display = "none";
UI.$('bt_oppo').style.display = "none";
UI.$('ld_image').style.display = "";
document.getElementById('ld_image').innerHTML = "
";
new UI.Ajax( { url:url, param:'bbsId=D115&feedback.bbsId=D115&feedback.articleId=201156&feedback.commentId=0&feedback.type='+ftype+'&articleId=201156', onComplete:readRecom2 } );
}
function readRecom2(req)
{
var result = eval('(' + req.responseText + ')');
//alert(result.status)
UI.$('ld_image').style.display = "none";
UI.$('bt_rcmd').style.display = "";
UI.$('bt_oppo').style.display = "";
//로딩이미지 삭제
if (result.status == '500'){
alert("이미 찬성 혹은 반대를 하셨습니다");
isRecom = true;
return false;
}else if(result.status == '600'){
alert("이미 추천하셨습니다");
isRecom = true;
return false;
}else if (result.status == '700'){
alert("이미 반대하셨습니다");
isRecom = true;
return false;
}else if (result.status == '300'){
alert("잘못된 오류입니다. 다시한번 시도해 주세요.");
return false;
}else if (result.status == '200'){
UI.$('bt_rcmd').innerHTML = "
"+result.agreeCount+"";
UI.$('bt_oppo').innerHTML = "
"+result.disagreeCount+"";
//UI.$('bt_result').innerHTML = result.agreeRate +"%";
//setSwfScore(result.agreeRate);
//alert("투표가 성공적으로 되었습니다");
isRecom = true;
}else
return false;
//alert(req.responseText)
//status 체크
/* status
200 : 성공
500 : 중복 선택한 경우
600:찬성
700:반대
300 : 실패
{status:"500", bbsId:"K152", articleId:"58367", agreeCount:"3", disagreeCount:"0", agreeRate:"100"}
*/
}
</script>
암소쏘리 벗알러브 태희
다들 그저 소희소희.. ㅡㅡ"
반대누를사람은
뎃그등!
댓글 분란 또는 분쟁 때문에 전체 댓글이 블라인드 처리되었습니다.