zotero/chrome/chromeFiles/content/scholar/about.xul

58 lines
1.9 KiB
Text
Raw Normal View History

<?xml version="1.0"?>
<!--
Zotero
Copyright (C) 2006 Center for History and New Media, George Mason University, Fairfax, VA
http://chnm.gmu.edu/
-->
<?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">
<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>
<vbox id="aboutcontent">
2006-08-02 17:57:16 +00:00
<label id="name" value="&scholar.name;"/>
<label id="version" value="&scholar.version;"/>
2006-08-02 17:57:16 +00:00
<label class="subhead" value="&scholar.createdby;"/>
<vbox class="subcontent">
<label class="text-link" href="http://chnm.gmu.edu" value="Center for History and New Media"/>
</vbox>
2006-08-02 17:57:16 +00:00
<label class="subhead" value="&scholar.directors;"/>
<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;"/>
<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;"/>
<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>