2020-11-20 14:17:48 -07: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"?>
|
|
|
|
<?xml-stylesheet href="chrome://zotero/skin/overlay.css" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://zotero-platform/content/overlay.css" type="text/css"?>
|
2023-04-01 08:37:55 +03:00
|
|
|
<?xml-stylesheet href="chrome://zotero-platform/content/zotero.css"?>
|
2020-11-20 14:17:48 -07:00
|
|
|
|
2021-02-22 20:14:07 -07:00
|
|
|
<!DOCTYPE dialog [
|
|
|
|
<!ENTITY % zoteroDTD SYSTEM "chrome://zotero/locale/zotero.dtd"> %zoteroDTD;
|
|
|
|
]>
|
2020-11-20 14:17:48 -07:00
|
|
|
|
2022-05-17 09:47:19 -07:00
|
|
|
<window
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
|
|
title="&zotero.createParent.title;"
|
2024-04-19 19:32:50 +08:00
|
|
|
drawintitlebar-platforms="mac"
|
2022-05-17 09:47:19 -07:00
|
|
|
onload="doLoad();"
|
|
|
|
onunload="doUnload();">
|
2020-11-20 14:17:48 -07:00
|
|
|
<dialog
|
|
|
|
id="zotero-parent-dialog"
|
|
|
|
orient="vertical"
|
|
|
|
buttons="cancel,accept,extra2"
|
|
|
|
buttondisabledaccept="true"
|
|
|
|
buttonlabelextra2="&zotero.createParent.button.manual;"
|
|
|
|
buttonlabelaccept="&zotero.createParent.title;"
|
2024-06-08 04:38:39 -04:00
|
|
|
style="padding: 20px 15px; min-width: 500px">
|
2020-11-20 14:17:48 -07:00
|
|
|
|
2021-02-22 20:14:07 -07:00
|
|
|
<script src="chrome://global/content/globalOverlay.js"/>
|
2020-11-20 14:17:48 -07:00
|
|
|
<script src="include.js"/>
|
2024-04-19 19:32:50 +08:00
|
|
|
<script src="titlebar.js"/>
|
2022-08-02 15:50:44 -04:00
|
|
|
<script src="editMenuOverlay.js"/>
|
2020-11-20 14:17:48 -07:00
|
|
|
<script src="lookup.js"/>
|
|
|
|
<script src="createParentDialog.js"/>
|
|
|
|
<script src="components/createParent/createParent.js"/>
|
2024-06-08 04:38:39 -04:00
|
|
|
|
|
|
|
<html:link rel="localization" href="zotero.ftl"/>
|
|
|
|
|
2020-11-20 14:17:48 -07:00
|
|
|
<vbox id="zotero-create-parent-container" flex="1">
|
|
|
|
<html:div id="create-parent" />
|
|
|
|
</vbox>
|
|
|
|
</dialog>
|
2022-05-17 09:47:19 -07:00
|
|
|
</window>
|