Merge pull request #2046 from owncloud/add_ie_css_switch
add ie css switch to layout templates
This commit is contained in:
commit
d8655a4248
|
@ -1,5 +1,10 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html class="ng-csp">
|
<!--[if lt IE 7]><html class="ng-csp ie ie6 lte9 lte8 lte7"><![endif]-->
|
||||||
|
<!--[if IE 7]><html class="ng-csp ie ie7 lte9 lte8 lte7"><![endif]-->
|
||||||
|
<!--[if IE 8]><html class="ng-csp ie ie8 lte9 lte8"><![endif]-->
|
||||||
|
<!--[if IE 9]><html class="ng-csp ie ie9 lte9"><![endif]-->
|
||||||
|
<!--[if gt IE 9]><html class="ng-csp ie"><![endif]-->
|
||||||
|
<!--[if !IE]><!--><html class="ng-csp"><!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
<title>ownCloud</title>
|
<title>ownCloud</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html class="ng-csp">
|
<!--[if lt IE 7]><html class="ng-csp ie ie6 lte9 lte8 lte7"><![endif]-->
|
||||||
|
<!--[if IE 7]><html class="ng-csp ie ie7 lte9 lte8 lte7"><![endif]-->
|
||||||
|
<!--[if IE 8]><html class="ng-csp ie ie8 lte9 lte8"><![endif]-->
|
||||||
|
<!--[if IE 9]><html class="ng-csp ie ie9 lte9"><![endif]-->
|
||||||
|
<!--[if gt IE 9]><html class="ng-csp ie"><![endif]-->
|
||||||
|
<!--[if !IE]><!--><html class="ng-csp"><!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
<title>ownCloud</title>
|
<title>ownCloud</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html class="ng-csp">
|
<!--[if lt IE 7]><html class="ng-csp ie ie6 lte9 lte8 lte7"><![endif]-->
|
||||||
|
<!--[if IE 7]><html class="ng-csp ie ie7 lte9 lte8 lte7"><![endif]-->
|
||||||
|
<!--[if IE 8]><html class="ng-csp ie ie8 lte9 lte8"><![endif]-->
|
||||||
|
<!--[if IE 9]><html class="ng-csp ie ie9 lte9"><![endif]-->
|
||||||
|
<!--[if gt IE 9]><html class="ng-csp ie"><![endif]-->
|
||||||
|
<!--[if !IE]><!--><html class="ng-csp"><!--<![endif]-->
|
||||||
<head>
|
<head>
|
||||||
<title><?php p(!empty($_['application'])?$_['application'].' | ':'') ?>ownCloud
|
<title><?php p(!empty($_['application'])?$_['application'].' | ':'') ?>ownCloud
|
||||||
<?php p(trim($_['user_displayname']) != '' ?' ('.$_['user_displayname'].') ':'') ?></title>
|
<?php p(trim($_['user_displayname']) != '' ?' ('.$_['user_displayname'].') ':'') ?></title>
|
||||||
|
|
Loading…
Reference in New Issue