home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-
-
- <window class="dialog"
- title="About Adblock"
- orient="vertical"
- autostretch="always"
- onload="sizeToContent()"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
- <!-- Adopted from Jed's QuickNote extension-->
-
- <groupbox align="center" orient="horizontal">
- <vbox>
- <text value="Adblock" style="font-weight: bold; font-size: x-large;"/>
- <text value="ver. 0.5"/>
- <separator class="thin"/>
- <text value="Developer:" style="font-weight: bold;"/>
- <text value="rue"/>
-
- <separator class="thin"/>
- <separator class="thin"/>
- <separator class="thin"/>
- <text value="Home Page:" style="font-weight: bold;"/>
-
- <text value="http://adblock.mozdev.org/"
- class="url"
- style="font-decoration: underline; cursor: pointer !important; font-weight:bold; color:blue;"
- onclick="window.open('http://adblock.mozdev.org/'); window.close();"/>
-
- <separator class="thin"/>
- <separator class="thin"/>
- <separator class="thin"/>
-
- <text value="Getting Started"
- class="url"
- style="font-decoration: underline; cursor: pointer !important; font-weight:bold; color:blue;"
- onclick="window.openDialog('gettingstarted.xul','Getting Started With Adblock','chrome,centerscreen,resizable'); window.close();"/>
- <separator class="thin"/>
- <separator class="thin"/>
- <separator class="thin"/>
-
- <text value="Adblock Preferences"
- class="url"
- style="font-decoration: underline; cursor: pointer !important; font-weight:bold; color:blue;"
- onclick="window.open('settings.xul','Adblock Preferences','chrome,centerscreen,resizable').focus(); window.close();"/>
-
- <separator class="thin"/>
- <separator class="thin"/>
- <separator class="thin"/>
- <text value="Help on the Web"
- class="url"
- style="font-decoration: underline; cursor: pointer !important; font-weight:bold; color:blue;"
- onclick="window.open('http://adblock.mozdev.org/forum.html/no_wrap'); window.close();"/>
-
- </vbox>
- </groupbox>
-
- </window>
-