Subversion Repositories eFlore/Archives.eflore-xul

Rev

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

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


<!DOCTYPE window [
    <!ENTITY exemple:hello "Salut tout ..." >
    <!ENTITY exemple:world "...le monde !" >
    
]>

<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>