git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / about / about.xul
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://webdeveloper/content/about/about.css" type="text/css"?>
3
4 <!DOCTYPE dialog SYSTEM "chrome://webdeveloper/locale/dialogs.dtd">
5
6 <dialog buttons="accept"
7         id="webdeveloper-about-dialog"
8         title="&webdeveloper.about.title;"
9         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
10
11     <script type="application/x-javascript" src="chrome://webdeveloper/content/common/preferences.js"/>
12     <script type="application/x-javascript" src="chrome://webdeveloper/content/about/about.js"/>
13
14     <vbox id="webdeveloper-about-details">
15         <hbox>
16             <description class="name">Web Developer</description>
17             <description class="name">1.1.4</description>
18         </hbox>
19         <description value="&webdeveloper.about.build.date;" class="title"/>
20         <description class="date">June 5, 2007</description>
21         <description value="&webdeveloper.about.author;" class="title"/>
22         <description>Chris Pederick</description>
23         <description onclick="webdeveloper_openURL(this)" class="url">http://chrispederick.com/work/web-developer/</description>
24     </vbox>
25     <separator class="groove"/>
26 </dialog>