Subversion Repositories eFlore/Archives.eflore-xul

Rev

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

Rev Author Line No. Line
2 jpm 1
<?xml version"1.0" ?>
2
<?xml-stylesheet href="chrome://global/skin/" type="text/css" ?>
3
<?xml-stylesheet href="exemple.css" type="text/css" ?>
4
 
5
<!DOCTYPE window [
6
    <!ENTITY exemple:hello "Hello..." >
7
    <!ENTITY exemple:world "...World !" >
8
 
9
]>
10
 
11
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
12
    <script type="application/x-javascript" src="./exemple.js" />
13
 
14
    <box align="center">
15
        <button class="bnw" label="&exemple:hello;" onclick="butAction('&exemple:world;' );" />
16
    </box>
17
 
18
</window>