home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.swcp.com
/
ftp.swcp.com.zip
/
ftp.swcp.com
/
mac
/
mozilla-mac-0.9.sea.hqx
/
mozilla-mac-0.9
/
Chrome
/
pippki.jar
/
content
/
pippki
/
certViewer.xul
< prev
next >
Wrap
Extensible Markup Language
|
2001-05-05
|
3KB
|
75 lines
<?xml version="1.0"?>
<!--
- The contents of this file are subject to the Mozilla Public
- License Version 1.1 (the "License"); you may not use this file
- except in compliance with the License. You may obtain a copy of
- the License at http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS
- IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- implied. See the License for the specific language governing
- rights and limitations under the License.
-
- The Original Code is mozilla.org code.
-
- The Initial Developer of the Original Code is Netscape
- Communications Corp. Portions created by Netscape are
- Copyright (C) 2001 Netscape Communications Corp. All
- Rights Reserved.
-
- Contributor(s):
- Bob Lord <lord@netscape.com>
- Ian McGreer <mcgreer@netscape.com>
- Javier Delgadillo <javi@netscape.com>
-->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xul-overlay href="viewCertDetails.xul"?>
<?xul-overlay href="certDump.xul"?>
<!DOCTYPE window SYSTEM "chrome://pippki/locale/certManager.dtd">
<window
id="certDetails"
title="&certmgr.certdetail.title;"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="setWindowName();"
debug="tru1"
>
<script src="chrome://global/content/strres.js" />
<script src="viewCertDetails.js" />
<script src="pippki.js" />
<grid flex="1">
<column flex="1"/>
<rows autostretch="always" >
<row flex="1">
<tabbox flex="1" orient="vertical">
<tabs orient="horizontal">
<tab id="general_tab" label="&certmgr.detail.general_tab.title;" />
<tab id="prettyprint_tab" label="&certmgr.detail.prettyprint_tab.title;" />
</tabs>
<tabpanels flex="1">
<box id="general_info" flex="1"/>
<box id="certPrettyPrint" flex ="1" />
</tabpanels>
</tabbox>
</row>
<row>
<box orient="horizontal" flex="1">
<button id="HelpButton" class="normal"
label="&certmgr.help.label;"
orient="horizontal" accesskey="h" />
<button id="closeButton" class="normal"
label="&certmgr.close.label;"
orient="horizontal" accesskey="c"
onclick="window.close();"
onkeypress="window.close();"/>
</box>
</row>
</rows>
</grid>
</window>