mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Corrected "Old Browser" warning: point to FireFox.
It's inappropriate for the FreedomBox project to recommend Non-Free Software. Therefore, we point users to the current version of FireFox if their browser is too old.
This commit is contained in:
parent
5ec749af8e
commit
da7bd50a09
@ -14,11 +14,11 @@
|
|||||||
<!-- the "no-js" class is for Modernizr -->
|
<!-- the "no-js" class is for Modernizr -->
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
||||||
<!-- Always force latest IE rendering engine and Chrome Frame -->
|
<!-- Always force latest IE rendering engine and Chrome Frame -->
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
|
|
||||||
<!-- Mobile Viewport Fix http://j.mp/mobileviewport & http://davidbcalhoun.com/2010/viewport-metatag
|
<!-- Mobile Viewport Fix http://j.mp/mobileviewport & http://davidbcalhoun.com/2010/viewport-metatag
|
||||||
device-width : Occupy full width of the screen in its current orientation
|
device-width : Occupy full width of the screen in its current orientation
|
||||||
initial-scale = 1.0 retains dimensions instead of zooming out if page height > device height
|
initial-scale = 1.0 retains dimensions instead of zooming out if page height > device height
|
||||||
maximum-scale = 1.0 retains dimensions instead of zooming in if page width < device width
|
maximum-scale = 1.0 retains dimensions instead of zooming in if page width < device width
|
||||||
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<!-- This is the traditional favicon. Size: 16x16 or 32x32, transparency is OK -->
|
<!-- This is the traditional favicon. Size: 16x16 or 32x32, transparency is OK -->
|
||||||
<link rel="shortcut icon" href="$basehref/static/theme/img/favicon.ico" />
|
<link rel="shortcut icon" href="$basehref/static/theme/img/favicon.ico" />
|
||||||
|
|
||||||
<!-- The is the icon for iOS's Web Clip. Size: 57x57 for older iPhones, 72x72 for iPads, 114x114 for iPhone4
|
<!-- The is the icon for iOS's Web Clip. Size: 57x57 for older iPhones, 72x72 for iPads, 114x114 for iPhone4
|
||||||
- To prevent iOS from applying its styles to the icon name it thusly: apple-touch-icon-precomposed.png
|
- To prevent iOS from applying its styles to the icon name it thusly: apple-touch-icon-precomposed.png
|
||||||
- Transparency is not recommended (iOS will put a black BG behind the icon) -->
|
- Transparency is not recommended (iOS will put a black BG behind the icon) -->
|
||||||
@ -102,13 +102,11 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
<!--
|
<!--
|
||||||
$onload
|
$onload
|
||||||
// -->
|
// -->
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body onload="javascript:onload_handler();">
|
<body onload="javascript:onload_handler();">
|
||||||
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
|
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://mozilla.org/firefox">Upgrade to a modern version of Firefox</a> to experience this site.</p><![endif]-->
|
||||||
<!-- ^ FreedomBox needs a better version of "Browse Happy", with freedom and privacy-respecting browsers only -->
|
|
||||||
|
|
||||||
<div class="navbar navbar-fixed-top">
|
<div class="navbar navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
@ -172,7 +170,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>Current page: $current_url</p>
|
<p>Current page: $current_url</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
#end block footer_block</p>
|
#end block footer_block</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user