Changeset 28
- Timestamp:
- 2007-01-05 18:53:52 (2 years ago)
- Files:
-
- trunk/chrome.manifest (modified) (1 diff)
- trunk/chrome/content/browser.xul (moved) (moved from trunk/chrome/content/barra.xul) (1 diff)
- trunk/chrome/content/dta/addurl.js (modified) (2 diffs)
- trunk/chrome/content/dta/addurl.xul (modified) (6 diffs)
- trunk/chrome/content/dta/dialog.xul (modified) (1 diff)
- trunk/chrome/content/dta/down.js (modified) (2 diffs)
- trunk/chrome/content/dta/dta.js (modified) (1 diff)
- trunk/chrome/content/dta/info.js (modified) (1 diff)
- trunk/chrome/content/dta/info.xul (modified) (5 diffs)
- trunk/chrome/content/dta/manager.xul (modified) (3 diffs)
- trunk/chrome/content/dta/privacy.xul (modified) (1 diff)
- trunk/chrome/content/dta/renamingmask.xul (modified) (1 diff)
- trunk/chrome/content/dta/select.xul (modified) (7 diffs)
- trunk/chrome/content/dta/stile.css (deleted)
- trunk/chrome/content/help.css (deleted)
- trunk/chrome/content/immagini/add-bkg.png (deleted)
- trunk/chrome/content/immagini/checked.png (deleted)
- trunk/chrome/content/immagini/opzioni.png (deleted)
- trunk/chrome/content/immagini/renamingtag.png (deleted)
- trunk/chrome/content/menu.xul (modified) (2 diffs)
- trunk/chrome/locale/en-US/help (moved) (moved from trunk/chrome/content/help)
- trunk/chrome/locale/en-US/help/dtahelp.rdf (moved) (moved from trunk/chrome/content/dtahelp.rdf) (1 diff)
- trunk/chrome/locale/en-US/help/help-toc.rdf (copied) (copied from trunk/chrome/content/help/help-toc.rdf) (1 diff)
- trunk/chrome/locale/en-US/help/manager.html (copied) (copied from trunk/chrome/content/help/manager.html)
- trunk/chrome/locale/en-US/help/masks.html (copied) (copied from trunk/chrome/content/help/masks.html)
- trunk/chrome/locale/en-US/help/oneclick.html (copied) (copied from trunk/chrome/content/help/oneclick.html)
- trunk/chrome/locale/en-US/help/preferences.html (copied) (copied from trunk/chrome/content/help/preferences.html)
- trunk/chrome/locale/en-US/help/select.html (copied) (copied from trunk/chrome/content/help/select.html)
- trunk/chrome/locale/en-US/help/style.css (copied) (copied from trunk/chrome/content/help/style.css) (1 diff)
- trunk/chrome/skin/add (added)
- trunk/chrome/skin/add/add.png (added)
- trunk/chrome/skin/add/style.css (added)
- trunk/chrome/skin/common (added)
- trunk/chrome/skin/common/about.png (moved) (moved from trunk/chrome/content/immagini/about.png)
- trunk/chrome/skin/common/browse.png (moved) (moved from trunk/chrome/content/immagini/browse.png)
- trunk/chrome/skin/common/help.png (moved) (moved from trunk/chrome/content/immagini/help.png)
- trunk/chrome/skin/common/logo.jpg (moved) (moved from trunk/chrome/skin/select/logo.jpg)
- trunk/chrome/skin/common/mask.png (added)
- trunk/chrome/skin/common/prefs.png (added)
- trunk/chrome/skin/common/style.css (added)
- trunk/chrome/skin/manager/modrenaming.png (deleted)
- trunk/chrome/skin/manager/style.css (modified) (2 diffs)
- trunk/chrome/skin/manager/tbbgslim.png (moved) (moved from trunk/chrome/content/immagini/tbbgslim.png)
- trunk/chrome/skin/select/check.png (moved) (moved from trunk/chrome/content/immagini/check.png)
- trunk/chrome/skin/select/modrenaming.png (moved) (moved from trunk/chrome/content/immagini/modrenaming.png)
- trunk/chrome/skin/select/style.css (modified) (2 diffs)
- trunk/chrome/skin/select/uncheck.png (moved) (moved from trunk/chrome/content/immagini/uncheck.png)
- trunk/chrome/skin/select/uncheck2.png (moved) (moved from trunk/chrome/content/immagini/uncheck2.png)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome.manifest
r25 r28 11 11 # overlay 12 12 overlay chrome://browser/content/browser.xul chrome://dta/content/menu.xul 13 overlay chrome://browser/content/browser.xul chrome://dta/content/b arra.xul13 overlay chrome://browser/content/browser.xul chrome://dta/content/browser.xul 14 14 overlay chrome://navigator/content/navigator.xul chrome://dta/content/menu.xul 15 15 overlay chrome://mozapps/content/downloads/unknownContentType.xul chrome://dta/content/saveas.xul trunk/chrome/content/browser.xul
r25 r28 41 41 42 42 <menuitem id="dta-pref-tool" oncommand="DTA_showPreferences();" 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');"45 label="&dta-help-tool.label;" image="chrome://dta/ content/immagini/help.png" class="menuitem-iconic" />43 label="&submenu-dta-pref.label;" image="chrome://dta/skin/common/prefs.png" class="menuitem-iconic" /> 44 <menuitem id="dta-help-tool" oncommand="openHelp('introduction','chrome://dta/locale/help/dtahelp.rdf');" 45 label="&dta-help-tool.label;" image="chrome://dta/skin/common/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');" 47 label="&about;" image="chrome://dta/ content/immagini/about.png" class="menuitem-iconic" />47 label="&about;" image="chrome://dta/skin/common/about.png" class="menuitem-iconic" /> 48 48 </menupopup> 49 49 </menu> trunk/chrome/content/dta/addurl.js
r6 r28 113 113 } 114 114 115 function load() {try { 115 function load() { 116 try { 116 117 strbundleB = $("strings"); 117 118 strbundle = $("string"); … … 172 173 173 174 } catch(e) { 174 DTA_debug.dump("load():", e);175 DTA_debug.dump("load():", e); 175 176 } 176 177 } trunk/chrome/content/dta/addurl.xul
r6 r28 13 13 * ***** END LICENSE BLOCK ***** --> 14 14 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 15 <?xml-stylesheet href="stile.css" type="text/css"?> 15 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?> 16 <?xml-stylesheet href="chrome://dta/skin/add/style.css" type="text/css" ?> 17 16 18 <!DOCTYPE window SYSTEM "chrome://dta/locale/dta.dtd"> 17 19 … … 23 25 onunload="unload();" 24 26 persist="screenX screenY" 25 style="background: #EEEEEE url('chrome://dta/content/immagini/add-bkg.png') repeat-x; width: 430px; height: auto;"26 27 ondialogaccept="return addURLnow(true);" 27 28 ondialogextra1="return addURLnow(false);" … … 32 33 33 34 <script type="application/x-javascript" src="addurl.js"/> 35 34 36 <script type="application/x-javascript" src="overlayFunctions.js"/> 35 37 <!-- internalFunctions needs overlayFunctions --> 36 38 <script type="application/x-javascript" src="internalFunctions.js"/> 39 37 40 <script src="chrome://global/content/nsDragAndDrop.js"/> 38 41 <script src="chrome://global/content/nsTransferable.js"/> 39 42 <script type="application/x-javascript" src="chrome://global/content/nsUserSettings.js" /> 43 <script type="application/x-javascript" src="chrome://help/content/contextHelp.js"/> 40 44 41 45 <stringbundle id="strings" src="chrome://dta/locale/addurl.properties"/> … … 81 85 </popup> 82 86 </popupset> 83 84 <label control="URLaddress" id="AddUrlLabel" style="font-weight: bold; margin: 10px 10px 5px 10px; padding-left: 35px; padding-top:8px; background: url('chrome://dta/content/immagini/toolbar/i2.png') no-repeat 0% 50%; height: 26px;" value="&addUrlLabel.value;" /> 87 88 <hbox id="header"> 89 <label control="URLaddress" id="title" value="&addUrlLabel.value;" /> 90 <spacer flex="1" id="logo"/> 91 </hbox> 85 92 <vbox style="margin:5px 10px;" > 86 93 <description id="descr">&descr.value;</description> 87 94 <label style="font-weight:bold;">&examples.value;</label> 88 <label> 89 .../mygallery[A-C]/photo[001-100 step:2].jpg 90 </label> 91 <label> 92 .../mygallery[10-01 step:3]/photo[1-10][f-a step:2].jpg 93 </label> 95 <label class="example">.../mygallery[A-C]/photo[001-100 step:2].jpg</label> 96 <label class="example">.../mygallery[10-01 step:3]/photo[1-10][f-a step:2].jpg</label> 94 97 <spacer height="10px"/> 95 98 <grid onclick="event.stopPropagation();" > … … 114 117 </menupopup> 115 118 </menulist> 116 <toolbarbutton id="browsedir" oncommand="browseDire();" image="chrome://dta/ content/immagini/browse.png" style="padding:3px 2px 0px 3px;" tooltiptext="&browsedir.tooltip;" />119 <toolbarbutton id="browsedir" oncommand="browseDire();" image="chrome://dta/skin/common/browse.png" style="padding:3px 2px 0px 3px;" tooltiptext="&browsedir.tooltip;" /> 117 120 </hbox> 118 121 </row> … … 124 127 </menupopup> 125 128 </menulist> 126 <toolbarbutton id="openRenaming" image="chrome://dta/ content/immagini/renamingtag.png" popup="renamingTags" style="padding:2px 3px 2px 5px;" tooltiptext="&openRenaming.tooltip;" />129 <toolbarbutton id="openRenaming" image="chrome://dta/skin/common/mask.png" popup="renamingTags" style="padding:2px 3px 2px 5px;" tooltiptext="&openRenaming.tooltip;" /> 127 130 </hbox> 128 131 </row> trunk/chrome/content/dta/dialog.xul
r6 r28 10 10 * ***** END LICENSE BLOCK ***** --> 11 11 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> 12 <?xml-stylesheet href="stile.css" type="text/css"?> 12 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?> 13 13 14 <!DOCTYPE window SYSTEM "chrome://dta/locale/dialog.dtd"> 14 15 trunk/chrome/content/dta/down.js
r26 r28 2363 2363 Prefs.refresh(); 2364 2364 2365 document.getElementById("dta ManagerHelp").hidden = !("openHelp" in window);2365 document.getElementById("dtaHelp").hidden = !("openHelp" in window); 2366 2366 2367 2367 sessionManager.load(); … … 2924 2924 if (el.setAttribute) disableObj(el); 2925 2925 } 2926 var context = $("tool bar");2926 var context = $("tools"); 2927 2927 for (var i=0; i<context.childNodes.length; i++) { 2928 2928 var el = context.childNodes.item(i); trunk/chrome/content/dta/dta.js
r26 r28 46 46 strbundle = $("strings"); 47 47 $("directory").addEventListener("blur", checkSyntax, true); 48 document.getElementById("dta SelectHelp").hidden = !("openHelp" in window);48 document.getElementById("dtaHelp").hidden = !("openHelp" in window); 49 49 versionControl(); 50 50 trunk/chrome/content/dta/info.js
r6 r28 94 94 if (downloads.length == 1) { 95 95 d = downloads[0]; 96 document.getElementById("infoURL").value = d. link.usable;96 document.getElementById("infoURL").value = d.urlManager.usable; 97 97 document.getElementById("sourcePage").value = d.refPage.spec; 98 98 document.getElementById(dropDowns.renaming.idInput).value = d.mask; trunk/chrome/content/dta/info.xul
r6 r28 10 10 * ***** END LICENSE BLOCK ***** --> 11 11 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 12 <?xml-stylesheet href="stile.css" type="text/css"?> 12 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?> 13 13 14 <!DOCTYPE window SYSTEM "chrome://dta/locale/dta.dtd"> 14 15 … … 17 18 id="downloadInformations" 18 19 onload="load();" 19 style=" background: #EEEEEE url('chrome://dta/content/immagini/add-bkg.png') repeat-x; width:500px;"20 style="width:500px; margin: 0; padding: 0;" 20 21 buttons="accept,cancel" 21 22 ondialogaccept="return unload();" … … 73 74 </popup> 74 75 </popupset> 75 <hbox style="margin: 10px;" >76 <image id="image" style="max-height:32px; max-width:32px; display:block; margin-right:10px;" />76 <hbox style="margin: 10px;"> 77 <image id="image" style="max-height:32px; max-width:32px; display:block;" /> 77 78 <label id="infoLabel" style="font-weight: bold; padding-top:10px;" value="&info.label;" /> 78 79 </hbox> … … 98 99 </menupopup> 99 100 </menulist> 100 <toolbarbutton id="browsedir" oncommand="browseDire();" image="chrome://dta/ content/immagini/browse.png" style="padding:3px 2px 0px 3px;" tooltiptext="&browsedir.tooltip;" />101 <toolbarbutton id="browsedir" oncommand="browseDire();" image="chrome://dta/skin/common/browse.png" style="padding:3px 2px 0px 3px;" tooltiptext="&browsedir.tooltip;" /> 101 102 </hbox> 102 103 </row> … … 108 109 </menupopup> 109 110 </menulist> 110 <toolbarbutton id="openRenaming" image="chrome://dta/ content/immagini/renamingtag.png" popup="renamingTags" style="padding:2px 3px 2px 5px;" tooltiptext="&openRenaming.tooltip;" />111 <toolbarbutton id="openRenaming" image="chrome://dta/skin/common/mask.png" popup="renamingTags" style="padding:2px 3px 2px 5px;" tooltiptext="&openRenaming.tooltip;" /> 111 112 </hbox> 112 113 </row> trunk/chrome/content/dta/manager.xul
r26 r28 10 10 * ***** END LICENSE BLOCK ***** --> 11 11 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 12 <?xml-stylesheet href=" stile.css" type="text/css"?>12 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?> 13 13 <?xml-stylesheet href="chrome://dta-platform/skin/dta.css" type="text/css" ?> 14 14 <?xml-stylesheet href="chrome://dta/skin/manager/style.css" type="text/css" ?> 15 15 16 <!DOCTYPE window SYSTEM "chrome://dta/locale/down.dtd"> 16 17 17 18 18 <window xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" … … 63 63 </keyset> 64 64 65 <vbox flex="1">66 <toolbox>67 <toolbar id="toolbar" >68 <spacer width="10"/>69 <toolbarbutton class="toolbarbuttonDown" label="&tooladd.label;" id="tooladd" onclick="window.openDialog('chrome://dta/content/dta/addurl.xul','_blank','chrome, centerscreen, dialog=no, dependent=yes');" tooltiptext="Manually add an URL to DownThemAll" />70 <spacer width="10"/>71 <toolbarbutton class="toolbarbuttonDown" label="&resume.label;" id="toolplay" onclick="pauseResumeReq(false);" tooltiptext="Start/Resume/Restart downloads" />72 <toolbarbutton class="toolbarbuttonDown" label="&pause.label;" id="toolpause" onclick="pauseResumeReq(true);" tooltiptext="Pause downloads" />73 <toolbarbutton class="toolbarbuttonDown" label="&cancel.label;" id="toolcancel" onclick="cancelPopup();" tooltiptext="Cancel/Reset downloads" />74 <spacer width="10"/>75 <toolbarbutton class="toolbarbuttonDown" label="&movetop.label;" id="toolmovetop" onclick="moveTop(true);" />76 <toolbarbutton class="toolbarbuttonDown" label="&moveup.label;" id="toolmoveup" onclick="move(-1);"/>77 <toolbarbutton class="toolbarbuttonDown" label="&movedown.label;" id="toolmovedown" onclick="move(1);"/>78 <toolbarbutton class="toolbarbuttonDown" label="&movebottom.label;" id="toolmovebottom" onclick="moveTop(false);" />79 <spacer width="10"/>80 <toolbarbutton class="toolbarbuttonDown" label="&options.label;" id="toolprefs" onclick="loadOptions();" />81 <spacer flex="1" style="min-width:15px" />82 <toolbarbutton class="toolbarbuttonDown" id="tooldonate" onclick="DTA_Mediator.openTab('http://www.downthemall.net/index.php?page_id=14');" tooltiptext="&tooldonate.tooltiptext;" />83 <spacer width="10"/>84 </toolbar>85 </toolbox>86 65 87 <tree id="listDownload0" flex="1" hidecolumnpicker="false" context="popup" seltype="multiple" enableColumnDrag="true" onselect="popup();" style="margin:0px;">88 <treecols>89 <treecol id="task" label="&task.label;" ordinal="1" flex="35" crop="center" persist="width ordinal hidden"/>90 <splitter class="tree-splitter"/>91 <treecol id="per" label="&per.label;" ordinal="2" flex="10" persist="width ordinal hidden" style="text-align:right;" />92 <splitter class="tree-splitter"/>93 <treecol id="pct" label="&pct.label;" ordinal="3" type="progressmeter" flex="35" persist="width ordinal hidden"/>94 <splitter class="tree-splitter"/>95 <treecol id="dim" label="&dim.label;" ordinal="4" flex="20" persist="width ordinal hidden"/>96 <splitter class="tree-splitter"/>97 <treecol id="time" label="&time.label;" ordinal="5" flex="10" persist="width ordinal hidden"/>98 <splitter class="tree-splitter"/>99 <treecol id="parts" label="&parts.label;" ordinal="7" flex="4" persist="width ordinal hidden" style="text-align:center;"/>100 <splitter class="tree-splitter"/>101 <treecol id="mask" label="&mask.label;" ordinal="8" hidden="true" crop="left" flex="8" persist="width ordinal hidden" />102 <splitter class="tree-splitter"/>103 <treecol id="path" label="&path.label;" ordinal="9" hidden="true" crop="center" flex="15" persist="width ordinal hidden" />104 <splitter class="tree-splitter"/>105 <treecol id="speed" label="&speed.label;" ordinal="6" flex="10" persist="width ordinal hidden"/>106 </treecols>107 <treechildren id="downfigli" tooltip="t1">108 </treechildren>109 </tree>110 111 </vbox>112 113 <statusbar id="footer" >114 <statusbarpanel id="status" label="" flex="1" />115 <statusbarpanel id="dtaManagerHelp" label="Help!" style="text-decoration: underline; " onclick="openHelp('introduction','chrome://dta/content/dtahelp.rdf');" />116 <statusbarpanel id="options" label="&options.label;" style="text-decoration: underline; " onclick="loadOptions();" />117 </statusbar>118 66 <popupset> 119 67 <popup id="popup" onpopupshowing="popup();"> … … 156 104 </vbox> 157 105 </tooltip> 158 </popupset> 106 </popupset> 107 108 <vbox flex="1"> 109 <toolbox> 110 <toolbar id="tools"> 111 <spacer/> 112 <toolbarbutton class="toolbarbuttonDown" label="&tooladd.label;" id="tooladd" onclick="window.openDialog('chrome://dta/content/dta/addurl.xul','_blank','chrome, centerscreen, dialog=no, dependent=yes');" tooltiptext="Manually add an URL to DownThemAll" /> 113 <spacer/> 114 <toolbarbutton class="toolbarbuttonDown" label="&resume.label;" id="toolplay" onclick="pauseResumeReq(false);" tooltiptext="Start/Resume/Restart downloads" /> 115 <toolbarbutton class="toolbarbuttonDown" label="&pause.label;" id="toolpause" onclick="pauseResumeReq(true);" tooltiptext="Pause downloads" /> 116 <toolbarbutton class="toolbarbuttonDown" label="&cancel.label;" id="toolcancel" onclick="cancelPopup();" tooltiptext="Cancel/Reset downloads" /> 117 <spacer/> 118 <toolbarbutton class="toolbarbuttonDown" label="&movetop.label;" id="toolmovetop" onclick="moveTop(true);" /> 119 <toolbarbutton class="toolbarbuttonDown" label="&moveup.label;" id="toolmoveup" onclick="move(-1);"/> 120 <toolbarbutton class="toolbarbuttonDown" label="&movedown.label;" id="toolmovedown" onclick="move(1);"/> 121 <toolbarbutton class="toolbarbuttonDown" label="&movebottom.label;" id="toolmovebottom" onclick="moveTop(false);" /> 122 <spacer/> 123 <toolbarbutton class="toolbarbuttonDown" label="&options.label;" id="toolprefs" onclick="loadOptions();" /> 124 <spacer/> 125 <toolbarbutton class="toolbarbuttonDown" id="tooldonate" onclick="DTA_Mediator.openTab('http://www.downthemall.net/index.php?page_id=14');" tooltiptext="&tooldonate.tooltiptext;" /> 126 <spacer id="logo" flex="1" /> 127 </toolbar> 128 </toolbox> 129 130 <tree id="listDownload0" flex="1" hidecolumnpicker="false" context="popup" seltype="multiple" enableColumnDrag="true" onselect="popup();" style="margin:0px;"> 131 <treecols> 132 <treecol id="task" label="&task.label;" ordinal="1" flex="35" crop="center" persist="width ordinal hidden"/> 133 <splitter class="tree-splitter"/> 134 <treecol id="per" label="&per.label;" ordinal="2" flex="10" persist="width ordinal hidden" style="text-align:right;" /> 135 <splitter class="tree-splitter"/> 136 <treecol id="pct" label="&pct.label;" ordinal="3" type="progressmeter" flex="35" persist="width ordinal hidden"/> 137 <splitter class="tree-splitter"/> 138 <treecol id="dim" label="&dim.label;" ordinal="4" flex="20" persist="width ordinal hidden"/> 139 <splitter class="tree-splitter"/> 140 <treecol id="time" label="&time.label;" ordinal="5" flex="10" persist="width ordinal hidden"/> 141 <splitter class="tree-splitter"/> 142 <treecol id="parts" label="&parts.label;" ordinal="7" flex="4" persist="width ordinal hidden" style="text-align:center;"/> 143 <splitter class="tree-splitter"/> 144 <treecol id="mask" label="&mask.label;" ordinal="8" hidden="true" crop="left" flex="8" persist="width ordinal hidden" /> 145 <splitter class="tree-splitter"/> 146 <treecol id="path" label="&path.label;" ordinal="9" hidden="true" crop="center" flex="15" persist="width ordinal hidden" /> 147 <splitter class="tree-splitter"/> 148 <treecol id="speed" label="&speed.label;" ordinal="6" flex="10" persist="width ordinal hidden"/> 149 </treecols> 150 <treechildren id="downfigli" tooltip="t1"> 151 </treechildren> 152 </tree> 153 154 </vbox> 155 156 <statusbar id="footer" > 157 <statusbarpanel id="status" label="" flex="1" /> 158 <statusbarpanel id="dtaHelp" class="statusbarpanel-iconic-text" label="Help!" onclick="openHelp('Manager','chrome://dta/locale/help/dtahelp.rdf');" src="chrome://dta/skin/common/help.png" /> 159 <statusbarpanel id="options" class="statusbarpanel-iconic-text" label="&options.label;" onclick="loadOptions();" src="chrome://dta/skin/common/prefs.png" /> 160 </statusbar> 161 159 162 </window> trunk/chrome/content/dta/privacy.xul
r6 r28 10 10 * ***** END LICENSE BLOCK ***** --> 11 11 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 12 <?xml-stylesheet href="stile.css" type="text/css"?> 12 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?> 13 13 14 <!DOCTYPE window SYSTEM "chrome://dta/locale/privacy.dtd"> 14 15 trunk/chrome/content/dta/renamingmask.xul
r6 r28 10 10 * ***** END LICENSE BLOCK ***** --> 11 11 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 12 <?xml-stylesheet href="stile.css" type="text/css"?> 12 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?> 13 13 14 <!DOCTYPE window SYSTEM "chrome://dta/locale/dta.dtd"> 14 15 trunk/chrome/content/dta/select.xul
r26 r28 10 10 * ***** END LICENSE BLOCK ***** --> 11 11 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 12 <?xml-stylesheet href=" stile.css" type="text/css"?>12 <?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?> 13 13 <?xml-stylesheet href="chrome://dta/skin/select/style.css" type="text/css"?> 14 14 15 <!DOCTYPE window SYSTEM "chrome://dta/locale/dta.dtd"> 15 16 … … 45 46 <key keycode="VK_RETURN" oncommand="startDownload(true);"/> 46 47 <key keycode="VK_ENTER" oncommand="startDownload(true);"/> 47 <key id="kHelp" modifiers="accel" key="H" oncommand="openHelp('introduction','chrome://dta/ content/dtahelp.rdf');"/>48 <key id="kHelp" modifiers="accel" key="H" oncommand="openHelp('introduction','chrome://dta/locale/help/dtahelp.rdf');"/> 48 49 49 50 </keyset> … … 51 52 <popupset> 52 53 <popup id="popup" > 53 <menuitem image="chrome://dta/ content/immagini/check.png" class="menuitem-iconic" id="mcheck" label="&mcheck.label;" oncommand="checkSelected(true);" />54 <menuitem image="chrome://dta/ content/immagini/uncheck.png" class="menuitem-iconic" id="muncheck" label="&muncheck.label;" oncommand="checkSelected(false);" />54 <menuitem image="chrome://dta/skin/select/check.png" class="menuitem-iconic" id="mcheck" label="&mcheck.label;" oncommand="checkSelected(true);" /> 55 <menuitem image="chrome://dta/skin/select/uncheck.png" class="menuitem-iconic" id="muncheck" label="&muncheck.label;" oncommand="checkSelected(false);" /> 55 56 <menuseparator class="down"/> 56 <menuitem image="chrome://dta/ content/immagini/modrenaming.png" class="menuitem-iconic" id="modifyRenaming" label="&modifyRenaming.label;" oncommand="modifyRenaming();" />57 <menuitem image="chrome://dta/skin/select/modrenaming.png" class="menuitem-iconic" id="modifyRenaming" label="&modifyRenaming.label;" oncommand="modifyRenaming();" /> 57 58 </popup> 58 59 <popup id="renamingTags" orient="vertical" position="before_end" style="padding: 8px; margin-bottom: -10px;"> … … 96 97 <toolbarbutton class="toolbarbuttonDown" id="viewlinks" label="&openlinks.label;" onclick="changeTab('links');" /> 97 98 <toolbarbutton class="toolbarbuttonDown" id="viewpics" label="&openpics.label;" onclick="changeTab('pics');" /> 99 <spacer flex="1" id="logo"/> 98 100 </toolbar> 99 101 </toolbox> … … 135 137 </menupopup> 136 138 </menulist> 137 <toolbarbutton id="browsedir" oncommand="browseDire();" image="chrome://dta/ content/immagini/browse.png" style="padding:3px 2px 0px 3px;" tooltiptext="&browsedir.tooltip;" />139 <toolbarbutton id="browsedir" oncommand="browseDire();" image="chrome://dta/skin/common/browse.png" style="padding:3px 2px 0px 3px;" tooltiptext="&browsedir.tooltip;" /> 138 140 </hbox> 139 141 </vbox> … … 145 147 </menupopup> 146 148 </menulist> 147 <toolbarbutton id="openRenaming" image="chrome://dta/ content/immagini/renamingtag.png" popup="renamingTags" style="padding:4px 3px 4px 5px;" tooltiptext="&openRenaming.tooltip;" />149 <toolbarbutton id="openRenaming" image="chrome://dta/skin/common/mask.png" popup="renamingTags" style="padding:4px 3px 4px 5px;" tooltiptext="&openRenaming.tooltip;" /> 148 150 </hbox> 149 151 </vbox> … … 177 179 <statusbar id="footer"> 178 180 <statusbarpanel id="status" flex="1" /> 179 <statusbarpanel id="dta SelectHelp" label="Help!" style="text-decoration: underline; " onclick="openHelp('introduction','chrome://dta/content/dtahelp.rdf');" />180 <statusbarpanel id="options" label="&options.label;" style="text-decoration: underline; " onclick="loadOptions();" />181 <statusbarpanel id="dtaHelp" class="statusbarpanel-iconic-text" label="Help!" onclick="openHelp('Select','chrome://dta/locale/help/dtahelp.rdf');" src="chrome://dta/skin/common/help.png" /> 182 <statusbarpanel id="options" class="statusbarpanel-iconic-text" label="&options.label;" onclick="loadOptions();" src="chrome://dta/skin/common/prefs.png" /> 181 183 </statusbar> 182 184 trunk/chrome/content/menu.xul
r25 r28 17 17 18 18 <popup id="contentAreaContextMenu"> 19 <menuitem image="chrome://dta/ content/immagini/opzioni.png" class="menuitem-iconic" id="context-dta-pref" label="&context-dta-pref.label;" insertafter="context-sep-selectall" oncommand="DTA_showPreferences();" />19 <menuitem image="chrome://dta/skin/common/prefs.png" class="menuitem-iconic" id="context-dta-pref" label="&context-dta-pref.label;" insertafter="context-sep-selectall" oncommand="DTA_showPreferences();" /> 20 20 <menuitem image="chrome://dta/content/immagini/tdtasmall.png" class="menuitem-iconic" id="context-tdta" label="dTaOneClick!" accesskey="o" insertafter="context-sep-selectall" oncommand="DTA_ContextOverlay.findLinks(true);"/> 21 21 <menuitem image="chrome://dta/content/immagini/dtasmall.png" class="menuitem-iconic" id="context-dta" label="DownThemAll!..." accesskey="n" insertafter="context-sep-selectall" oncommand="DTA_ContextOverlay.findLinks(false);" error1="&error1.label;" error2="&error2.label;" /> … … 29 29 <menuitem image="chrome://dta/content/immagini/tdtasmall.png" class="menuitem-iconic" id="submenu-dta-savelinkt" label="&savelinkt.label;" accesskey="o" oncommand="DTA_ContextOverlay.findSingleLink(true);"/> 30 30 <menuseparator id="dta-separator" /> 31 <menuitem image="chrome://dta/ content/immagini/opzioni.png" class="menuitem-iconic" id="submenu-dta-pref" label="&submenu-dta-pref.label;" oncommand="DTA_showPreferences();" />31 <menuitem image="chrome://dta/skin/common/prefs.png" class="menuitem-iconic" id="submenu-dta-pref" label="&submenu-dta-pref.label;" oncommand="DTA_showPreferences();" /> 32 32 </menupopup> 33 33 </menu> trunk/chrome/locale/en-US/help/dtahelp.rdf
r6 r28 6 6 nc:title="&dtahelp;" 7 7 nc:defaulttopic="Select" 8 nc:base="chrome://dta/ content/help/">8 nc:base="chrome://dta/locale/help/"> 9 9 <nc:panellist> 10 10 <rdf:Seq> trunk/chrome/locale/en-US/help/help-toc.rdf
r6 r28 1 1 <?xml version="1.0"?> 2 < rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 3 3 xmlns:nc="http://home.netscape.com/NC-rdf#"> 4 < rdf:Description about="urn:root">4 <Description about="urn:root"> 5 5 <nc:subheadings> 6 <rdf:Seq> 7 <rdf:li> <rdf:Description ID="Select" nc:name=""Make your selection" window" nc:link="select.html"/> </rdf:li> 8 <rdf:li> <rdf:Description ID="Manager" nc:name=""dTa! Manager" window" nc:link="manager.html"/> </rdf:li> 9 <rdf:li> <rdf:Description ID="Preferences" nc:name=""Preferences" window" nc:link="preferences.html"/> </rdf:li> 10 <rdf:li> <rdf:Description ID="Masks" nc:name="Renaming masks" nc:link="masks.html"/> </rdf:li> 11 <rdf:li> <rdf:Description ID="OneClick" nc:name="What is "dTaOneClick"?" nc:link="oneclick.html"/> </rdf:li> 12 </rdf:Seq> 6 <Seq> 7 <li> 8 <Description ID="Select" nc:name=""Make your selection" window" nc:link="select.html"/> 9 </li> 10 <li> 11 <Description ID="Manager" nc:name=""dTa! Manager" window" nc:link="manager.html"/> 12 </li> 13 <li> 14 <Description ID="Preferences" nc:name=""Preferences" window" nc:link="preferences.html"/> 15 </li> 16 <li> 17 <Description ID="Masks" nc:name="Renaming masks" nc:link="masks.html"/> 18 </li> 19 <li> 20 <Description ID="OneClick" nc:name="What is "dTaOneClick"?" nc:link="oneclick.html"/> 21 </li> 22 </Seq> 13 23 </nc:subheadings> 14 </ rdf:Description>15 </ rdf:RDF>24 </Description> 25 </RDF> trunk/chrome/locale/en-US/help/style.css
r6 r28 75 75 76 76 #header { 77 padding: 11px;78 border-bottom: 1px solid #DFD299;79 margin-bottom: 20px;80 background -color: #FFF6CF;77 padding: 0.75em; 78 padding-right: 2em; 79 border-top: 1ex solid white; 80 background: #FFF6CF url(chrome://dta/skin/common/help.png) no-repeat 1em 50%; 81 81 text-align: right; 82 position: fixed; 83 bottom: 0px; 84 left: 0px; 85 right: 0px; 82 86 } 83 87 84 88 #header, #header * { 85 font-size: 12px;89 font-size: smaller; 86 90 } 87 91 88 92 #main { 89 margin: 15px; 93 margin: 0; 94 padding: 15px; 95 padding-top: 42px; 96 background: white url(chrome://dta/skin/common/logo.jpg) no-repeat right top; 97 90 98 } 91 99 trunk/chrome/skin/manager/style.css
r26 r28 1 1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 2 2 3 #toolbar { 4 background: url(chrome://dta/content/immagini/tbbgslim.png); 5 background-repeat: repeat-x; 6 border-width: 0px; 3 #tools { 4 height: 43px; 5 background-color: white; 7 6 } 8 #tool bartoolbarbutton {7 #tools toolbarbutton { 9 8 -moz-image-region: rect(0px,51px,25px,26px); 9 -moz-box-orient: vertical !important; 10 -moz-appearance: none !important; 11 border:0px !important; 12 font-size: 85% !important; 10 13 } 11 #tool bartoolbarbutton:hover {14 #tools toolbarbutton:hover { 12 15 -moz-image-region: rect(0px,25px,25px,0px); 13 16 } 14 #tool bartoolbarbutton[disabled="true"] {17 #tools toolbarbutton[disabled="true"] { 15 18 -moz-image-region: rect(0px,77px,25px,52px) !important; 16 19 } … … 53 56 54 57 #tooldonate { 58 display: none; 55 59 list-style-image: url("chrome://dta/skin/manager/donate.png"); 56 60 -moz-image-region: rect(0px,67px,40px,0px) !important; trunk/chrome/skin/select/style.css
r26 r28 2 2 3 3 #views { 4 min-width: 550px; 4 margin: 0; 5 padding: 0; 6 background: white; 5 7 } 6 8 #views toolbar { 7 9 border-width:0px; 8 background: white url('chrome://dta/skin/select/logo.jpg'); 9 background-position:right; 10 background-repeat:no-repeat; 11 min-height:42px; 10 min-height: 43px; 11 background: white; 12 12 } 13 13 14 #views toolbarbutton {14 #views toolbarbutton, #views toolbarbutton:hover{ 15 15 -moz-box-orient: horizontal !important; 16 -moz-appearance: none !important; 17 16 18 min-width: 120px; 17 19 padding-left: 8px; … … 52 54 .collapse { 53 55 background: url("chrome://dta/skin/select/collapse.png") no-repeat 0px 0px; 56 } 57 58 treechildren::-moz-tree-checkbox { 59 /* css for checked cells */ 60 list-style-image: url("chrome://dta/skin/select/uncheck2.png"); 61 } 62 63 treechildren::-moz-tree-checkbox(checked) { 64 /* css for checked cells */ 65 list-style-image: url("chrome://dta/skin/select/check.png"); 54 66 } 55 67
