| | |
| | | <head> |
| | | <title><tmpl_var name="app_title"> <tmpl_var name="app_version"></title> |
| | | <meta http-equiv="Content-Type" content="text/html; charset=<tmpl_var name="html_content_encoding">"/> |
| | | <link href="themes/default/css/central.css" rel="stylesheet" type="text/css"/> |
| | | <meta http-equiv="X-UA-Compatible" content="IE=8"/> |
| | | <link href="themes/default/css/central.css" rel="stylesheet" type="text/css"/> |
| | | <!--[if lte IE 7]> |
| | | <link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" /> |
| | | <![endif]--> |
| | |
| | | <script type="text/javascript" src="js/uni-form/uni-form.jquery.js"></script> |
| | | <script language="JavaScript" type="text/javascript"> |
| | | var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1; |
| | | if(!is_chrome) { |
| | | if(!is_chrome && getInternetExplorerVersion() > 8.0) { |
| | | var style = document.createElement('style'); |
| | | style.innerHTML = '#page_margins { min-width: 980px; max-width: 80%; background: #fff; display: table;}'; |
| | | document.getElementsByTagName("head")[0].appendChild(style); |