var url = FR.cjkEncode("");
$('#popup_title').css('color', 'black');
$iframe=$("<iframe width='100%' height='100%' scrolling='no' frameborder='0'>");
$iframe.attr("src",url);
window.dlg= new FR.Dialog({
title : '日志',
height : 700,
width:1200,
contentHtml : $iframe
});
dlg.doResize({top:12,left:18});
dlg.setVisible(true);
//$(".fr-core-panel-header").css("background","#5133C4");
$(".fr-core-window.ui-state-enabled").css("border-radius","0").children().css("border-radius","0");
//$(".fr-core-panel-tool-close").css("background","url('/webroot/static/img/x.png') no-repeat center");