1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/manager/pki/resources/content/certViewer.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,40 @@ 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 SYSTEM "chrome://pippki/locale/certManager.dtd"> 1.12 + 1.13 +<?xul-overlay href="chrome://pippki/content/viewCertDetails.xul"?> 1.14 +<?xul-overlay href="chrome://pippki/content/certDump.xul"?> 1.15 + 1.16 + 1.17 +<dialog id="certDetails" 1.18 + title="&certmgr.certdetail.title;" 1.19 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.20 + buttons="accept" 1.21 + buttonlabelaccept="&certmgr.close.label;" 1.22 + buttonaccesskeyaccept="&certmgr.close.accesskey;" 1.23 + onload="setWindowName();"> 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/viewCertDetails.js"/> 1.28 +<script type="application/javascript" src="chrome://pippki/content/pippki.js"/> 1.29 + 1.30 + <tabbox> 1.31 + <tabs> 1.32 + <tab id="general_tab" label="&certmgr.detail.general_tab.title;" 1.33 + accesskey="&certmgr.detail.general_tab.accesskey;"/> 1.34 + <tab id="prettyprint_tab" label="&certmgr.detail.prettyprint_tab.title;" 1.35 + accesskey="&certmgr.detail.prettyprint_tab.accesskey;"/> 1.36 + </tabs> 1.37 + <tabpanels> 1.38 + <vbox id="general_info"/> 1.39 + <vbox id="certPrettyPrint"/> 1.40 + </tabpanels> 1.41 + </tabbox> 1.42 + 1.43 +</dialog>