Преглед изворни кода

add ie css switch to layout templates

tags/v5.0.0RC2
Jörn Friedrich Dreyer пре 11 година
родитељ
комит
9cb5bf0a28
3 измењених фајлова са 18 додато и 3 уклоњено
  1. 6
    1
      core/templates/layout.base.php
  2. 6
    1
      core/templates/layout.guest.php
  3. 6
    1
      core/templates/layout.user.php

+ 6
- 1
core/templates/layout.base.php Прегледај датотеку

@@ -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" />

+ 6
- 1
core/templates/layout.guest.php Прегледај датотеку

@@ -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" />

+ 6
- 1
core/templates/layout.user.php Прегледај датотеку

@@ -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…
Откажи
Сачувај