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
/
viewCertDetails.xul
< prev
next >
Wrap
Extensible Markup Language
|
2001-05-05
|
3KB
|
106 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>
-->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://pippki/locale/certManager.dtd">
<overlay id="certViewerOverlay"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cert="http://netscape.com/rdf-cert#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<box id="chain_box" orient="vertical">
<box orient="vertical" flex="1">
<box flex="0" height="100">
<tree id="treeset" debug="false" width="500" flex="1">
<treecolgroup flex="1">
<treecol flex="1"/>
</treecolgroup>
<treechildren id="chain" flex="1" />
</tree>
</box>
</box>
</box>
<box id="general_info" orient="vertical">
<box id="chain_box" flex="1" />
<separator />
<box orient="vertical">
<text id="verified"/>
<tree id="usagetree" flex="1">
<treecolgroup flex="1">
<treecol flex="1"/>
</treecolgroup>
<treechildren id="usage" flex="1" />
</tree>
</box>
<box orient="vertical" flex="1">
<grid style="margin: 5px;border: 1px solid black;">
<columns>
<column width="200"/>
<column width="200"/>
</columns>
<rows>
<row>
<text value="&certmgr.certdetail.cn;" />
<text id="commonname"/>
</row>
<row>
<text value="&certmgr.certdetail.o;" />
<text id="organization"/>
</row>
<row>
<text value="&certmgr.certdetail.ou;" />
<text id="orgunit" />
</row>
<row>
<text value="&certmgr.certdetail.subjectname;" />
<text id="subjectname" />
</row>
<row>
<text value="&certmgr.certdetail.issuername;" />
<text id="issuername" />
</row>
<row>
<text value="&certmgr.certdetail.serialnumber;" />
<text id="serialnumber" />
</row>
<row>
<text value="&certmgr.certdetail.rsapubmodulus;" />
<text id="rsapubmodulus" />
</row>
<row>
<text value="&certmgr.certdetail.sha1fingerprint;" />
<text id="sha1fingerprint" />
</row>
<row>
<text value="&certmgr.certdetail.md5fingerprint;" />
<text id="md5fingerprint" />
</row>
</rows>
</grid>
</box>
</box>
</overlay>