security/manager/pki/resources/content/clientauthask.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/manager/pki/resources/content/clientauthask.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,50 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.8 +
     1.9 +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
    1.10 +
    1.11 +<!DOCTYPE dialog [
    1.12 +<!ENTITY % pippkiDTD SYSTEM "chrome://pippki/locale/pippki.dtd" >
    1.13 +%pippkiDTD;
    1.14 +]>
    1.15 +
    1.16 +
    1.17 +<dialog id="certAuthAsk" title="&clientAuthAsk.title;"
    1.18 +  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"      
    1.19 +  buttons="accept,cancel"
    1.20 +  ondialogaccept="return doOK();"
    1.21 +  ondialogcancel="return doCancel();"
    1.22 +  onload="onLoad();">
    1.23 +
    1.24 +<stringbundleset id="stringbundleset">
    1.25 +  <stringbundle id="pippki_bundle" src="chrome://pippki/locale/pippki.properties"/>
    1.26 +  <stringbundle id="caps_bundle" src="chrome://global/locale/security/caps.properties"/>
    1.27 +</stringbundleset>
    1.28 +
    1.29 +<script type="application/javascript" src="chrome://pippki/content/pippki.js"/>
    1.30 +<script type="application/javascript" src="chrome://pippki/content/clientauthask.js"/>
    1.31 +
    1.32 +  <groupbox>
    1.33 +    <description style="font-weight: bold;">&clientAuthAsk.message1;</description>
    1.34 +    <description id="hostname"/>
    1.35 +    <description id="organization"/>
    1.36 +    <description id="issuer"/>
    1.37 +    </groupbox>
    1.38 +    <groupbox>
    1.39 +    <description style="font-weight: bold;">&clientAuthAsk.message2;</description>
    1.40 +    <broadcaster id="certSelected" oncommand="onCertSelected();"/>
    1.41 +    <!-- The items in this menulist must never be sorted,
    1.42 +         but remain in the order filled by the application
    1.43 +    -->
    1.44 +    <menulist id="nicknames" observes="certSelected">
    1.45 +        <menupopup/>
    1.46 +    </menulist>
    1.47 +    <description>&clientAuthAsk.message3;</description>
    1.48 +    <textbox readonly="true" id="details" multiline="true"
    1.49 +      style="height: 11em;"/>
    1.50 +    <checkbox id="rememberBox" checked="true"/>
    1.51 +  </groupbox>
    1.52 +
    1.53 +</dialog>

mercurial