skycaiji/SkycaijiApp/admin/view/common/browser_is_old.html

6 lines
462 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{if condition="!empty($GLOBALS['_sc']['browser_is_old'])"}
<div class="alert alert-error alert-dismissible fade in" role="alert" style="position:fixed;top:0;z-index:9999;width:100%;">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
您的浏览器版本过低不能完全展现页面效果请使用谷歌、火狐或IE9及以上版本的浏览器
</div>
{/if}