Mercurial > hg > digilib-old
comparison xul/content/dialog_annotate.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/dialogs.css" type="text/css" ?> | |
3 <?xml-stylesheet href="chrome://global/skin/" type="text/css" ?> | |
4 | |
5 <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" | |
6 title="DIGILIB annotate" | |
7 buttons="accept,cancel" | |
8 ondialogaccept="return accept();" | |
9 ondialogcancel="return cancel();" | |
10 onload="window.sizeToContent(); window.focus();"> | |
11 | |
12 <script src="chrome://alcatraz/content/dialog_annotate.js" /> | |
13 | |
14 <groupbox> | |
15 <caption label="DIGILIB annotate" /> | |
16 <description id="dialog_desc">Annotate the picture with its current parameters :</description> | |
17 <spacer style="height: 10px" /> | |
18 <hbox> | |
19 <textbox id="annotation_value" size="2000" multiline="true" rows="8" cols="72" onclick="this.select();" /> | |
20 <spacer flex="1" /> | |
21 </hbox> | |
22 | |
23 </groupbox> | |
24 | |
25 </dialog> |