trustPanel.inc.xhtml (7036B)
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public 2 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 5 <html:template id="template-trustpanel-popup"> 6 <panel id="trustpanel-popup" 7 class="panel-no-padding site-information-popup" 8 type="arrow" 9 role="alertdialog" 10 noautofocus="true" 11 orient="vertical"> 12 13 <panelmultiview id="trustpanel-popup-multiView" 14 mainViewId="trustpanel-popup-mainView"> 15 <panelview id="trustpanel-popup-mainView" 16 class="PanelUI-subView" 17 role="document" 18 mainview-with-header="true" 19 has-custom-header="true"> 20 21 <vbox id="trustpanel-header-section"> 22 <hbox id="trustpanel-header-row"> 23 <hbox id="trustpanel-popup-host-wrapper"> 24 <image id="trustpanel-popup-icon"></image> 25 <label id="trustpanel-popup-host" crop="start"></label> 26 </hbox> 27 <toolbarbutton id="trustpanel-popup-connection" class="subviewbutton subviewbutton-nav"> 28 <image id="trustpanel-connection-icon"></image> 29 <label id="trustpanel-connection-label"></label> 30 </toolbarbutton> 31 </hbox> 32 33 <vbox id="trustpanel-graphic-section"> 34 <hbox> 35 <image id="trustpanel-graphic-image"></image> 36 <vbox id="trustpanel-graphic-section-text"> 37 <label when-connection="secure secure-ev secure-cert-user-overridden chrome file extension" 38 id="trustpanel-header" 39 class="trustpanel-header"></label> 40 <label when-connection="not-secure cert-error-page net-error-page https-only-error-page" 41 class="trustpanel-header" 42 data-l10n-id="trustpanel-header-enabled-insecure"></label> 43 <label when-connection="secure secure-ev secure-cert-user-overridden chrome file extension" 44 id="trustpanel-description"></label> 45 <label when-connection="not-secure cert-error-page net-error-page https-only-error-page" 46 data-l10n-id="trustpanel-description-enabled-insecure"></label> 47 </vbox> 48 </hbox> 49 <vbox id="trustpanel-blocker-section" class="trustpanel-graphic-inner"> 50 <label data-l10n-id="trustpanel-blocker-section-header2" data-l10n-args='{"count":0}' id="trustpanel-blocker-section-header" class="trustpanel-header"></label> 51 <label data-l10n-id="trustpanel-blocker-description"></label> 52 <html:moz-button-group> 53 <html:moz-button id="trustpanel-blocker-see-all" data-l10n-id="trustpanel-blocker-see-all" default="true" size="small" type="primary"></html:moz-button> 54 </html:moz-button-group> 55 </vbox> 56 <vbox id="trustpanel-insecure-section" class="trustpanel-graphic-inner"> 57 <label data-l10n-id="trustpanel-insecure-section-header" class="trustpanel-header"></label> 58 <label data-l10n-id="trustpanel-insecure-description"></label> 59 </vbox> 60 </vbox> 61 62 <vbox id="trustpanel-toggle-section"> 63 <hbox id="trustpanel-toggle-checkbox-container"> 64 <label id="trustpanel-etp-label" class="trustpanel-header"></label> 65 <html:moz-toggle data-l10n-attrs="label, description" id="trustpanel-toggle"></html:moz-toggle> 66 </hbox> 67 <label id="trustpanel-etp-description"></label> 68 </vbox> 69 70 <toolbarseparator></toolbarseparator> 71 <toolbarbutton data-l10n-id="trustpanel-clear-cookies-button" id="trustpanel-clear-cookies-button" class="subviewbutton subviewbutton-nav"></toolbarbutton> 72 73 <toolbarseparator></toolbarseparator> 74 <html:a id="trustpanel-privacy-link" data-l10n-id="trustpanel-privacy-link" role="link" class="trustpanel-section panel-subview-footer-button"></html:a> 75 </vbox> 76 </panelview> 77 78 <panelview id="trustpanel-securityInformationView" 79 class="PanelUI-subView" 80 role="document"> 81 #include securityInformation.inc.xhtml 82 <toolbarseparator></toolbarseparator> 83 <html:a id="trustpanel-siteinformation-morelink" data-l10n-id="trustpanel-siteinformation-morelink" role="link" class="trustpanel-section panel-subview-footer-button"></html:a> 84 </panelview> 85 86 <panelview id="trustpanel-blockerView" 87 class="PanelUI-subView" 88 role="document"> 89 <toolbarseparator></toolbarseparator> 90 <html:moz-message-bar id="trustpanel-smartblock-section"> 91 <div slot="message"> 92 <vbox> 93 <description data-l10n-id="protections-panel-smartblock-desc-label"></description> 94 <vbox id="trustpanel-smartblock-toggle-container" class="trustpanel-smartblock-toggle-box"></vbox> 95 </vbox> 96 </div> 97 </html:moz-message-bar> 98 <vbox class="trustpanel-blocker-section" id="trustpanel-blocked"> 99 <label class="trustpanel-header" id="trustpanel-blocked-header" data-l10n-id="trustpanel-blocked-header"></label> 100 <vbox class="trustpanel-blocker-buttons"></vbox> 101 </vbox> 102 <toolbarseparator></toolbarseparator> 103 <vbox class="trustpanel-blocker-section" id="trustpanel-detected"> 104 <label class="trustpanel-header" id="trustpanel-tracking-header" data-l10n-id="trustpanel-tracking-header"></label> 105 <label id="trustpanel-tracking-description" data-l10n-id="trustpanel-tracking-description"></label> 106 <vbox class="trustpanel-blocker-buttons"></vbox> 107 </vbox> 108 </panelview> 109 110 <panelview id="trustpanel-blockerDetailsView" 111 class="PanelUI-subView" 112 role="document"> 113 <toolbarseparator></toolbarseparator> 114 <vbox class="trustpanel-blocker-section"> 115 <label id="trustpanel-blocker-details-header" class="trustpanel-header"></label> 116 <label id="trustpanel-blocker-details-content"></label> 117 <toolbarseparator></toolbarseparator> 118 <label id="trustpanel-blocker-details-list-header" class="trustpanel-header"></label> 119 <vbox class="trustpanel-blocker-section panel-subview-body" id="trustpanel-blocker-items"></vbox> 120 </vbox> 121 </panelview> 122 123 <panelview id="trustpanel-clearcookiesView" 124 class="PanelUI-subView" 125 role="document"> 126 <toolbarseparator></toolbarseparator> 127 <vbox class="trustpanel-section"> 128 <label data-l10n-id="trustpanel-clear-cookies-description"></label> 129 <html:moz-button-group> 130 <html:moz-button data-l10n-id="trustpanel-clear-cookies-subview-button-cancel" id="trustpanel-clear-cookie-cancel"></html:moz-button> 131 <html:moz-button type="primary" data-l10n-id="trustpanel-clear-cookies-subview-button-clear" id="trustpanel-clear-cookie-clear"></html:moz-button> 132 </html:moz-button-group> 133 </vbox> 134 </panelview> 135 136 </panelmultiview> 137 </panel> 138 </html:template>