Subversion Repositories eFlore/Archives.eflore-xul

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

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