Rev 1332 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1332 | Rev 1334 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <?xml version="1.0"?> |
1 | <?xml version="1.0"?> |
2 | 2 | ||
- | 3 | <?xml-stylesheet href="chrome://latrus/skin/latrus.css" type="text/css"?> |
|
- | 4 | ||
3 | <overlay id="latrus" |
5 | <overlay id="latrus" |
4 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
6 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
5 | 7 | ||
6 | <script type="application/x-javascript" src="chrome://latrus/content/latrus.js" /> |
8 | <script type="application/x-javascript" src="chrome://latrus/content/latrus.js" /> |
7 | 9 | ||
Line 43... | Line 45... | ||
43 | <statusbarpanel id="latrus-panel" onclick="if(event.button == 0) LatRus.toggleEnabled();" |
45 | <statusbarpanel id="latrus-panel" onclick="if(event.button == 0) LatRus.toggleEnabled();" |
44 | contextmenu="panel-latrus-popup"> |
46 | contextmenu="panel-latrus-popup"> |
45 | </statusbarpanel> |
47 | </statusbarpanel> |
46 | </statusbar> |
48 | </statusbar> |
47 | 49 | ||
48 | <vbox id="appcontent" flex="1"> |
50 | <vbox id="appcontent"> |
49 | <splitter id="latrus_splitter" state="open" resizebefore="farthest" resizeafter="closest" /> |
- | |
50 | <vbox id="latrus_hint"> |
51 | <vbox id="latrus_hint"> |
51 | <iframe src="chrome://latrus/content/hint.xul" type="content" flex="1" /> |
- | |
52 | </vbox> |
52 | </vbox> |
53 | </vbox> |
53 | </vbox> |
54 | 54 | ||
55 | </overlay> |
55 | </overlay> |
56 | 56 |