Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<!-- 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 window>
<window windowtype="mozilla:exceptiondialog"
data-l10n-id="exception-mgr"
onload="initExceptionDialog();">
<dialog id="exceptiondialog"
buttonidextra1="exception-mgr-extra-button"
buttons="cancel,extra1,extra2"
defaultButton="extra2">
<linkset>
<html:link rel="stylesheet" href="chrome://global/skin/global.css" />
<html:link
rel="stylesheet"
/>
<html:link rel="localization" href="branding/brand.ftl"/>
<html:link rel="localization" href="security/certificates/certManager.ftl"/>
</linkset>
<hbox>
<vbox>
#ifdef MOZ_WIDGET_GTK
#else
#endif
<spacer flex="1"/>
</vbox>
<vbox flex="1">
<!-- Note that because of the styling, there must be no whitespace within
the description tags -->
<description id="warningText"/>
<description id="warningSupplemental"
data-l10n-id="exception-mgr-supplemental-warning"/>
</vbox>
</hbox>
<hbox align="center">
<label control="locationTextBox"
id="certLocationLabel"
data-l10n-id="exception-mgr-cert-location-url"/>
<html:input id="locationTextBox"
oninput="handleTextChange();"
value="https://"
class="uri-element"/>
<button id="checkCertButton"
disabled="true"
dlgtype="extra2"
data-l10n-id="exception-mgr-cert-location-download"/>
</hbox>
<hbox align="center">
<description id="headerDescription"
flex="1"/>
<button id="viewCertButton"
data-l10n-id="exception-mgr-cert-status-view-cert"
disabled="true"
oncommand="viewCertButtonClick();"/>
</hbox>
<description id="statusDescription"
class="description"/>
<description id="statusLongDescription"
class="longDescription"/>
<description id="status2Description"
class="description"/>
<description id="status2LongDescription"
class="longDescription"/>
<description id="status3Description"
class="description"/>
<description id="status3LongDescription"
class="longDescription"/>
<checkbox id="permanent"
disabled="true"
data-l10n-id="exception-mgr-permanent"/>
</dialog>
</window>