27 lines
1.9 KiB
XML
27 lines
1.9 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin/"?>
|
|
<?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"?>
|
|
|
|
<!DOCTYPE window [
|
|
<!ENTITY % ZoteroDTD SYSTEM "chrome://zotero/locale/zotero.dtd">
|
|
%ZoteroDTD;
|
|
<!ENTITY % knowledgeDTD SYSTEM "chrome://__addonRef__/locale/overlay.dtd">
|
|
%knowledgeDTD;
|
|
]>
|
|
|
|
<dialog id="betternotes-sync-dialog" windowtype="betternotes-sync" title="&zotero.__addonRef__.sync.title;" orient="vertical" width="300" height="300" buttons="cancel,accept,help" ondialogaccept="Zotero.BetterNotes.SyncInfoWindow.doAccept();" ondialoghelp="Zotero.BetterNotes.SyncInfoWindow.doExport();" onload="Zotero.BetterNotes.SyncInfoWindow.doLoad(window);" onunload="Zotero.BetterNotes.SyncInfoWindow.doUnload();" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml" style="padding:2em" persist="screenX screenY width height" buttonlabelhelp="&zotero.__addonRef__.sync.export.label;">
|
|
<script src="chrome://zotero/content/include.js" />
|
|
<vbox flex="1">
|
|
<label value="&zotero.__addonRef__.sync.path.label;" />
|
|
<label id="__addonRef__-sync-path" />
|
|
<label value="&zotero.__addonRef__.sync.lastsync.label;" />
|
|
<label id="__addonRef__-sync-lastsync" />
|
|
<hbox>
|
|
<checkbox id="__addonRef__-sync-enable" label="&zotero.__addonRef__.sync.enable.label;" checked="true" />
|
|
<button flex="0" label="&zotero.__addonRef__.sync.dosync.label;" oncommand="Zotero.BetterNotes.SyncController.doSync(null, true)"></button>
|
|
<button flex="0" label="&zotero.__addonRef__.sync.synclist.label;" oncommand="Zotero.BetterNotes.SyncListWindow.openSyncList()"></button>
|
|
</hbox>
|
|
</vbox>
|
|
</dialog> |