File: aboutPrivateBrowsing.xhtml

package info (click to toggle)
icedove 1%3A45.8.0-3~deb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 1,488,584 kB
  • ctags: 1,068,813
  • sloc: cpp: 4,801,496; ansic: 1,929,291; python: 379,296; java: 252,018; xml: 173,182; asm: 146,741; sh: 89,229; makefile: 23,462; perl: 16,380; objc: 4,088; yacc: 1,841; lex: 1,222; exp: 499; php: 437; lisp: 228; awk: 152; pascal: 116; sed: 51; ruby: 47; csh: 31; ada: 16
file content (86 lines) | stat: -rw-r--r-- 3,972 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="UTF-8"?>
<!--
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<!DOCTYPE html [
  <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
  %htmlDTD;
  <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
  %globalDTD;
  <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
  %brandDTD;
  <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd">
  %browserDTD;
  <!ENTITY % aboutPrivateBrowsingDTD SYSTEM "chrome://browser/locale/aboutPrivateBrowsing.dtd">
  %aboutPrivateBrowsingDTD;
]>

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <link id="favicon" rel="icon" type="image/png"/>
    <link rel="stylesheet" href="chrome://browser/content/aboutPrivateBrowsing.css" type="text/css" media="all"/>
    <script type="application/javascript;version=1.7" src="chrome://browser/content/aboutPrivateBrowsing.js"></script>
  </head>

  <body dir="&locale.dir;" class="private">
    <p class="showNormal">&aboutPrivateBrowsing.notPrivate;</p>
    <button xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
            id="startPrivateBrowsing"
            class="showNormal"
            label="&privatebrowsingpage.openPrivateWindow.label;"
            accesskey="&privatebrowsingpage.openPrivateWindow.accesskey;"/>
    <div id="bar" class="showPrivate">&privateBrowsing.title;</div>
    <div id="main" class="showPrivate">
      <div id="privateBrowsingSection"
           style="width: &aboutPrivateBrowsing.width1;">
        <div class="sectionHeader">&aboutPrivateBrowsing.title;</div>
        <div id="list-area">
          <div>
            <p class="list-header">&aboutPrivateBrowsing.info.notsaved;</p>
            <ul id="forgotten">
              <li>&aboutPrivateBrowsing.info.history;</li>
              <li>&aboutPrivateBrowsing.info.searches;</li>
              <li>&aboutPrivateBrowsing.info.cookies;</li>
              <li>&aboutPrivateBrowsing.info.temporaryFiles;</li>
            </ul>
          </div>
          <div>
            <p class="list-header">&aboutPrivateBrowsing.info.saved;</p>
            <ul id="kept">
              <li>&aboutPrivateBrowsing.info.downloads;</li>
              <li>&aboutPrivateBrowsing.info.bookmarks;</li>
            </ul>
          </div>
        </div>
        <p>&aboutPrivateBrowsing.note1;</p>
        <a id="learnMore" target="_blank">&aboutPrivateBrowsing.learnMore;</a>
      </div>
      <div id="trackingProtectionSection"
           style="width: &trackingProtection.width1;">
        <div class="sectionHeader">&trackingProtection.title;
          <span id="tpEnabled"
                style="width: &trackingProtection.state.width;"
                class="showTpEnabled">&trackingProtection.state.enabled;</span>
          <span id="tpDisabled"
                style="width: &trackingProtection.state.width;"
                class="showTpDisabled">&trackingProtection.state.disabled;</span>
        </div>
        <p id="tpDiagram"/>
        <p>&trackingProtection.description1;</p>
        <!-- Use text links to implement plain styled buttons without an href. -->
        <label xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
               id="disableTrackingProtection"
               class="text-link showTpEnabled showGlobalTpDisabled"
               value="&trackingProtection.disable;"/>
        <label xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
               id="enableTrackingProtection"
               class="text-link showTpDisabled showGlobalTpDisabled"
               value="&trackingProtection.enable;"/>
        <p id="tpStartTour"
           class="showTpEnabled"><a id="startTour">&trackingProtection.startTour1;</a></p>
      </div>
    </div>
  </body>
</html>