Mercurial > hg > digilib
view xul/content/dialog_annotate.xul @ 260:404a2e449a1d
Servlet version 1.21b1
- directory indexing got faster but less safe
(configurable by "safe-dir-index")
- mo=rawfile supplies filename
- DigilibConfig takes File parameters
- some SerialVersionUIDs (suggested by Eclipse)
author | robcast |
---|---|
date | Mon, 11 Oct 2004 21:23:00 +0200 |
parents | 49cb8a445126 |
children |
line wrap: on
line source
<?xml version="1.0" ?> <?xml-stylesheet href="chrome://alcatraz/skin/dialogs.css" type="text/css" ?> <?xml-stylesheet href="chrome://global/skin/" type="text/css" ?> <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="DIGILIB annotate" buttons="accept,cancel" ondialogaccept="return accept();" ondialogcancel="return cancel();" onload="window.sizeToContent(); window.focus();"> <script src="chrome://alcatraz/content/dialog_annotate.js" /> <groupbox> <caption label="DIGILIB annotate" /> <description id="dialog_desc">Annotate the picture with its current parameters :</description> <spacer style="height: 10px" /> <hbox> <textbox id="annotation_value" size="2000" multiline="true" rows="8" cols="72" onclick="this.select();" /> <spacer flex="1" /> </hbox> </groupbox> </dialog>