home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / qute.jar / skin / classic / global / contents.rdf < prev    next >
Encoding:
Extensible Markup Language  |  2003-07-27  |  1.2 KB  |  32 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.          xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
  5.  
  6.   <!-- List all the skins being supplied by this theme -->
  7.   <RDF:Seq about="urn:mozilla:skin:root">
  8.     <RDF:li resource="urn:mozilla:skin:classic/1.0" />
  9.   </RDF:Seq>
  10.  
  11.   <!-- classic Information -->
  12.   <RDF:Description about="urn:mozilla:skin:classic/1.0"
  13.         chrome:displayName="Mozilla Thunderbird"
  14.         chrome:accessKey="P"
  15.         chrome:author="mozilla.org"
  16.         chrome:authorURL="http://www.mozilla.org/projects/thunderbird/"
  17.         chrome:description="This is the default Mozilla Thunderbird theme. Select this theme to return to the original appearance."
  18.         chrome:name="classic/1.0"
  19.         chrome:image="Preview.png">
  20.     <chrome:packages>
  21.       <RDF:Seq about="urn:mozilla:skin:classic/1.0:packages">
  22.         <RDF:li resource="urn:mozilla:skin:classic/1.0:global"/>
  23.       </RDF:Seq>
  24.     </chrome:packages>
  25.   </RDF:Description>
  26.  
  27.   <!-- Version Information.  State that we work only with major version 1 of this
  28.        package. -->
  29.   <RDF:Description about="urn:mozilla:skin:classic/1.0:global"
  30.     chrome:skinVersion="1.5"/>
  31. </RDF:RDF>
  32.