Changeset 237
- Timestamp:
- 2007-04-18 02:17:25 (2 years ago)
- Files:
-
- branches/0.9.x/chrome/content/about/about.xul (modified) (2 diffs)
- branches/0.9.x/chrome/content/barra.xul (modified) (1 diff)
- branches/0.9.x/chrome/content/opzioni/filtersPane.js (modified) (1 diff)
- branches/0.9.x/chrome/content/opzioni/restorePref.js (modified) (1 diff)
- branches/0.9.x/install.rdf (modified) (1 diff)
- trunk/chrome/locale/en-US/help/dtahelp.rdf (modified) (2 diffs)
- trunk/chrome/locale/en-US/help/help-toc.rdf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.9.x/chrome/content/about/about.xul
r194 r237 4 4 * 5 5 * This code is part of DownThemAll! - dTa! 6 * Copyright © 2004-2006 Federico Parodi and Stefano Verna.6 * Copyright © 2004-2006 Federico Parodi, Stefano Verna and Nils Maier. 7 7 * 8 8 * See notice.txt and gpl.txt for details. … … 35 35 <image src="chrome://dta/content/about/logo.png"/><spacer flex="1"/> 36 36 </hbox> 37 <label value="ver. 0.9.9. 7 (1.0-RC3)" style="margin-bottom:10px;" />37 <label value="ver. 0.9.9.8" style="margin-bottom:10px;" /> 38 38 <label value="Copyright © 2004-2006 By:" style="font-weight: bold;"/> 39 39 <label value="Federico Parodi" class="link" onclick="openTab('http://www.jimmy2k.it', '_blank'); "/> 40 40 <label value="Stefano Verna" class="link" onclick="openTab('http://steffoz.altervista.org/', '_blank'); "/> 41 <label value="Nils Maier" class="link" onclick="openTab('http://tn123.ath.cx/about/', '_blank'); "/> 41 42 <separator class="thin"/> 42 43 <description style="margin:0px 0px 5px 6px;">Icons and buttons are based on the works of Mike Matas and Jakub Steiner - © Michael Matas, © Jakub Steiner, © Novell, Inc.</description> branches/0.9.x/chrome/content/barra.xul
r194 r237 42 42 <menuitem id="dta-pref-tool" oncommand="window.openDialog('chrome://dta/content/opzioni/newPref.xul','_blank','chrome,titlebar,toolbar,centerscreen,resizable,dialog=no');" 43 43 label="&submenu-dta-pref.label;" image="chrome://dta/content/immagini/opzioni.png" class="menuitem-iconic" /> 44 <menuitem id="dta-help-tool" oncommand="openHelp('introduction','chrome://dta/content/ dtahelp.rdf');"44 <menuitem id="dta-help-tool" oncommand="openHelp('introduction','chrome://dta/content/help/dtahelp.rdf');" 45 45 label="&dta-help-tool.label;" image="chrome://dta/content/immagini/help.png" class="menuitem-iconic" /> 46 46 <menuitem id="dta-about" oncommand="window.openDialog('chrome://dta/content/about/about.xul','_blank','chrome,centerscreen,resizable=no, dialog=no');" branches/0.9.x/chrome/content/opzioni/filtersPane.js
r194 r237 200 200 linkR.appendChild(chkImg); 201 201 202 window.sizeToContent();202 //window.sizeToContent(); 203 203 204 204 isRegex(); branches/0.9.x/chrome/content/opzioni/restorePref.js
r194 r237 13 13 14 14 var defNumFilters = 7; 15 var currentVersion = "0.9.9. 7";15 var currentVersion = "0.9.9.8"; 16 16 17 17 function isNewer(version, current) { branches/0.9.x/install.rdf
r194 r237 5 5 <em:name>DownThemAll!</em:name> 6 6 <em:description>The mass downloader for Firefox.</em:description> 7 <em:creator>Federico Parodi - Stefano Verna</em:creator> 8 <em:version>0.9.9.7</em:version> 7 <em:creator>Federico Parodi</em:creator> 8 <em:creator>Stefano Verna</em:creator> 9 <em:creator>Nils Maier</em:creator> 10 11 <em:version>0.9.9.8</em:version> 9 12 <em:aboutURL>chrome://dta/content/about/about.xul</em:aboutURL> 10 13 <em:iconURL>chrome://dta/content/immagini/icon.png</em:iconURL> trunk/chrome/locale/en-US/help/dtahelp.rdf
r110 r237 1 1 <?xml version="1.0"?> 2 <!DOCTYPE RDF SYSTEM "chrome://dta/ locale/help/help.dtd">2 <!DOCTYPE RDF SYSTEM "chrome://dta/content/help/help.dtd"> 3 3 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 4 4 xmlns:nc="http://home.netscape.com/NC-rdf#"> … … 6 6 nc:title="&help.title;" 7 7 nc:defaulttopic="Select" 8 nc:base="chrome://dta/ locale/help/">8 nc:base="chrome://dta/content/help/"> 9 9 <nc:panellist> 10 10 <rdf:Seq> trunk/chrome/locale/en-US/help/help-toc.rdf
r110 r237 1 1 <?xml version="1.0"?> 2 <!DOCTYPE toc SYSTEM "chrome://dta/ locale/help/help.dtd">2 <!DOCTYPE toc SYSTEM "chrome://dta/content/help/help.dtd"> 3 3 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 4 4 xmlns:nc="http://home.netscape.com/NC-rdf#">
