2014-12-16 16:20:55 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
|
|
|
|
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
|
|
|
|
|
2022-05-24 18:02:37 +00:00
|
|
|
<window
|
2014-12-16 16:20:55 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2022-05-24 18:02:37 +00:00
|
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
2014-12-16 16:20:55 +00:00
|
|
|
title="&zotero.attachLink.title;"
|
2022-05-24 18:02:37 +00:00
|
|
|
onload="Zotero_AttachLink.load()">
|
|
|
|
<dialog
|
|
|
|
buttons="accept,cancel"
|
|
|
|
id="zotero-attach-uri-dialog">
|
2014-12-16 16:20:55 +00:00
|
|
|
|
|
|
|
<script src="include.js"/>
|
2015-01-18 16:39:56 +00:00
|
|
|
<script src="attachLink.js"/>
|
2014-12-16 16:20:55 +00:00
|
|
|
|
|
|
|
<vbox id="zotero-attach-uri-container">
|
|
|
|
<hbox>
|
|
|
|
<description id="zotero-attach-uri-message" class="zotero-message-error"></description>
|
|
|
|
</hbox>
|
|
|
|
<hbox align="center">
|
|
|
|
<label id="zotero-attach-uri-label-input" value="&zotero.attachLink.label.link;" control="zotero-attach-uri-input"></label>
|
2022-05-24 18:02:37 +00:00
|
|
|
<html:input type="text" id="zotero-attach-uri-input" style="-moz-box-flex: 1"/>
|
2014-12-16 16:20:55 +00:00
|
|
|
</hbox>
|
|
|
|
<hbox align="center">
|
|
|
|
<label id="zotero-attach-uri-label-title" value="&zotero.attachLink.label.title;" control="zotero-attach-uri-title"></label>
|
2022-05-24 18:02:37 +00:00
|
|
|
<html:input type="text" id="zotero-attach-uri-title" style="-moz-box-flex: 1" placeholder="&zotero.general.optional;"/>
|
2014-12-16 16:20:55 +00:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
2022-05-24 18:02:37 +00:00
|
|
|
</dialog>
|
|
|
|
</window>
|