zotero/chrome/content/zotero/attachLink.xhtml
2024-08-12 15:24:56 -06:00

37 lines
1.4 KiB
HTML

<?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">
<window
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
title="&zotero.attachLink.title;"
drawintitlebar-platforms="mac"
onload="Zotero_AttachLink.load()">
<dialog
buttons="accept,cancel"
id="zotero-attach-uri-dialog">
<script src="chrome://global/content/globalOverlay.js"/>
<script src="include.js"/>
<script src="titlebar.js"/>
<script src="editMenuOverlay.js"/>
<script src="attachLink.js"/>
<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>
<html:input type="text" id="zotero-attach-uri-input" style="flex: 1"/>
</hbox>
<hbox align="center">
<label id="zotero-attach-uri-label-title" value="&zotero.attachLink.label.title;" control="zotero-attach-uri-title"></label>
<html:input type="text" id="zotero-attach-uri-title" style="flex: 1" placeholder="&zotero.general.optional;"/>
</hbox>
</vbox>
</dialog>
</window>