mobile/android/chrome/content/aboutPrivateBrowsing.xhtml

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:d07663b68218
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 ]>
17
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>
25
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>
30
31 <div class="contentSection">
32 <p class="showPrivate">&privatebrowsingpage.description.private;</p>
33 <p class="showNormal">&privatebrowsingpage.description;</p>
34
35 <p>&privatebrowsingpage.moreInfo;</p>
36 </div>
37
38 <script type="application/javascript;version=1.8" src="chrome://browser/content/aboutPrivateBrowsing.js"></script>
39 </body>
40 </html>

mercurial