var picUrlInCMS = 'http://img.ifeng.com/tres/appres/images/'; //用户登录 function loginsuc(){ JQ("#Loginp").show(); JQ(".loginbefore").hide(); } //登录 function actionlogin(){ var fromobj=JQ("#special_logoin_b").parent().parent().parent().parent(); var uname = fromobj.find("[name=username]").val(); var password = fromobj.find("[name=password]").val(); if (uname == "") { alert("用户名不能为空"); return; } if (password == "") { alert("密码不能为空"); return; } JQ.getScript("http://comment.ifeng.com/login.php?callback=loginsuc&job=login&uname=" + encodeURIComponent(uname) + "&password=" + encodeURIComponent(password)); } function checklogin(event){ if(!getCookieValue("sid")){ event.returnValue=false;// for IE event.preventDefault(); alert("请登录后发表评论"); JQ("#username").focus(); return false; }else{ } } var comment_global_sid=getCookieValue("sid"); var comment_global_uname=""; var comment_login_html=""; var comment_style=''; if(comment_global_sid && comment_global_sid.length>32 ){ comment_style='style="display:none"'; comment_global_uname=comment_global_sid.substring(32,comment_global_sid.length); comment_login_html+='    '+comment_global_uname+' 凤凰网欢迎您 退出'; }else{ comment_style='style="display:"'; } var templogin=''; templogin+=' '+comment_login_html+''; templogin+=' '; templogin+=' '; templogin+=' '; templogin+=' 用户名:'; templogin+=' '; templogin+=' '; templogin+=' '; templogin+=' '; templogin+=' '; templogin+=' '; templogin+=' '; templogin+=' 密 码:'; templogin+=' '; templogin+=' '; templogin+=' '; templogin+=' '; templogin+=' '; templogin+=' '; templogin+=' '; templogin+='  '; templogin+=' '; templogin+=' '; templogin+=' 注册'; templogin+=' '; templogin+=' '; var template_content1 = ''; template_content1 += '
'; template_content1 += ''; //template_content1 += ''; //template_content1 += ''; template_content1 += '
 
 
'; template_content1 += '
'; var template_content2 = ''; template_content2 += '
${join_count}人参与 ${normal_count}条评论  更多评论
'; var template_cmt_form = ''; template_cmt_form += '
'; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form+=templogin; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += '
'; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += ''; template_cmt_form += '
'; var template_cmt_list = ''; template_cmt_list += '
'; template_cmt_list += '{if typeof(noPassList)!=\'undefined\'}{for noPassComment in noPassList.noPassList}'; template_cmt_list += '
'; template_cmt_list += ''; template_cmt_list += '
'; template_cmt_list += ''; template_cmt_list += ''; template_cmt_list += '
${noPassComment.EXT1}网友:${noPassComment.COMUSERNAME|default:\"凤凰网友\"}发表时间:${noPassComment.COMDATE|formatDate}
${noPassComment.COMDETAIL}
'; template_cmt_list += ''; template_cmt_list += ''; template_cmt_list += '
    
{/for}{/if}'; template_cmt_list += '{if typeof(commentList)!=\'undefined\' && commentList!=\'\'}{var dname = encodeURIComponent(commentList[0].docName)}{var durl = encodeURIComponent(commentList[0].docUrl)}{for comment in commentList}'; template_cmt_list += '
'; template_cmt_list += '
'; template_cmt_list += ''; template_cmt_list += '
${comment.EXT1}网友:${comment.COMUSERNAME|default:\"凤凰网友\"}发表时间:${comment.COMDATE|formatDate}
${comment.COMDETAIL}
'; template_cmt_list += ''; template_cmt_list += ''; template_cmt_list += ''; template_cmt_list += ''; template_cmt_list += ''; template_cmt_list += '
支持(${comment.UPTIMES})反对(${comment.DOWNTIMES})
{/for}{/if}
'; var template_content = ''; if(jtemp_style!='right'){ template_content = template_content1 + template_cmt_form + template_cmt_list + template_content2; }else{ template_content = template_content1 + template_cmt_list + template_cmt_form + template_content2; }