Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
2e97b280
Commit
2e97b280
authored
Aug 31, 2012
by
cfoe
Browse files
fix for IE compatibility
parent
ebc41d2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/default/templates/main.tpl.htm
View file @
2e97b280
...
...
@@ -5,12 +5,12 @@
<meta
charset=
"<tmpl_var name="
html_content_encoding
"
>
" />
<title><tmpl_var
name=
"app_title"
>
<tmpl_var
name=
"app_version"
></title>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=9"
/>
<link
href=
"themes/default/css/styles.css"
rel=
"stylesheet"
media=
"screen"
type=
"text/css"
/>
<link
href=
"themes/default/css/print.css"
rel=
"stylesheet"
media=
"print"
type=
"text/css"
/>
<link
href=
"themes/default/css/styles.css"
rel=
"stylesheet"
media=
"screen"
type=
"text/css"
/>
<link
href=
"themes/default/css/print.css"
rel=
"stylesheet"
media=
"print"
type=
"text/css"
/>
<!--[if IE 9]><link href="themes/default/css/iehacks.css" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if lte IE 8]><
link href="themes/default/css/iehacks.css" rel="stylesheet" type="text/css" /
><![endif]-->
<!--[if lte IE 8]><
script type="text/javascript" src="themes/default/js/html5shiv.js"></script
><![endif]-->
<!--[if lte IE 7]><link href="themes/default/css/iehacks.css" rel="stylesheet" type="text/css" /><![endif]-->
<link
href=
"themes/default/css/jquery-ui-1.8.16.custom.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"themes/default/css/jquery-ui-1.8.16.custom.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
rel=
"shortcut icon"
href=
"/themes/default/images/favicon.ico"
/>
<script
type=
"text/javascript"
src=
"js/jquery-1.6.3.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/jquery-ui-1.8.16.custom.min.js"
></script>
...
...
@@ -18,7 +18,6 @@
<script
type=
"text/javascript"
src=
"js/uni-form/uni-form.jquery.js"
></script>
<script
type=
"text/javascript"
src=
"js/jquery.ispconfigsearch.js"
></script>
<script
type=
"text/javascript"
src=
"js/jquery.tipsy.js"
></script>
<script
type=
"text/javascript"
src=
"themes/default/js/html5shiv.js"
></script>
<script
language=
"JavaScript"
type=
"text/javascript"
>
jQuery
(
document
).
ready
(
function
()
{
loadInitContent
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment