Subversion Repositories eFlore/Archives.eflore-xul

Rev

Rev 2 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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