<script>
var $buoop = {
notify: { i: 10, f: 51, o: 44, s: 5, c: 80 },
reminder: 0,
reminderClosed: 0.000278,
onshow: function (infos) {
BootstrapDialog.show({
type: BootstrapDialog.TYPE_DANGER,
title: '錯誤',
message: infos.text_zh,
buttons: [
{
icon: 'glyphicon glyphicon-remove',
cssClass: 'btn-default',
label: '確定',
action: function (dialogItself) { dialogItself.close(); }
}
]
});
},
//onclick: function (infos) { },
//onclose: function (infos) { },
l: 'zh',
//test: true,
//text: '<b>您的網頁瀏覽器 ({brow_name}) 已過期,推薦使用<a{up_but}>最新版網頁瀏覽器</a><a{ignore_but}>忽略</a></b>',
//text_zh: '您的網頁瀏覽器已過期,推薦使用最新版網頁瀏覽器',
newwindow: true,
url: "https://support.microsoft.com/zh-cn/help/17621/internet-explorer-downloads/",
noclose: true,//關閉按鈕
nomessage: true,//如果true則只執行onshow
jsshowurl: '/assets/browser-update-master/update.show.min.js',
style: 'top',//top,bottom,corner
//no_permanent_hide: true,
mobile: false,
api: 5
};
</script>
<script src="assets/browser-update-master/update.min.js"></script>
<style type="text/css">
.buorg {
position: !important;
top: !important;
left: !important;
opacity: 0.9;
filter: alpha(opacity = 90);
background-color: rgb(255, 106, 0);
border-bottom: 1px solid #dddddd;
text-align: center;
font-family: "Microsoft YaHei","Arial","Hiragino Sans GB",\5fae\8f6f\96c5\9ed1,"Helvetica","sans-serif";
font-size: 20px;
}
.buorg div {
padding: 0;
line-height: 2em;
}
</style>