attachLink.xul (1150B)
1 <?xml version="1.0"?> 2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 3 <?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?> 4 5 <!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd"> 6 7 <dialog 8 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 9 buttons="accept,cancel" 10 ondialogaccept="return Zotero_AttachLink.submit();" 11 12 id="zotero-attach-uri-dialog" 13 title="&zotero.attachLink.title;" 14 > 15 16 <script src="include.js"/> 17 <script src="attachLink.js"/> 18 19 <vbox id="zotero-attach-uri-container"> 20 <hbox> 21 <description id="zotero-attach-uri-message" class="zotero-message-error"></description> 22 </hbox> 23 <hbox align="center"> 24 <label id="zotero-attach-uri-label-input" value="&zotero.attachLink.label.link;" control="zotero-attach-uri-input"></label> 25 <textbox id="zotero-attach-uri-input" flex="1"/> 26 </hbox> 27 <hbox align="center"> 28 <label id="zotero-attach-uri-label-title" value="&zotero.attachLink.label.title;" control="zotero-attach-uri-title"></label> 29 <textbox id="zotero-attach-uri-title" flex="1" placeholder="&zotero.general.optional;"/> 30 </hbox> 31 </vbox> 32 </dialog>