Mercurial > hg > digilib-old
comparison xul/content/navigio.xul @ 203:bf945fcf9105
restarting with version control of xul sidebar/toolbar
author | luginbue |
---|---|
date | Fri, 27 Feb 2004 11:24:53 +0100 |
parents | |
children |
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 <script type="application/x-javascript" src="chrome://alcatraz/content/navigio.js" /> | |
8 <hbox> | |
9 <toolbarbutton id="navigio_project" type="menu" label="Project" datasources="http://hera.unibe.ch/navigo/navigio_project.rdf" ref="urn:echoproject:data" > | |
10 <template> | |
11 <rule> | |
12 <menupopup id="options_popup"> | |
13 <menuitem uri="rdf:*" label="rdf:http://echo.unibe.ch/echo/rdf/projects#name" type="radio" | |
14 onclick="set_project(' rdf:http://echo.unibe.ch/echo/rdf/projects#search ',' rdf:http://echo.unibe.ch/echo/rdf/projects#default ')"/> | |
15 </menupopup> | |
16 </rule> | |
17 </template> | |
18 </toolbarbutton> | |
19 </hbox> | |
20 <iframe id="navigio_frame" src="wtwg_bern.xul" flex="1"/> | |
21 </window> |