e537018e71
Not working: - Web tests (hidden browser is broken) - Test Updated status text - Various platform menu things (code copied from ZP and will use whichever approach we settle on there)
47 lines
1.8 KiB
HTML
47 lines
1.8 KiB
HTML
<?xml version="1.0"?>
|
|
<!--
|
|
***** BEGIN LICENSE BLOCK *****
|
|
|
|
Copyright © 2011 Center for History and New Media
|
|
George Mason University, Fairfax, Virginia, USA
|
|
http://zotero.org
|
|
|
|
This file is part of Zotero.
|
|
|
|
Zotero is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
Zotero is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with Zotero. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
***** END LICENSE BLOCK *****
|
|
-->
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://scaffold/skin/scaffold.css" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://scaffold/locale/scaffold.dtd">
|
|
<window
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
title="&scaffold.load.title;" width="400" height="330"
|
|
onload="Scaffold_Load.onLoad()">
|
|
<dialog buttons="cancel,accept"
|
|
id="scaffold-load">
|
|
|
|
<script src="chrome://zotero/content/include.js"/>
|
|
<script src="load.js"/>
|
|
|
|
<listheader>
|
|
<treecol flex="1" label="&scaffold.load.label.label;"/>
|
|
<treecol width="130" label="&scaffold.load.creator.label;"/>
|
|
</listheader>
|
|
<richlistbox id="listbox" flex="1"/>
|
|
</dialog>
|
|
</window>
|