File: identityPanel.inc.xhtml

package info (click to toggle)
firefox 147.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,683,532 kB
  • sloc: cpp: 7,607,356; javascript: 6,533,348; ansic: 3,775,236; python: 1,415,508; xml: 634,561; asm: 438,949; java: 186,241; sh: 62,760; makefile: 18,079; objc: 13,092; perl: 12,808; yacc: 4,583; cs: 3,846; pascal: 3,448; lex: 1,720; ruby: 1,003; php: 436; lisp: 258; awk: 247; sql: 66; sed: 54; csh: 10; exp: 6
file content (120 lines) | stat: -rw-r--r-- 6,598 bytes parent folder | download | duplicates (2)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!-- 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/. -->

<html:template id="template-identity-popup">
<panel id="identity-popup"
       class="panel-no-padding site-information-popup"
       type="arrow"
       role="alertdialog"
       noautofocus="true"
       aria-labelledby="identity-popup-mainView-panel-header-span"
       orient="vertical">

  <panelmultiview id="identity-popup-multiView"
                  mainViewId="identity-popup-mainView">
    <panelview id="identity-popup-mainView"
               class="PanelUI-subView"
               role="document"
               mainview-with-header="true">
      <!-- The panel header text value changes dynamically by browser-siteIdentity.js,
         - that's why the panel header box needs to remain hardcoded in the markup.
         - instead of being handled by PanelMultiView.sys.mjs. -->
      <box id="identity-popup-mainView-panel-header" class="panel-header">
        <html:h1>
          <html:span id="identity-popup-mainView-panel-header-span"/>
        </html:h1>
      </box>
      <toolbarseparator/>
      <vbox class="panel-subview-body">
        <toolbarbutton id="identity-popup-security-button"
                       class="identity-popup-security-connection subviewbutton subviewbutton-iconic">
          <image class="identity-popup-security-connection-icon toolbarbutton-icon"></image>
          <hbox class="toolbarbutton-text" flex="1">
            <label class="identity-popup-connection-not-secure"
                        when-connection="not-secure secure-cert-user-overridden secure-custom-root cert-error-page https-only-error-page" data-l10n-id="identity-connection-not-secure"></label>
            <label class="identity-popup-connection-secure"
                        when-connection="secure secure-ev" data-l10n-id="identity-connection-secure"></label>
            <label class="identity-popup-connection-failure"
                        when-connection="net-error-page" data-l10n-id="identity-connection-failure"></label>
            <label when-connection="chrome" data-l10n-id="identity-connection-internal"></label>
            <label when-connection="file" data-l10n-id="identity-connection-file"></label>
            <label when-connection="associated" data-l10n-id="identity-connection-associated"></label>
            <label when-connection="extension" data-l10n-id="identity-extension-page"></label>
            <label class="identity-popup-connection-secure upgraded" when-httpsonlystatus="upgraded failed-sub"
              data-l10n-id="identity-https-only-connection-upgraded"></label>
          </hbox>
        </toolbarbutton>

        <!-- Security Section -->
        <hbox id="identity-popup-security" class="identity-popup-section indented" flex="1">
          <vbox class="identity-popup-security-content" flex="1">

            <vbox id="identity-popup-security-description">
              <description id="identity-popup-security-ev-content-owner"
                           when-connection="secure-ev"/>
              <description class="identity-popup-warning-box identity-popup-warning-gray"
                           when-mixedcontent="active-blocked" data-l10n-id="identity-active-blocked"></description>
              <description id="identity-popup-security-decription-custom-root"
                           class="identity-popup-warning-box identity-popup-warning-gray"
                           when-customroot="true" data-l10n-id="identity-custom-root"></description>
              <description class="identity-popup-warning-box identity-popup-warning-yellow"
                           when-mixedcontent="passive-loaded" data-l10n-id="identity-passive-loaded"></description>
              <description class="identity-popup-warning-box identity-popup-warning-yellow"
                           when-mixedcontent="active-loaded" data-l10n-id="identity-active-loaded"></description>
              <description class="identity-popup-warning-box identity-popup-warning-yellow"
                           when-ciphers="weak" data-l10n-id="identity-weak-encryption"></description>
            </vbox>

            <vbox id="identity-popup-security-httpsonlymode" when-httpsonlystatus="exception upgraded failed-top failed-sub">
              <label flex="1" data-l10n-id="identity-https-only-label2"></label>
              <menulist id="identity-popup-security-httpsonlymode-menulist" sizetopopup="none">
                <menupopup>
                  <menuitem value="0" data-l10n-id="identity-https-only-dropdown-on" />
                  <menuitem value="1" data-l10n-id="identity-https-only-dropdown-off"
                            id="identity-popup-security-menulist-off-item" />
                  <menuitem value="2" data-l10n-id="identity-https-only-dropdown-off-temporarily" />
                </menupopup>
              </menulist>
              <vbox id="identity-popup-security-httpsonlymode-info">
                <description when-httpsonlystatus="exception" flex="1" data-l10n-id="identity-https-only-info-turn-on3">
                </description>
                <description when-httpsonlystatus="failed-sub" flex="1" data-l10n-id="identity-https-only-info-turn-off3">
                </description>
                <description when-httpsonlystatus="failed-top" flex="1" data-l10n-id="identity-https-only-info-no-upgrade">
                </description>
              </vbox>
            </vbox>

          </vbox>
        </hbox>
      </vbox>

      <!-- Clear Site Data Button -->
      <vbox id="identity-popup-clear-sitedata-footer"
            class="panel-subview-footer-button"
            hidden="true">
        <toolbarseparator/>
        <toolbarbutton id="identity-popup-clear-sitedata-button"
                data-l10n-id="identity-clear-site-data"
                class="subviewbutton"/>
      </vbox>
    </panelview>

    <!-- Security SubView -->
    <panelview id="identity-popup-securityView"
               class="PanelUI-subView"
               role="document">
#include securityInformation.inc.xhtml
      <vbox id="identity-popup-more-info-footer">
        <!-- More Security Information -->
        <toolbarseparator />
        <toolbarbutton id="identity-popup-more-info"
                data-l10n-id="identity-more-info-link-text"
                class="subviewbutton panel-subview-footer-button"/>
      </vbox>

    </panelview>
  </panelmultiview>
</panel>
</html:template>