半岛网页版半岛新手怎么玩
我爱每一天
- 所属电视台:旅游卫视
- 播出时间:周五20:00
- 节目时长:60分钟
- 节目介绍:《我爱每一天》包括厨艺、瘦身、营养、家居等等各方面。李静将率领栏目专属时尚专家亲临现场指导,让我们的生活更加科学、精致。当红明星悉数到场,将自己生活中的“独门绝技”与大家分享!
[博客]
- 主持人:李静
- 节目介绍:我爱每一天20111201 自制美味百香果起司蛋糕。
- 节目介绍:我爱每一天20111128 美味意式花样烤面包。
- 节目介绍:我爱每一天20111124 达人教你花样爱心便当。
- 节目介绍:我爱每一天20111122 简单几招五官减龄法。
- 节目介绍:我爱每一天20111121 美味橄榄油烤羊排。
');
html.push('
');
html.push('
');
html.push('
');
html.push('
');
return html.join("\n");
}
};
// 自定义登陆检查函数
function my_cmnt_checksso() {
var nickname = sinaCMNT.sso.ssonickname();
if ( nickname != "" ) {
// 隐藏用户名和密码输入框
document.getElementById( "my_comment_user_input" ).style.display = "none";
// 显示欢迎信息
document.getElementById( "my_comment_sso_userid" ).innerHTML = nickname + '
退出';
document.getElementById( "my_comment_sso_userid" ).style.display = "";
// 中间回复框
document.getElementById( "my_comment_userid_wrapper_inline" ).innerHTML = nickname + '
退出';
document.getElementById( "my_comment_userid_wrapper_inline" ).style.display = "";
document.getElementById( "my_comment_user_wrapper_inline" ).style.display = "none";
}
else{
// 显示用户名和密码输入框
document.getElementById( "my_comment_user_input" ).style.display = "";
// 隐藏欢迎信息
document.getElementById( "my_comment_sso_userid" ).style.display = "none";
// 中间回复框
document.getElementById( "my_comment_userid_wrapper_inline" ).style.display = "none";
document.getElementById( "my_comment_user_wrapper_inline" ).style.display = "";
}
}
// 自定义留言显示回调函数
function cmnt_print_callback(){
var count = this.get_count();
var cmsglist = this.CmsgList;
var vlength = 50; //显示评论字符长度
var html = "";
var html = new Array();
html.push('');
document.getElementById("my_comment_wrapper").innerHTML = html.join("\n");
// 输出留言URL
document.getElementById("my_comment_url").href = sinaCMNT.v4.view_url( cmnt_channel, cmnt_newsid, cmnt_group );
document.getElementById("my_comment_url_2").href = sinaCMNT.v4.view_url( cmnt_channel, cmnt_newsid, cmnt_group );
document.getElementById("my_comment_count").href = sinaCMNT.v4.view_url( cmnt_channel, cmnt_newsid, cmnt_group );
document.getElementById("my_comment_count").innerHTML = "评论("+count+"条)";
// 修改登录状态
my_cmnt_checksso();
}
// 重写sso检查函数
sinaCMNT.embed.cmnt_checksso = my_cmnt_checksso;
// 加载评论
sinaCMNT.embed.init({channel:cmnt_channel,newsid:cmnt_newsid,group:cmnt_group,callback:cmnt_print_callback,promptconf:{text:"谢谢发表评论",fontsize:"16px/20px"}});
发表评论