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 >
Wrap
Extensible Markup Language
|
2005-08-04
|
2KB
|
68 lines
<?xml version="1.0"?>
<!--
- About NetcraftToolbar Window
-
- Copyright (C) 2005 Netcraft, Ltd
-
- $Id: chrome:content:about.xul,v 1.17 2005/07/28 11:06:32 jez Exp $
-->
<!DOCTYPE dialog>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<dialog id="netcrafttoolbar-options-window"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="About NetcraftToolbar"
buttons="accept"
ondialogaccept="window.close();"
align="stretch">
<vbox>
<box pack="center">
<image src="chrome://netcrafttoolbar/content/swatch.gif"/>
</box>
<spacer/>
<vbox pack="center">
<html:p>
<html:div style="font-weight:bold;">NetcraftToolbar v1.0.3.3 for Firefox (Build: 20050804163834)</html:div>
<html:br/>Copyright (C) 2005 Netcraft Ltd<html:br/>
<html:br/>
</html:p>
</vbox>
<tabbox flex="1">
<tabs>
<tab label="About"/>
<tab label="License"/>
<tab label="Privacy"/>
</tabs>
<tabpanels>
<tabpanel id="netcrafttoolbar-abouttabpanel" height="225" width="400">
<iframe id="netcrafttoolbar-abouttab" type="content" flex="1"
src="chrome://netcrafttoolbar/content/about.html"/>
</tabpanel>
<tabpanel id="netcrafttoolbar-licensetabpanel">
<iframe id="netcrafttoolbar-licensetab" type="content" flex="1"
src="chrome://netcrafttoolbar/content/UserTerms.html"/>
</tabpanel>
<tabpanel id="netcrafttoolbar-privtabpanel">
<iframe id="netcrafttoolbar-privtab" type="content" flex="1"
src="chrome://netcrafttoolbar/content/PrivacyPolicy.html"/>
</tabpanel>
</tabpanels>
</tabbox>
<vbox pack="center">
<html:p>
For more information, or to obtain the latest version, visit:<html:br/>
<html:a
onclick="window.openDialog('chrome://browser/content', 'Phoenix', 'chrome,all,dialog=no', 'http://toolbar.netcraft.com/');"
href=""
style="color: blue; text-decoration: underline;">http://toolbar.netcraft.com/</html:a><html:br/>
</html:p>
</vbox>
</vbox>
</dialog>