home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-macos9-1.3.1.sea.bin / Mozilla1.3.1 / Defaults / Profile / panels.rdf < prev    next >
Extensible Markup Language  |  2003-06-08  |  2KB  |  51 lines

  1. <?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
  2.  
  3. <!--
  4.  
  5.   These are the panels that will be displayed in the sidebar.
  6.  
  7. -->
  8. <!DOCTYPE RDF SYSTEM "chrome://communicator/locale/sidebar/local-panels.dtd">
  9.  
  10. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  11.          xmlns:NC="http://home.netscape.com/NC-rdf#">
  12.  
  13.   <RDF:Description about="urn:sidebar:current-panel-list">
  14.     <NC:panel-list>
  15.       <RDF:Seq>
  16.         <RDF:li resource="urn:sidebar:panel:whats-related"/>
  17.         <RDF:li resource="urn:sidebar:panel:search"/>
  18.         <RDF:li resource="urn:sidebar:panel:tinderbox"/>
  19.         <RDF:li resource="urn:sidebar:panel:tinderbox-ports"/>
  20.         <RDF:li resource="urn:sidebar:panel:bookmarks"/>
  21.         <RDF:li resource="urn:sidebar:panel:history"/>
  22.       </RDF:Seq>
  23.     </NC:panel-list>
  24.     <NC:version>0.1</NC:version>
  25.   </RDF:Description>
  26.   <RDF:Description about="urn:sidebar:panel:whats-related">
  27.     <NC:title>&sidebar.whats-related.label;</NC:title>
  28.     <NC:content>chrome://communicator/content/related/related-panel.xul</NC:content>
  29.   </RDF:Description>
  30.   <RDF:Description about="urn:sidebar:panel:search">
  31.     <NC:title>&sidebar.search.label;</NC:title>
  32.     <NC:content>chrome://communicator/content/search/search-panel.xul</NC:content>
  33.   </RDF:Description>
  34.   <RDF:Description about="urn:sidebar:panel:tinderbox">
  35.     <NC:title>&sidebar.tinderbox-seamonkey.label;</NC:title>
  36.     <NC:content>http://tinderbox.mozilla.org/SeaMonkey/panel.html</NC:content>
  37.   </RDF:Description>
  38.   <RDF:Description about="urn:sidebar:panel:tinderbox-ports">
  39.     <NC:title>&sidebar.tinderbox-ports.label;</NC:title>
  40.     <NC:content>http://tinderbox.mozilla.org/SeaMonkey-Ports/panel.html</NC:content>
  41.   </RDF:Description>
  42.   <RDF:Description about="urn:sidebar:panel:bookmarks">
  43.     <NC:title>&sidebar.client-bookmarks.label;</NC:title>
  44.     <NC:content>chrome://communicator/content/bookmarks/bm-panel.xul</NC:content>
  45.   </RDF:Description>
  46.   <RDF:Description about="urn:sidebar:panel:history">
  47.     <NC:title>&sidebar.client-history.label;</NC:title>
  48.     <NC:content>chrome://communicator/content/history/history-panel.xul</NC:content>
  49.   </RDF:Description>
  50. </RDF:RDF>
  51.