home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 December / PCWorld_2000-12_cd.bin / Komunikace / mozilla / mozilla-win32-M18-mathml-svg-xslt.exe / defaults / profile / panels.rdf < prev    next >
Extensible Markup Language  |  2000-06-07  |  2KB  |  49 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 
  9. [
  10. <!ENTITY sidebar.panel.whats-related "What's Related">
  11. <!ENTITY sidebar.panel.search "Search">
  12. <!ENTITY sidebar.panel.tinderbox "Tinderbox">
  13. <!ENTITY sidebar.nc-panel.stocks "Stocks">
  14. <!ENTITY sidebar.panel.client-bookmarks "Bookmarks">
  15. ]
  16. >
  17.  
  18. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  19.          xmlns:NC="http://home.netscape.com/NC-rdf#">
  20.  
  21.   <RDF:Description about="urn:sidebar:current-panel-list">
  22.     <NC:panel-list>
  23.       <RDF:Seq>
  24.         <RDF:li resource="urn:sidebar:panel:whats-related"/>
  25.         <RDF:li resource="urn:sidebar:panel:search"/>
  26.         <RDF:li resource="urn:sidebar:panel:tinderbox"/>
  27.         <RDF:li resource="urn:sidebar:panel:bookmarks"/>
  28.       </RDF:Seq>
  29.     </NC:panel-list>
  30.     <NC:version>0.1</NC:version>
  31.   </RDF:Description>
  32.   <RDF:Description about="urn:sidebar:panel:whats-related">
  33.     <NC:title>&sidebar.panel.whats-related;</NC:title>
  34.     <NC:content>chrome://communicator/content/related/related-panel.xul</NC:content>
  35.   </RDF:Description>
  36.   <RDF:Description about="urn:sidebar:panel:search">
  37.     <NC:title>&sidebar.panel.search;</NC:title>
  38.     <NC:content>chrome://communicator/content/search/search-panel.xul</NC:content>
  39.   </RDF:Description>
  40.   <RDF:Description about="urn:sidebar:panel:tinderbox">
  41.     <NC:title>Tinderbox</NC:title>
  42.     <NC:content>http://tinderbox.mozilla.org/seamonkey/panel.html</NC:content>
  43.   </RDF:Description>
  44.   <RDF:Description about="urn:sidebar:panel:bookmarks">
  45.     <NC:title>&sidebar.panel.client-bookmarks;</NC:title>
  46.     <NC:content>chrome://communicator/content/bookmarks/bm-panel.xul</NC:content>
  47.   </RDF:Description>
  48. </RDF:RDF>
  49.