Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <?xml version="1.0"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
6 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
8 <!DOCTYPE dialog [
9 <!ENTITY % pippkiDTD SYSTEM "chrome://pippki/locale/pippki.dtd" >
10 %pippkiDTD;
11 ]>
14 <dialog id="ssl_warning" title="&chooseToken.title;"
15 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
16 style="width: 40em;"
17 buttons="accept,cancel"
18 ondialogaccept="return doOK();"
19 ondialogcancel="return doCancel();"
20 onload="onLoad();">
22 <stringbundle id="pippki_bundle" src="chrome://pippki/locale/pippki.properties"/>
24 <script type="application/javascript" src="chrome://pippki/content/pippki.js"/>
25 <script type="application/javascript" src="chrome://pippki/content/choosetoken.js"/>
27 <groupbox>
28 <description>&chooseToken.message1;</description>
29 <menulist id="tokens">
30 <menupopup/>
31 </menulist>
32 </groupbox>
34 </dialog>