1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <?xml-stylesheet href=
"chrome://global/skin/" type=
"text/css"?>
4 title=
"Beagle Indexer - About"
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">
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"
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"
32 onclick=
"window.open('http://bugzilla.gnome.org/enter_bug.cgi?product=beagle'); window.close();"/>
35 <image src=
"chrome://beagle/skin/beagle-big.png"/>
40 <button label=
"Close" oncommand=
"window.close();"/>