1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/manager/pki/resources/content/choosetoken.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,34 @@ 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="ssl_warning" title="&chooseToken.title;" 1.18 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.19 + style="width: 40em;" 1.20 + buttons="accept,cancel" 1.21 + ondialogaccept="return doOK();" 1.22 + ondialogcancel="return doCancel();" 1.23 + onload="onLoad();"> 1.24 + 1.25 +<stringbundle id="pippki_bundle" src="chrome://pippki/locale/pippki.properties"/> 1.26 + 1.27 +<script type="application/javascript" src="chrome://pippki/content/pippki.js"/> 1.28 +<script type="application/javascript" src="chrome://pippki/content/choosetoken.js"/> 1.29 + 1.30 + <groupbox> 1.31 + <description>&chooseToken.message1;</description> 1.32 + <menulist id="tokens"> 1.33 + <menupopup/> 1.34 + </menulist> 1.35 + </groupbox> 1.36 + 1.37 +</dialog>