2006-07-06 20:43:32 +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-07-06 20:43:32 +00:00
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://scholar/skin/scholar.css" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://scholar/skin/about.css" type="text/css"?>
|
2006-08-02 17:57:16 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://scholar/locale/about.dtd">
|
2006-07-06 20:43:32 +00:00
|
|
|
|
|
|
|
<dialog
|
|
|
|
id="scholar-about"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
orient="vertical"
|
|
|
|
buttons="accept"
|
|
|
|
onload="onLoad();"
|
|
|
|
ondialogaccept="return true;">
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<![CDATA[
|
|
|
|
function onLoad()
|
|
|
|
{
|
|
|
|
var labels = document.getElementsByTagName('label');
|
|
|
|
|
|
|
|
for(var i = 0; i<labels.length; i++)
|
|
|
|
labels[i].setAttribute('crop','end');
|
|
|
|
}
|
|
|
|
]]>
|
|
|
|
</script>
|
|
|
|
|
2006-08-30 07:05:57 +00:00
|
|
|
<script src="include.js"/>
|
|
|
|
|
2006-07-06 20:43:32 +00:00
|
|
|
<vbox id="aboutcontent">
|
2006-08-02 17:57:16 +00:00
|
|
|
<label id="name" value="&scholar.name;"/>
|
2006-08-30 07:05:57 +00:00
|
|
|
<label id="version" value="&scholar.version; "/>
|
|
|
|
<script>
|
|
|
|
document.getElementById('version').value += Scholar.version;
|
|
|
|
</script>
|
2006-08-02 17:57:16 +00:00
|
|
|
<label class="subhead" value="&scholar.createdby;"/>
|
2006-07-06 20:43:32 +00:00
|
|
|
<vbox class="subcontent">
|
|
|
|
<label class="text-link" href="http://chnm.gmu.edu" value="Center for History and New Media"/>
|
2006-08-30 07:05:57 +00:00
|
|
|
<label value="George Mason University"/>
|
|
|
|
<label value="Fairfax, VA"/>
|
2006-07-06 20:43:32 +00:00
|
|
|
</vbox>
|
2006-08-02 17:57:16 +00:00
|
|
|
<label class="subhead" value="&scholar.directors;"/>
|
2006-07-06 20:43:32 +00:00
|
|
|
<vbox class="subcontent">
|
|
|
|
<label value="Dan Cohen"/>
|
|
|
|
<label value="Josh Greenberg"/>
|
|
|
|
</vbox>
|
2006-08-02 17:57:16 +00:00
|
|
|
<label class="subhead" value="&scholar.developers;"/>
|
2006-07-06 20:43:32 +00:00
|
|
|
<vbox class="subcontent">
|
|
|
|
<label value="Dan Stillman"/>
|
|
|
|
<label value="David Norton"/>
|
|
|
|
<label value="Simon Kornblith"/>
|
|
|
|
</vbox>
|
2006-08-02 17:57:16 +00:00
|
|
|
<label class="subhead" value="&scholar.thanks;"/>
|
2006-07-06 20:43:32 +00:00
|
|
|
<vbox class="subcontent">
|
|
|
|
<label class="text-link" href="http://www.imls.gov/" value="Institute of Museum and Library Services"/>
|
|
|
|
<label class="text-link" href="http://www.mozilla.org/" value="Mozilla Foundation"/>
|
|
|
|
<label class="text-link" href="http://www.famfamfam.com/lab/icons/silk/" value="famfamfam (icons)"/>
|
|
|
|
</vbox>
|
|
|
|
</vbox>
|
|
|
|
</dialog>
|