|
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/. --> |
|
5 |
|
6 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> |
|
7 |
|
8 <!DOCTYPE dialog SYSTEM "chrome://pippki/locale/certManager.dtd"> |
|
9 |
|
10 <?xul-overlay href="chrome://pippki/content/viewCertDetails.xul"?> |
|
11 <?xul-overlay href="chrome://pippki/content/certDump.xul"?> |
|
12 |
|
13 |
|
14 <dialog id="certDetails" |
|
15 title="&certmgr.certdetail.title;" |
|
16 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
|
17 buttons="accept" |
|
18 buttonlabelaccept="&certmgr.close.label;" |
|
19 buttonaccesskeyaccept="&certmgr.close.accesskey;" |
|
20 onload="setWindowName();"> |
|
21 |
|
22 <stringbundle id="pippki_bundle" src="chrome://pippki/locale/pippki.properties"/> |
|
23 |
|
24 <script type="application/javascript" src="chrome://pippki/content/viewCertDetails.js"/> |
|
25 <script type="application/javascript" src="chrome://pippki/content/pippki.js"/> |
|
26 |
|
27 <tabbox> |
|
28 <tabs> |
|
29 <tab id="general_tab" label="&certmgr.detail.general_tab.title;" |
|
30 accesskey="&certmgr.detail.general_tab.accesskey;"/> |
|
31 <tab id="prettyprint_tab" label="&certmgr.detail.prettyprint_tab.title;" |
|
32 accesskey="&certmgr.detail.prettyprint_tab.accesskey;"/> |
|
33 </tabs> |
|
34 <tabpanels> |
|
35 <vbox id="general_info"/> |
|
36 <vbox id="certPrettyPrint"/> |
|
37 </tabpanels> |
|
38 </tabbox> |
|
39 |
|
40 </dialog> |