home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 March / PCpro_2005_03.ISO / files / firefox / adblock-0.5-dev.xpi / chrome / adblock.jar / content / about / about.xul next >
Encoding:
Extensible Markup Language  |  2004-05-31  |  2.2 KB  |  60 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3.  
  4.  
  5. <window class="dialog"
  6.     title="About Adblock"
  7.     orient="vertical"
  8.     autostretch="always"
  9.     onload="sizeToContent()"
  10.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  11. <!-- Adopted from Jed's QuickNote extension-->
  12.  
  13. <groupbox align="center" orient="horizontal">
  14. <vbox>
  15.   <text value="Adblock" style="font-weight: bold; font-size: x-large;"/>
  16.   <text value="ver. 0.5"/>
  17.   <separator class="thin"/>
  18.   <text value="Developer:" style="font-weight: bold;"/>
  19.   <text value="rue"/>
  20.   
  21.                   <separator class="thin"/>
  22.                   <separator class="thin"/>
  23.                   <separator class="thin"/>
  24.   <text value="Home Page:" style="font-weight: bold;"/>
  25.   
  26.   <text value="http://adblock.mozdev.org/"
  27.         class="url"
  28.         style="font-decoration: underline; cursor: pointer !important; font-weight:bold; color:blue;"
  29.         onclick="window.open('http://adblock.mozdev.org/'); window.close();"/>
  30.         
  31.                       <separator class="thin"/>
  32.                       <separator class="thin"/>
  33.                       <separator class="thin"/>
  34.                       
  35.    <text value="Getting Started" 
  36.           class="url"
  37.         style="font-decoration: underline; cursor: pointer !important; font-weight:bold; color:blue;"
  38.         onclick="window.openDialog('gettingstarted.xul','Getting Started With Adblock','chrome,centerscreen,resizable'); window.close();"/>
  39.                       <separator class="thin"/>
  40.                       <separator class="thin"/>
  41.                       <separator class="thin"/>
  42.                       
  43.     <text value="Adblock Preferences" 
  44.           class="url"
  45.         style="font-decoration: underline; cursor: pointer !important; font-weight:bold; color:blue;"
  46.         onclick="window.open('settings.xul','Adblock Preferences','chrome,centerscreen,resizable').focus(); window.close();"/>
  47.                       
  48.                       <separator class="thin"/>
  49.                       <separator class="thin"/>
  50.                       <separator class="thin"/>
  51.     <text value="Help on the Web"
  52.           class="url"
  53.         style="font-decoration: underline; cursor: pointer !important; font-weight:bold; color:blue;"
  54.         onclick="window.open('http://adblock.mozdev.org/forum.html/no_wrap'); window.close();"/>
  55.         
  56. </vbox>
  57. </groupbox>
  58.  
  59. </window>
  60.