home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / S'informer / Netcraft / netcrafttoolbar.xpi / chrome / netcrafttoolbar.jar / content / about.xul < prev    next >
Extensible Markup Language  |  2005-08-04  |  2KB  |  68 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!--
  4.    - About NetcraftToolbar Window
  5.    -
  6.    - Copyright (C) 2005 Netcraft, Ltd
  7.    -
  8.    - $Id: chrome:content:about.xul,v 1.17 2005/07/28 11:06:32 jez Exp $
  9.   -->
  10.  
  11. <!DOCTYPE dialog>
  12. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  13.  
  14. <dialog id="netcrafttoolbar-options-window"
  15.     xmlns:html="http://www.w3.org/1999/xhtml"
  16.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  17.     title="About NetcraftToolbar"  
  18.     buttons="accept"
  19.     ondialogaccept="window.close();"  
  20.     align="stretch">
  21.  
  22.   <vbox>
  23.     <box pack="center">
  24.     <image src="chrome://netcrafttoolbar/content/swatch.gif"/>
  25.     </box>
  26.     <spacer/>
  27.     <vbox pack="center">
  28.       <html:p>
  29.     <html:div style="font-weight:bold;">NetcraftToolbar v1.0.3.3 for Firefox (Build: 20050804163834)</html:div>
  30.     <html:br/>Copyright (C) 2005 Netcraft Ltd<html:br/>
  31.     <html:br/>
  32.       </html:p>
  33.     </vbox>
  34.  
  35.     <tabbox flex="1">
  36.       <tabs>
  37.     <tab label="About"/>
  38.     <tab label="License"/>
  39.     <tab label="Privacy"/>
  40.       </tabs>
  41.       <tabpanels>
  42.     <tabpanel id="netcrafttoolbar-abouttabpanel" height="225" width="400">
  43.           <iframe id="netcrafttoolbar-abouttab" type="content" flex="1"
  44.        src="chrome://netcrafttoolbar/content/about.html"/>
  45.     </tabpanel>
  46.     <tabpanel id="netcrafttoolbar-licensetabpanel">
  47.       <iframe id="netcrafttoolbar-licensetab" type="content" flex="1"
  48.        src="chrome://netcrafttoolbar/content/UserTerms.html"/>
  49.     </tabpanel>
  50.     <tabpanel id="netcrafttoolbar-privtabpanel">
  51.       <iframe id="netcrafttoolbar-privtab" type="content" flex="1"
  52.        src="chrome://netcrafttoolbar/content/PrivacyPolicy.html"/>
  53.     </tabpanel>
  54.       </tabpanels>
  55.     </tabbox>
  56.  
  57.     <vbox pack="center">
  58.       <html:p>
  59.       For more information, or to obtain the latest version, visit:<html:br/>
  60.       <html:a
  61.     onclick="window.openDialog('chrome://browser/content', 'Phoenix', 'chrome,all,dialog=no', 'http://toolbar.netcraft.com/');"
  62.     href=""
  63.     style="color: blue; text-decoration: underline;">http://toolbar.netcraft.com/</html:a><html:br/>
  64.       </html:p>
  65.     </vbox>
  66.   </vbox>
  67. </dialog>
  68.