Mercurial > hg > digilib-old
comparison xul/content/search.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 | |
3 <?xml-stylesheet href="chrome://navigator/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 flex="1" > | |
8 | |
9 <script type="application/x-javascript" src="chrome://alcatraz/content/search.js" /> | |
10 | |
11 <vbox> | |
12 | |
13 <button id="collection" label="Collections" type="menu" onclick="changeCollection(event.target); return false;" | |
14 datasources="http://hera.unibe.ch:8080/alcatraz/xul/digilibcollections.jsp" ref="urn:echonavigation:data" flex="1"> | |
15 | |
16 <template> | |
17 <rule> | |
18 <menupopup id="menupop1" > | |
19 <menuitem label="none" selected="true" /> | |
20 <menuitem uri="rdf:*" value="rdf:http://www.echo.eu/rdf#link" label="rdf:http://www.echo.eu/rdf#name" /> | |
21 </menupopup> | |
22 </rule> | |
23 </template> | |
24 | |
25 </button> | |
26 | |
27 <label id="level1" value="" flex="1" crop="end" /> | |
28 <label id="level2" value="" flex="1" crop="end" /> | |
29 <label id="level3" value="" flex="1" crop="end" /> | |
30 <label value="Category:" flex="1" /> | |
31 <menulist id="category" label="none" onclick="changeMenuList();" flex="1" > | |
32 <menupopup> | |
33 <menuitem label="none" selected="true" /> | |
34 <menuitem label="Author" /> | |
35 <menuitem label="Title"/> | |
36 <menuitem label="Year" /> | |
37 <menuitem label="Journal/Magazine"/> | |
38 <menuitem label="Keywords"/> | |
39 </menupopup> | |
40 </menulist> | |
41 <textbox id="search_value" disabled="true" flex="1" /> | |
42 <button id="start_search" label="Search" onclick="start_search()" flex="1" /> | |
43 | |
44 </vbox> | |
45 | |
46 </window> |