mobile/android/chrome/content/aboutPrivateBrowsing.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mobile/android/chrome/content/aboutPrivateBrowsing.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,40 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!--
     1.6 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.7 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.8 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.9 +-->
    1.10 +<!DOCTYPE html [
    1.11 +  <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
    1.12 +  %htmlDTD;
    1.13 +  <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
    1.14 +  %brandDTD;
    1.15 +  <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
    1.16 +  %globalDTD;
    1.17 +  <!ENTITY % privatebrowsingpageDTD SYSTEM "chrome://browser/locale/aboutPrivateBrowsing.dtd">
    1.18 +  %privatebrowsingpageDTD;
    1.19 +]>
    1.20 +
    1.21 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.22 +  <head>
    1.23 +    <title>&privatebrowsingpage.title;</title>
    1.24 +    <meta name="viewport" content="width=device-width, initial-scale=1; user-scalable=no"/>
    1.25 +    <link rel="stylesheet" href="chrome://browser/skin/aboutPrivateBrowsing.css" type="text/css" media="all"/>
    1.26 +    <link rel="icon" type="image/png" href="chrome://branding/content/favicon32.png" />
    1.27 +  </head>
    1.28 +
    1.29 +  <body class="private">
    1.30 +    <img class="showPrivate" src="chrome://browser/skin/images/privatebrowsing-mask.png" />
    1.31 +    <h1 class="showPrivate">&privatebrowsingpage.title;</h1>
    1.32 +    <h1 class="showNormal">&privatebrowsingpage.issueDesc.normal;</h1>
    1.33 +
    1.34 +    <div class="contentSection">
    1.35 +      <p class="showPrivate">&privatebrowsingpage.description.private;</p>
    1.36 +      <p class="showNormal">&privatebrowsingpage.description;</p>
    1.37 +
    1.38 +      <p>&privatebrowsingpage.moreInfo;</p>
    1.39 +    </div>
    1.40 +
    1.41 +    <script type="application/javascript;version=1.8" src="chrome://browser/content/aboutPrivateBrowsing.js"></script>
    1.42 +  </body>
    1.43 +</html>

mercurial