About

Linked About Window

Jede Anwendung beitet dies an, auch wir halten uns daran.

About Dialog: about.xul

1
2
3
4
56
7
8
9
1011
12
13
14
1516
17
18
19
2021
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window class="dialog"
title="fabforge: Linked!"
orient="vertical" autostretch="always"onload="sizeToContent()"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<groupbox align="center" orient="horizontal">
<vbox> <text value="fabforge Linked!" style="font-weight: bold; font-size: x-large;"/>
<text value="Version. 0.1"/><separator class="thin"/>
<text value="Erstellt von:" style="font-weight: bold;"/>
<text value="Fabian Dennler (foxfabi)" class="url" onclick="window.open('http://www.fabforge.ch'); window.close();"/>
<separator class="thin"/>
<text value="Homepage:" style="font-weight: bold;"/><text value="http://www.fabforge.ch/"
class="url" onclick="window.open('http://www.fabforge.ch/'); window.close();"/>
<separator class="thin"/>
</vbox>
<spring flex="1"/><image src="chrome://fabforge/skin/fabforge.png"/></groupbox>
<hbox>
<spacer flex="1"/>
<button label="Close" oncommand="window.close();"/>
</hbox></window>

Gruppen: