mobile/android/chrome/content/aboutPrivateBrowsing.xhtml

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!--
     3 # This Source Code Form is subject to the terms of the Mozilla Public
     4 # License, v. 2.0. If a copy of the MPL was not distributed with this
     5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     6 -->
     7 <!DOCTYPE html [
     8   <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
     9   %htmlDTD;
    10   <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
    11   %brandDTD;
    12   <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
    13   %globalDTD;
    14   <!ENTITY % privatebrowsingpageDTD SYSTEM "chrome://browser/locale/aboutPrivateBrowsing.dtd">
    15   %privatebrowsingpageDTD;
    16 ]>
    18 <html xmlns="http://www.w3.org/1999/xhtml">
    19   <head>
    20     <title>&privatebrowsingpage.title;</title>
    21     <meta name="viewport" content="width=device-width, initial-scale=1; user-scalable=no"/>
    22     <link rel="stylesheet" href="chrome://browser/skin/aboutPrivateBrowsing.css" type="text/css" media="all"/>
    23     <link rel="icon" type="image/png" href="chrome://branding/content/favicon32.png" />
    24   </head>
    26   <body class="private">
    27     <img class="showPrivate" src="chrome://browser/skin/images/privatebrowsing-mask.png" />
    28     <h1 class="showPrivate">&privatebrowsingpage.title;</h1>
    29     <h1 class="showNormal">&privatebrowsingpage.issueDesc.normal;</h1>
    31     <div class="contentSection">
    32       <p class="showPrivate">&privatebrowsingpage.description.private;</p>
    33       <p class="showNormal">&privatebrowsingpage.description;</p>
    35       <p>&privatebrowsingpage.moreInfo;</p>
    36     </div>
    38     <script type="application/javascript;version=1.8" src="chrome://browser/content/aboutPrivateBrowsing.js"></script>
    39   </body>
    40 </html>

mercurial