home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / phoenx05.zip / phoenix / chrome / pippki.jar / content / pippki / viewCertDetails.xul < prev    next >
Extensible Markup Language  |  2001-11-04  |  4KB  |  120 lines

  1. <?xml version="1.0"?>
  2. <!-- 
  3.    - The contents of this file are subject to the Mozilla Public
  4.    - License Version 1.1 (the "License"); you may not use this file
  5.    - except in compliance with the License. You may obtain a copy of
  6.    - the License at http://www.mozilla.org/MPL/
  7.    - 
  8.    - Software distributed under the License is distributed on an "AS
  9.    - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.    - implied. See the License for the specific language governing
  11.    - rights and limitations under the License.
  12.    - 
  13.    - The Original Code is mozilla.org code.
  14.    - 
  15.    - The Initial Developer of the Original Code is Netscape
  16.    - Communications Corp.  Portions created by Netscape are
  17.    - Copyright (C) 2001 Netscape Communications Corp.  All
  18.    - Rights Reserved.
  19.    - 
  20.    - Contributor(s):
  21.    -   Bob Lord <lord@netscape.com>
  22.    -   Ian McGreer <mcgreer@netscape.com>
  23.   -->
  24. <!DOCTYPE overlay SYSTEM "chrome://pippki/locale/certManager.dtd">
  25.  
  26. <overlay id="certViewerOverlay" 
  27.          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  28.          xmlns:cert="http://netscape.com/rdf-cert#" 
  29.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  30. <vbox class="box-padded" id="general_info">
  31.   <vbox id="verify_info_box">
  32.     <label class="header" id="verified"/>
  33.   </vbox>
  34.   <separator class="groove"/>
  35.   <vbox flex="1">
  36.     <grid> 
  37.       <columns>
  38.         <column/>
  39.         <column/>
  40.       </columns>
  41.       <rows>
  42.         <row>
  43.           <label class="header" value="&certmgr.subjectinfo.label;"/>
  44.           <spacer/>
  45.           <spacer/>
  46.         </row>
  47.         <row>
  48.           <label value="&certmgr.certdetail.cn;"/> 
  49.           <label id="commonname"/>
  50.         </row>
  51.         <row>
  52.           <label value="&certmgr.certdetail.o;"/> 
  53.           <label id="organization"/>
  54.         </row>
  55.         <row>
  56.           <label value="&certmgr.certdetail.ou;"/> 
  57.           <label id="orgunit"/>
  58.         </row>
  59.         <row>
  60.           <label value="&certmgr.certdetail.serialnumber;"/> 
  61.           <label id="serialnumber"/>
  62.         </row>
  63.         <row>
  64.           <separator class="thin"/>
  65.           <spacer/>
  66.         </row>
  67.         <row>
  68.           <label class="header" value="&certmgr.issuerinfo.label;"/>
  69.           <spacer/>
  70.         </row>
  71.         <row>
  72.           <label value="&certmgr.certdetail.cn;"/> 
  73.           <label id="issuercommonname"/>
  74.         </row>
  75.         <row>
  76.           <label value="&certmgr.certdetail.o;"/> 
  77.           <label id="issuerorganization"/>
  78.         </row>
  79.         <row>
  80.           <label value="&certmgr.certdetail.ou;"/> 
  81.           <label id="issuerorgunit"/>
  82.         </row>
  83.         <row>
  84.           <separator class="thin"/>
  85.           <spacer/>
  86.         </row>
  87.         <row>
  88.           <label class ="header" value="&certmgr.validity.label;"/>
  89.           <spacer/>
  90.         </row>
  91.         <row>
  92.           <label value="&certmgr.issued;"/>
  93.           <label id="validitystart"/>
  94.         </row>
  95.         <row>
  96.           <label value="&certmgr.expires;"/>
  97.           <label id="validityend"/>
  98.         </row>
  99.         <row>
  100.           <separator class="thin"/>
  101.           <spacer/>
  102.         </row>
  103.         <row>
  104.           <label class="header" value="&certmgr.fingerprints.label;"/>
  105.           <spacer/>
  106.         </row>
  107.         <row>
  108.           <label value="&certmgr.certdetail.sha1fingerprint;"/> 
  109.           <label id="sha1fingerprint"/>
  110.         </row>
  111.         <row>
  112.           <label value="&certmgr.certdetail.md5fingerprint;"/> 
  113.           <label id="md5fingerprint"/>
  114.         </row>
  115.       </rows>
  116.     </grid>
  117.   </vbox>
  118. </vbox>
  119. </overlay>
  120.