comparison xul/content/alcatraz.xul @ 203:bf945fcf9105

restarting with version control of xul sidebar/toolbar
author luginbue
date Fri, 27 Feb 2004 11:24:53 +0100
parents
children 0e841edf6c39
comparison
equal deleted inserted replaced
202:7501034e54e1 203:bf945fcf9105
1 <?xml version="1.0" ?>
2 <?xml-stylesheet href="chrome://alcatraz/skin/" type="text/css" ?>
3 <?xml-stylesheet href="chrome://global/skin/" type="text/css" ?>
4
5 <window xmlns:html="http://www.w3.org/1999/xhtml"
6 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
7
8 <tabbox flex="1">
9 <tabs>
10 <tab label="Navigio" />
11 <tab label="Imago" />
12 <tab label="Annota" />
13 </tabs>
14 <tabpanels flex="1">
15 <tabpanel id="navigio_tab">
16 <tabbox flex="1">
17 <iframe id="navigio_frame" src="navigio.xul" flex="1" />
18 </tabbox>
19 </tabpanel>
20 <tabpanel id="imago_tab" selected="true">
21 <tabbox flex="1">
22 <iframe id="imago_frame" src="imago.xul" flex="1" />
23 </tabbox>
24 </tabpanel>
25 <tabpanel id="annota_tab" orient="vertical">
26 <tabbox flex="1">
27 <iframe id="annota_frame" src="annota.xul" flex="1" />
28 </tabbox>
29 </tabpanel>
30 </tabpanels>
31 </tabbox>
32 </window>