add ie css switch to layout templates
This commit is contained in:
parent
844e18a8b1
commit
9cb5bf0a28
3 changed files with 18 additions and 3 deletions
|
@ -1,5 +1,10 @@
|
|||
<!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>
|
||||
<title>ownCloud</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
<!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>
|
||||
<title>ownCloud</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
<!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>
|
||||
<title><?php p(!empty($_['application'])?$_['application'].' | ':'') ?>ownCloud
|
||||
<?php p(trim($_['user_displayname']) != '' ?' ('.$_['user_displayname'].') ':'') ?></title>
|
||||
|
|
Loading…
Reference in a new issue