summaryrefslogtreecommitdiffabout
path: root/content/about.xul
blob: e00651ae18d137d6f24e1ccc1054906ab5b0e39f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="fireflix.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://fireflix/locale/fireflix.dtd">
<window
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  id="aboutFireflix" title="&aboutFireflix;"
  orient="vertical"
  width="450" height="250"
  >

 <hbox class="about wholething" flex="1">
  <hbox flex="1" class="insides">
   <vbox>
    <spacer flex="1"/>
    <image src="icons/32x32/fireflix.png" width="32" height="32" />
    <spacer flex="1"/>
   </vbox>
   <groupbox flex="1" class="text" orient="vertical">
    <spacer flex="2"/>
    <hbox>
     <spacer flex="1"/>
     <label value="Fireflix &autoconf.version;" class="title"/>
     <spacer flex="1"/>
    </hbox>
    <spacer flex="1"/>
    <hbox>
     <label value="Copyright © 2006 "/>
     <label value="Klever Group" class="link"
      onclick="window.openDialog('chrome://browser/content/browser.xul','_blank','chrome,all,dialog=no','http://www.klever.net/',null,null)" />
    </hbox>
    <spacer flex="2"/>
   </groupbox>
   <vbox>
    <spacer flex="10" />
    <button label="&about.license.label;" tooltiptext="&about.license.tip;"
    oncommand="window.openDialog('chrome://fireflix/content/copying.xul','copying')" />
    <spacer flex="2" />
    <button label="OK" oncommand="window.close()"/>
    <spacer flex="1" />
   </vbox>
  </hbox>
 </hbox>

</window>