home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / v cisle / ozo / zotero-1.0.3.xpi / chrome / zotero.jar / content / zotero / about.xul next >
Encoding:
Extensible Markup Language  |  2007-10-24  |  5.4 KB  |  234 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
  4. <?xml-stylesheet href="chrome://zotero/skin/about.css" type="text/css"?>
  5. <!DOCTYPE window SYSTEM "chrome://zotero/locale/about.dtd">
  6.  
  7. <dialog
  8.     id="zotero-about"
  9.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  10.     orient="vertical"
  11.     buttons="accept"
  12.     buttonlabelaccept="&zotero.about.close;"
  13.     onload="onLoad(); moveToAlertPosition(); sizeToContent();"
  14.     ondialogaccept="return true;">
  15.     
  16.     <script>
  17.         <![CDATA[
  18.             function onLoad()
  19.             {
  20.                 var translators = {
  21.                     afAZ: [
  22.                         "Samuel Murray"
  23.                     ],
  24.                     
  25.                     ar: [
  26.                         "Khaled Fadhel"
  27.                     ],
  28.                     
  29.                     bgBG: [
  30.                         "Peter Stoilov"
  31.                     ],
  32.                     
  33.                     caAD: [
  34.                         "Joan Junyent"
  35.                     ],
  36.                     
  37.                     daDK: [
  38.                         "Banta"
  39.                     ],
  40.                     
  41.                     deAT: [
  42.                         "stw"
  43.                     ],
  44.                     
  45.                     deCH: [
  46.                         "stw"
  47.                     ],
  48.                     
  49.                     deDE: [
  50.                         "Harald Kliems",
  51.                         "Jason Verber",
  52.                         "stw"
  53.                     ],
  54.                     
  55.                     elGR: [
  56.                         "geraki"
  57.                     ],
  58.                     
  59.                     esES: [
  60.                         "Alberto Gonz├ílez Palomo"
  61.                     ],
  62.                     
  63.                     etEE: [
  64.                         "brainbulb"
  65.                     ],
  66.                     
  67.                     frFR: [
  68.                         "Pascal Pichon",
  69.                         "Jojaba",
  70.                         "La Luciole"
  71.                     ],
  72.                     
  73.                     heIL: [
  74.                         "Doron Tilleman"
  75.                     ],
  76.                     
  77.                     huHU: [
  78.                         "tdombos"
  79.                     ],
  80.                     
  81.                     itIT: [
  82.                         "Andrea",
  83.                         "Elisabetta Manuele",
  84.                         "Giuliano Masseroni",
  85.                         "Luca Pedrazzi"
  86.                     ],
  87.                     
  88.                     jaJP: [
  89.                         "Andreas Bovens",
  90.                         "Michael Schiltz"
  91.                     ],
  92.                     
  93.                     koKR: [
  94.                         "Wtspout"
  95.                     ],
  96.                     
  97.                     mnMN: [
  98.                         "cybermon"
  99.                     ],
  100.                     
  101.                     nbNO: [
  102.                         "Finn Arne J├╕rgensen"
  103.                     ],
  104.                     
  105.                     nlNL: [
  106.                         "Andreas Bovens",
  107.                         "Michael Schiltz",
  108.                         "Rintze Zelle"
  109.                     ],
  110.                     
  111.                     plPL: [
  112.                         "Pawel Krzyworzeka",
  113.                         "Trevor Owens"
  114.                     ],
  115.                     
  116.                     ptBR: [
  117.                         "Humberto Sartini"
  118.                     ],
  119.                     
  120.                     ptPT: [
  121.                         "gandrenf",
  122.                         "XRex"
  123.                     ],
  124.                     
  125.                     roRO: [
  126.                         "Turcan"
  127.                     ],
  128.                     
  129.                     ruRU: [
  130.                         "Yar"
  131.                     ],
  132.                     
  133.                     srYU: [
  134.                         "Igor Miletic"
  135.                     ],
  136.                     
  137.                     svSE: [
  138.                         "Erik Stattin"
  139.                     ],
  140.                     
  141.                     trTR: [
  142.                         "Zeki Celikbas"
  143.                     ],
  144.                     
  145.                     zhCN: [
  146.                         "liyan",
  147.                         "Wenping Guo"
  148.                     ],
  149.                     
  150.                     zhTW: [
  151.                         "Chun-Chung Chen",
  152.                         "coolcd"
  153.                     ]
  154.                 };
  155.                 
  156.                 var box = document.getElementById('zotero-translators-list');
  157.                 
  158.                 for (var locale in translators) {
  159.                     var heading = document.createElement('label');
  160.                     var str = locale.substr(0, 2);
  161.                     if (locale.substr(2)) {
  162.                         str += '-' + locale.substr(2);
  163.                     }
  164.                     str += ':';
  165.                     heading.className = 'locale';
  166.                     heading.setAttribute('value', str);
  167.                     box.appendChild(heading);
  168.                     
  169.                     for each(var person in translators[locale]) {
  170.                         var label = document.createElement('label');
  171.                         label.setAttribute('value', person);
  172.                         box.appendChild(label);
  173.                     }
  174.                 }
  175.             }
  176.         ]]>
  177.     </script>
  178.     
  179.     <script src="include.js"/>
  180.     
  181.     <vbox id="aboutcontent">
  182.         <label id="name" value="Zotero"/>
  183.         <label class="text-link" href="http://www.zotero.org" value="http://www.zotero.org"/>
  184.         <label id="version" value="&zotero.version; "/>
  185.         <script>
  186.             document.getElementById('version').value += Zotero.version;
  187.         </script>
  188.         <label class="subhead" value="&zotero.createdby;"/>
  189.         <vbox class="subcontent">
  190.             <label class="text-link" href="http://chnm.gmu.edu" value="Center for History and New Media"/>
  191.             <label value="George Mason University"/>
  192.             <label value="Fairfax, VA, USA"/>
  193.         </vbox>
  194.         <label class="subhead" value="&zotero.directors;"/>
  195.         <vbox class="subcontent">
  196.             <label value="Dan Cohen"/>
  197.             <label value="Sean Takats"/>
  198.         </vbox>
  199.         <label class="subhead" value="&zotero.developers;"/>
  200.         <vbox class="subcontent">
  201.             <label value="Dan Stillman"/>
  202.             <label value="Simon Kornblith"/>
  203.             
  204.         </vbox>
  205.         <label class="subhead" value="&zotero.alumni;"/>
  206.         <vbox class="subcontent">
  207.             <label value="Josh Greenberg (co-director)"/>
  208.             <label value="David Norton (developer)"/>
  209.         </vbox>
  210.         <label class="subhead" value="&zotero.about.localizations;"/>
  211.         <vbox class="subcontent">
  212.             <vbox id="zotero-translators-list"/>
  213.         </vbox>
  214.         <label class="subhead" value="&zotero.about.additionalSoftware;"/>
  215.         <vbox class="subcontent">
  216.             <label class="text-link" href="http://www.famfamfam.com/lab/icons/silk/" value="famfamfam (small icons)"/>
  217.             <label class="text-link" href="http://simile.mit.edu/timeline/" value="SIMILE Project (Timeline)"/>
  218.             <label class="text-link" href="http://tango.freedesktop.org/Tango_Desktop_Project" value="Tango Desktop Project (pref icons)"/>
  219.             <label class="text-link" href="http://www.dbai.tuwien.ac.at/user/pollak/webpagedump/" value="WebPageDump (snapshot code)"/>
  220.             <label class="text-link" href="http://xbiblio.sourceforge.net/" value="XBiblio (Citation Style Language)"/>
  221.             <label class="text-link" href="http://www.foolabs.com/xpdf/" value="Xpdf (pdftotext)"/>
  222.         </vbox>
  223.         <label class="subhead" value="&zotero.executiveProducer;"/>
  224.         <vbox class="subcontent">
  225.             <label value="Roy Rosenzweig"/>
  226.         </vbox>
  227.         <label class="subhead" value="&zotero.thanks;"/>
  228.         <vbox class="subcontent">
  229.             <label class="text-link" href="http://www.mellon.org/" value="Andrew W. Mellon Foundation"/>
  230.             <label class="text-link" href="http://www.imls.gov/" value="Institute of Museum and Library Services"/>
  231.             <label class="text-link" href="http://www.sloan.org/" value="Alfred P. Sloan Foundation"/>
  232.         </vbox>
  233.     </vbox>
  234. </dialog>