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 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
|
<!-- 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-trustpanel-popup">
<panel id="trustpanel-popup"
class="panel-no-padding site-information-popup"
type="arrow"
role="alertdialog"
noautofocus="true"
orient="vertical">
<panelmultiview id="trustpanel-popup-multiView"
mainViewId="trustpanel-popup-mainView">
<panelview id="trustpanel-popup-mainView"
class="PanelUI-subView"
role="document"
mainview-with-header="true"
has-custom-header="true">
<vbox id="trustpanel-header-section">
<hbox id="trustpanel-header-row">
<hbox id="trustpanel-popup-host-wrapper">
<image id="trustpanel-popup-icon"></image>
<label id="trustpanel-popup-host" crop="start"></label>
</hbox>
<toolbarbutton id="trustpanel-popup-connection" class="subviewbutton subviewbutton-nav">
<image id="trustpanel-connection-icon"></image>
<label id="trustpanel-connection-label"></label>
</toolbarbutton>
</hbox>
<vbox id="trustpanel-graphic-section">
<hbox>
<image id="trustpanel-graphic-image"></image>
<vbox id="trustpanel-graphic-section-text">
<label when-connection="secure secure-ev secure-cert-user-overridden chrome"
id="trustpanel-header"
class="trustpanel-header"></label>
<label when-connection="not-secure cert-error-page net-error-page https-only-error-page"
class="trustpanel-header"
data-l10n-id="trustpanel-header-enabled-insecure"></label>
<label when-connection="secure secure-ev secure-cert-user-overridden chrome"
id="trustpanel-description"></label>
<label when-connection="not-secure cert-error-page net-error-page https-only-error-page"
data-l10n-id="trustpanel-description-enabled-insecure"></label>
</vbox>
</hbox>
<vbox id="trustpanel-blocker-section" class="trustpanel-graphic-inner">
<label data-l10n-id="trustpanel-blocker-section-header" data-l10n-args='{"count":0}' id="trustpanel-blocker-section-header" class="trustpanel-header"></label>
<label data-l10n-id="trustpanel-blocker-description"></label>
<html:moz-button-group>
<html:moz-button id="trustpanel-blocker-see-all" data-l10n-id="trustpanel-blocker-see-all" default="true" size="small" type="primary"></html:moz-button>
</html:moz-button-group>
</vbox>
<vbox id="trustpanel-insecure-section" class="trustpanel-graphic-inner">
<label data-l10n-id="trustpanel-insecure-section-header" class="trustpanel-header"></label>
<label data-l10n-id="trustpanel-insecure-description"></label>
</vbox>
</vbox>
<vbox id="trustpanel-toggle-section">
<hbox id="trustpanel-toggle-checkbox-container">
<label id="trustpanel-etp-label" class="trustpanel-header"></label>
<html:moz-toggle data-l10n-attrs="label, description" id="trustpanel-toggle"></html:moz-toggle>
</hbox>
<label id="trustpanel-etp-description"></label>
</vbox>
<toolbarseparator></toolbarseparator>
<toolbarbutton data-l10n-id="trustpanel-clear-cookies-button" id="trustpanel-clear-cookies-button" class="subviewbutton subviewbutton-nav"></toolbarbutton>
<toolbarseparator></toolbarseparator>
<html:a id="trustpanel-privacy-link" data-l10n-id="trustpanel-privacy-link" role="link" class="trustpanel-section panel-subview-footer-button"></html:a>
</vbox>
</panelview>
<panelview id="trustpanel-securityInformationView"
class="PanelUI-subView"
role="document">
#include securityInformation.inc.xhtml
<toolbarseparator></toolbarseparator>
<html:a id="trustpanel-siteinformation-morelink" data-l10n-id="trustpanel-siteinformation-morelink" role="link" class="trustpanel-section panel-subview-footer-button"></html:a>
</panelview>
<panelview id="trustpanel-blockerView"
class="PanelUI-subView"
role="document">
<toolbarseparator></toolbarseparator>
<html:moz-message-bar id="trustpanel-smartblock-section">
<div slot="message">
<vbox>
<description data-l10n-id="protections-panel-smartblock-desc-label"></description>
<vbox id="trustpanel-smartblock-toggle-container" class="trustpanel-smartblock-toggle-box"></vbox>
</vbox>
</div>
</html:moz-message-bar>
<vbox class="trustpanel-blocker-section" id="trustpanel-blocked">
<label class="trustpanel-header" id="trustpanel-blocked-header" data-l10n-id="trustpanel-blocked-header"></label>
<vbox class="trustpanel-blocker-buttons"></vbox>
</vbox>
<toolbarseparator></toolbarseparator>
<vbox class="trustpanel-blocker-section" id="trustpanel-detected">
<label class="trustpanel-header" id="trustpanel-tracking-header" data-l10n-id="trustpanel-tracking-header"></label>
<label id="trustpanel-tracking-description" data-l10n-id="trustpanel-tracking-description"></label>
<vbox class="trustpanel-blocker-buttons"></vbox>
</vbox>
</panelview>
<panelview id="trustpanel-blockerDetailsView"
class="PanelUI-subView"
role="document">
<toolbarseparator></toolbarseparator>
<vbox class="trustpanel-blocker-section">
<label id="trustpanel-blocker-details-header" class="trustpanel-header"></label>
<label id="trustpanel-blocker-details-content"></label>
<toolbarseparator></toolbarseparator>
<label id="trustpanel-blocker-details-list-header" class="trustpanel-header"></label>
<vbox class="trustpanel-blocker-section panel-subview-body" id="trustpanel-blocker-items"></vbox>
</vbox>
</panelview>
<panelview id="trustpanel-clearcookiesView"
class="PanelUI-subView"
role="document">
<toolbarseparator></toolbarseparator>
<vbox class="trustpanel-section">
<label data-l10n-id="trustpanel-clear-cookies-description"></label>
<html:moz-button-group>
<html:moz-button data-l10n-id="trustpanel-clear-cookies-subview-button-cancel" id="trustpanel-clear-cookie-cancel"></html:moz-button>
<html:moz-button type="primary" data-l10n-id="trustpanel-clear-cookies-subview-button-clear" id="trustpanel-clear-cookie-clear"></html:moz-button>
</html:moz-button-group>
</vbox>
</panelview>
</panelmultiview>
</panel>
</html:template>
|