2006-05-18 18:39:55 +00:00
|
|
|
<?xml version="1.0"?>
|
2006-08-02 16:49:19 +00:00
|
|
|
<!--
|
2006-08-30 06:00:44 +00:00
|
|
|
Zotero
|
2006-08-02 16:49:19 +00:00
|
|
|
Copyright (C) 2006 Center for History and New Media, George Mason University, Fairfax, VA
|
|
|
|
http://chnm.gmu.edu/
|
|
|
|
-->
|
2006-10-02 23:15:27 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://zotero/locale/preferences.dtd">
|
2006-06-05 17:47:36 +00:00
|
|
|
|
2006-05-18 18:39:55 +00:00
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
|
2006-10-02 23:15:27 +00:00
|
|
|
<dialog id="winMain" title="&zotero.preferences.title;" style="min-width:400px;"
|
2006-05-18 18:39:55 +00:00
|
|
|
onload="init();" ondialogaccept="accept()"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
|
|
|
<script src="preferences.js"/>
|
|
|
|
<script src="include.js"/>
|
|
|
|
|
2006-10-02 23:15:27 +00:00
|
|
|
<dialogheader id="header" title="&zotero.name;" description="&zotero.preferences.title;"/>
|
2006-05-18 18:39:55 +00:00
|
|
|
|
2006-08-09 15:44:11 +00:00
|
|
|
<hbox align="center">
|
2006-10-02 23:15:27 +00:00
|
|
|
<label value="&zotero.preferences.position.label;" control="positionMenu"/>
|
2006-09-23 00:22:29 +00:00
|
|
|
<menulist id="positionMenu" oncommand="onPositionChange()">
|
2006-07-19 16:14:27 +00:00
|
|
|
<menupopup>
|
2006-10-02 23:15:27 +00:00
|
|
|
<menuitem label="&zotero.preferences.position.above;"/>
|
|
|
|
<menuitem label="&zotero.preferences.position.below;"/>
|
2006-07-19 16:14:27 +00:00
|
|
|
</menupopup>
|
|
|
|
</menulist>
|
2006-10-02 23:15:27 +00:00
|
|
|
<label value="&zotero.preferences.position.browser;"/>
|
2006-07-19 16:14:27 +00:00
|
|
|
</hbox>
|
2006-05-18 18:39:55 +00:00
|
|
|
|
2006-10-02 23:15:27 +00:00
|
|
|
<checkbox id="autoUpdateBox" label="&zotero.preferences.autoUpdate.label;"/>
|
2006-08-09 15:44:11 +00:00
|
|
|
|
2006-10-02 23:15:27 +00:00
|
|
|
<checkbox id="parseEndnoteBox" label="&zotero.preferences.parseEndnote.label;"/>
|
2006-08-09 15:44:11 +00:00
|
|
|
|
|
|
|
<groupbox>
|
2006-10-02 23:15:27 +00:00
|
|
|
<caption label="&zotero.preferences.openurl.caption;"/>
|
2006-08-21 21:10:40 +00:00
|
|
|
|
|
|
|
<menulist id="openURLMenu" oncommand="onOpenURLSelected();">
|
|
|
|
<menupopup>
|
|
|
|
<menuseparator/>
|
|
|
|
<menuitem label="Custom..." value="custom" selected="true"/>
|
|
|
|
</menupopup>
|
|
|
|
</menulist>
|
|
|
|
|
2006-08-09 15:44:11 +00:00
|
|
|
<hbox align="center">
|
2006-10-02 23:15:27 +00:00
|
|
|
<label value="&zotero.preferences.openurl.server;"/>
|
2006-08-21 21:10:40 +00:00
|
|
|
<textbox id="openURLServerField" flex="1" oninput="onOpenURLCustomized();"/>
|
2006-08-09 15:44:11 +00:00
|
|
|
</hbox>
|
|
|
|
|
|
|
|
<hbox align="center">
|
2006-10-02 23:15:27 +00:00
|
|
|
<label value="&zotero.preferences.openurl.version;"/>
|
2006-08-21 21:10:40 +00:00
|
|
|
<menulist id="openURLVersionMenu" oncommand="onOpenURLCustomized();">
|
2006-08-09 15:44:11 +00:00
|
|
|
<menupopup>
|
|
|
|
<menuitem label="0.1" value="0.1"/>
|
|
|
|
<menuitem label="1.0" value="1.0"/>
|
|
|
|
</menupopup>
|
|
|
|
</menulist>
|
|
|
|
</hbox>
|
|
|
|
</groupbox>
|
|
|
|
|
2006-09-23 00:22:29 +00:00
|
|
|
<label id="statusLine" value="" style="color:red"/>
|
|
|
|
|
2006-05-18 18:39:55 +00:00
|
|
|
</dialog>
|