summaryrefslogtreecommitdiffstats
path: root/security/manager/pki/resources/content/clientauthask.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'security/manager/pki/resources/content/clientauthask.xhtml')
-rw-r--r--security/manager/pki/resources/content/clientauthask.xhtml47
1 files changed, 47 insertions, 0 deletions
diff --git a/security/manager/pki/resources/content/clientauthask.xhtml b/security/manager/pki/resources/content/clientauthask.xhtml
new file mode 100644
index 0000000000..94645e7ba0
--- /dev/null
+++ b/security/manager/pki/resources/content/clientauthask.xhtml
@@ -0,0 +1,47 @@
+<?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/. -->
+
+<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
+
+<!DOCTYPE window>
+
+<window data-l10n-id="client-auth-window"
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+ xmlns:html="http://www.w3.org/1999/xhtml"
+ onload="onLoad();">
+<dialog id="certAuthAsk"
+ buttons="accept,cancel">
+
+<linkset>
+ <html:link rel="localization" href="security/pippki/pippki.ftl"/>
+</linkset>
+
+<stringbundleset id="stringbundleset">
+ <stringbundle id="pippki_bundle" src="chrome://pippki/locale/pippki.properties"/>
+</stringbundleset>
+
+<script src="chrome://pippki/content/pippki.js"/>
+<script src="chrome://pippki/content/clientauthask.js"/>
+<script src="chrome://global/content/globalOverlay.js"/>
+<script src="chrome://global/content/editMenuOverlay.js"/>
+
+<description style="font-weight: bold;" data-l10n-id="client-auth-site-description"></description>
+<description id="hostname"/>
+<description id="organization"/>
+<description id="issuer"/>
+
+<description style="font-weight: bold;" data-l10n-id="client-auth-choose-cert"></description>
+<!-- The items in this menulist must never be sorted,
+ but remain in the order filled by the application
+-->
+<menulist id="nicknames" oncommand="onCertSelected();" native="true">
+ <menupopup/>
+</menulist>
+<description data-l10n-id="client-auth-cert-details"></description>
+<html:textarea readonly="readonly" id="details" style="height: 11em;"/>
+<checkbox id="rememberBox" checked="true" native="true"/>
+
+</dialog>
+</window>