Subversion Repositories eFlore/Archives.eflore-xul

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version"1.0" ?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css" ?>
<?xml-stylesheet href="exemple.css" type="text/css" ?>

<!DOCTYPE window [
    <!ENTITY exemple:hello "Hello..." >
    <!ENTITY exemple:world "...World !" >
    
]>

<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
    <script type="application/x-javascript" src="./exemple.js" />
    
    <box align="center">
        <button class="bnw" label="&exemple:hello;" onclick="butAction('&exemple:world;' );" />
    </box>

</window>