summaryrefslogtreecommitdiff
path: root/common/content/about.xul
blob: c705c382971cac2747a7f76eab8aa5f909eee3de (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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://pentadactyl/skin/about.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">

<page id="about-&dactyl.name;" orient="vertical"
      xmlns="&xmlns.xul;" xmlns:html="&xmlns.html;">

  <html:link rel="icon" href="chrome://&dactyl.name;/skin/icon.png"
             type="image/png" style="display: none;"/>

  <spring flex="1"/>
  <hbox>
    <spring flex="1"/>
      <div xmlns="&xmlns.html;" style="text-align: center" id="text-container">
<img src="chrome://&dactyl.name;/content/logo.png" alt="&dactyl.appName;" />

version @VERSION@
by Kris Maglione, Doug Kearns, et al.
&dactyl.appName; is open source and freely distributable

type :q&lt;<span class="key">Enter</span>>                 to exit         <!---->
type :help&lt;<span class="key">Enter</span>>  or  &lt;<span class="key">F1</span>>    for on-line help
type :help version-&dactyl.version;&lt;<span class="key">Enter</span>>  for version info
      </div>
    <spring flex="1"/>
  </hbox>
  <spring flex="1"/>        
</page>

<!-- vim: set sw=2 sts=2 et: -->