-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
780c626
commit 1036178
Showing
10 changed files
with
200 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<!-- <?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-wikicite/content/skin/editor.css" type="text/css"?> | ||
<?xml-stylesheet href="chrome://zotero-wikicite/content/skin/overlay.css" type="text/css"?> | ||
<?xml-stylesheet href="chrome://zotero-wikicite/content/skin/overlay.css" type="text/css"?> --> | ||
<!-- <!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd"> --> | ||
|
||
<!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd"> | ||
<window id="citation-editor" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" | ||
xmlns:html="http://www.w3.org/1999/xhtml"> | ||
<linkset> | ||
<html:link rel="stylesheet" href="chrome://global/skin/" type="text/css" /> | ||
<html:link rel="stylesheet" href="chrome://zotero/skin/zotero.css" type="text/css" /> | ||
<html:link rel="stylesheet" href="chrome://__addonRef__/content/skin/default/editor.css" type="text/css" /> | ||
<html:link rel="stylesheet" href="chrome://__addonRef__/content/skin/default/overlay.css" type="text/css" /> | ||
<html:link rel="localization" href="__addonRef__-addon.ftl" /> | ||
</linkset> | ||
|
||
<window | ||
id="citation-editor" | ||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" | ||
xmlns:html="http://www.w3.org/1999/xhtml" | ||
> | ||
<zoteroitembox | ||
id="citation-editor-item-box" | ||
flex="1" | ||
/> | ||
<script type="text/javascript" src="chrome://zotero/content/include.js"></script> | ||
<script src="chrome://zotero/content/customElements.js"></script> | ||
<!-- <script src="editor.js"></script> --> | ||
<script src="chrome://__addonRef__/content/scripts/dialogs/editor/index.js"></script> | ||
|
||
<!-- <item-box id="citation-editor-item-box" flex="1" /> --> | ||
<item-box id="citation-editor-item-box" /> | ||
<html:div id="root"></html:div> | ||
<script type="text/javascript" src="chrome://zotero/content/include.js"></script> | ||
<script src="editor.js"></script> | ||
</window> | ||
</window> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
window#citation-editor { | ||
height: 500px; | ||
width: 400px; | ||
/* width: 400px; */ | ||
width: 200px; | ||
padding: 1em; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.