Subversion Repositories eFlore/Archives.eflore-xul

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 jpm 1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
Description: Fenêtre "Au sujet de ..."
4
-->
5
 
6
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
7
 
8
<!DOCTYPE window SYSTEM "chrome://eflore/locale/eflore.dtd">
9
 
10
<window
11
    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
12
    id="fzabout"
13
    class="dialog"
14
    title="&freshzilla:label;"
15
    width="205"
16
    height="200"
17
    orient="horizontal">
18
 
19
<vbox autostretch="never" align="center">
20
 
21
 <vbox autostretch="never" align="center" style="border: 3px black inset; padding: 8px; background-color: white; color: black">
22
   <image src="http://images.freshmeat.net/logo.gif"/>
23
   <text value="&freshzilla:label; &freshzilla:version;" style="margin-bottom: 15px; font-size: larger; font-weight: bolder"/>
24
   <text value="(c) 2003 Gregoire Lejeune"/>
25
   <text value="greg@webtime-project.net"/>
26
 </vbox>
27
 <button label="OK" oncommand="window.close()"/>
28
</vbox>
29
</window>