Fix a fd leak in knotes backend (stupid me) and some cleanup in kaddrbook backend.
[beagle.git] / mozilla-extension / content / about.xul
blob24b25aa31440d36f182038fa220065786eabc99b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
3 <window class="dialog"
4 title="Beagle Indexer - About"
5 orient="vertical"
6 autostretch="always"
7 onload="sizeToContent()"
8 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
10 <!-- Original template by Jed Brown -->
12 <groupbox align="center" orient="horizontal">
13 <vbox>
14 <text value="Beagle" style="font-weight: bold; font-size: x-large;"/>
15 <text value="ver. 0.1"/>
16 <separator class="thin"/>
17 <text value="Created By:" style="font-weight: bold;"/>
18 <text value="Alex Graveley" class="url"
19 onclick="window.open('mailto:alex@hungry.com'); window.close();"/>
20 <separator class="thin"/>
21 <text value="Icon Design:" style="font-weight: bold;"/>
22 <text value="Abby Coffin"/>
23 <separator class="thin"/>
24 <text value="Home Page:" style="font-weight: bold;"/>
25 <text value="http://www.gnome.org/projects/beagle"
26 class="url"
27 onclick="window.open('http://www.gnome.org/projects/beagle'); window.close();"/>
28 <separator class="thin"/>
29 <text value="Feedback:" style="font-weight: bold;"/>
30 <text value="http://bugzilla.gnome.org/enter_bug.cgi?product=beagle"
31 class="url"
32 onclick="window.open('http://bugzilla.gnome.org/enter_bug.cgi?product=beagle'); window.close();"/>
33 </vbox>
34 <spring flex="1"/>
35 <image src="chrome://beagle/skin/beagle-big.png"/>
36 </groupbox>
38 <hbox>
39 <spacer flex="1"/>
40 <button label="Close" oncommand="window.close();"/>
41 </hbox>
43 </window>