Changeset 28

Show
Ignore:
Timestamp:
2007-01-05 18:53:52 (2 years ago)
Author:
MaierMan
Message:

add
help
logo
info

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome.manifest

    r25 r28  
    1111# overlay 
    1212overlay chrome://browser/content/browser.xul    chrome://dta/content/menu.xul 
    13 overlay chrome://browser/content/browser.xul    chrome://dta/content/barra.xul 
     13overlay chrome://browser/content/browser.xul    chrome://dta/content/browser.xul 
    1414overlay chrome://navigator/content/navigator.xul        chrome://dta/content/menu.xul 
    1515overlay chrome://mozapps/content/downloads/unknownContentType.xul       chrome://dta/content/saveas.xul 
  • trunk/chrome/content/browser.xul

    r25 r28  
    4141 
    4242                        <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" />     
    4646                        <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" /> 
    4848                </menupopup> 
    4949                </menu> 
  • trunk/chrome/content/dta/addurl.js

    r6 r28  
    113113} 
    114114 
    115 function load() {try { 
     115function load() { 
     116        try { 
    116117                strbundleB = $("strings"); 
    117118                strbundle = $("string"); 
     
    172173                 
    173174        } catch(e) { 
    174         DTA_debug.dump("load():", e); 
     175               DTA_debug.dump("load():", e); 
    175176        } 
    176177} 
  • trunk/chrome/content/dta/addurl.xul

    r6 r28  
    1313 * ***** END LICENSE BLOCK ***** --> 
    1414<?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 
    1618<!DOCTYPE window SYSTEM "chrome://dta/locale/dta.dtd"> 
    1719 
     
    2325        onunload="unload();"  
    2426        persist="screenX screenY"  
    25         style="background: #EEEEEE url('chrome://dta/content/immagini/add-bkg.png') repeat-x; width: 430px; height: auto;" 
    2627        ondialogaccept="return addURLnow(true);" 
    2728        ondialogextra1="return addURLnow(false);" 
     
    3233         
    3334        <script type="application/x-javascript" src="addurl.js"/> 
     35 
    3436        <script type="application/x-javascript" src="overlayFunctions.js"/> 
    3537        <!-- internalFunctions needs overlayFunctions --> 
    3638        <script type="application/x-javascript" src="internalFunctions.js"/> 
     39 
    3740        <script src="chrome://global/content/nsDragAndDrop.js"/> 
    3841        <script src="chrome://global/content/nsTransferable.js"/>  
    3942        <script type="application/x-javascript" src="chrome://global/content/nsUserSettings.js" /> 
     43        <script type="application/x-javascript" src="chrome://help/content/contextHelp.js"/> 
    4044         
    4145        <stringbundle id="strings" src="chrome://dta/locale/addurl.properties"/> 
     
    8185        </popup> 
    8286        </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> 
    8592        <vbox style="margin:5px 10px;" > 
    8693                <description id="descr">&descr.value;</description> 
    8794                <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> 
    9497                <spacer height="10px"/> 
    9598                <grid onclick="event.stopPropagation();" > 
     
    114117                                                </menupopup> 
    115118                                        </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;" /> 
    117120                                </hbox> 
    118121                        </row> 
     
    124127                                                </menupopup> 
    125128                                        </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;"  /> 
    127130                                </hbox> 
    128131                        </row> 
  • trunk/chrome/content/dta/dialog.xul

    r6 r28  
    1010 * ***** END LICENSE BLOCK ***** --> 
    1111<?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 
    1314<!DOCTYPE window SYSTEM "chrome://dta/locale/dialog.dtd"> 
    1415 
  • trunk/chrome/content/dta/down.js

    r26 r28  
    23632363        Prefs.refresh(); 
    23642364         
    2365         document.getElementById("dtaManagerHelp").hidden = !("openHelp" in window); 
     2365        document.getElementById("dtaHelp").hidden = !("openHelp" in window); 
    23662366         
    23672367        sessionManager.load(); 
     
    29242924                if (el.setAttribute) disableObj(el); 
    29252925        } 
    2926         var context = $("toolbar"); 
     2926        var context = $("tools"); 
    29272927        for (var i=0; i<context.childNodes.length; i++) { 
    29282928                var el = context.childNodes.item(i); 
  • trunk/chrome/content/dta/dta.js

    r26 r28  
    4646        strbundle = $("strings"); 
    4747        $("directory").addEventListener("blur", checkSyntax, true); 
    48         document.getElementById("dtaSelectHelp").hidden = !("openHelp" in window); 
     48        document.getElementById("dtaHelp").hidden = !("openHelp" in window); 
    4949  versionControl(); 
    5050         
  • trunk/chrome/content/dta/info.js

    r6 r28  
    9494                if (downloads.length == 1) { 
    9595                        d = downloads[0]; 
    96                         document.getElementById("infoURL").value = d.link.usable; 
     96                        document.getElementById("infoURL").value = d.urlManager.usable; 
    9797                        document.getElementById("sourcePage").value = d.refPage.spec; 
    9898                        document.getElementById(dropDowns.renaming.idInput).value = d.mask; 
  • trunk/chrome/content/dta/info.xul

    r6 r28  
    1010 * ***** END LICENSE BLOCK ***** --> 
    1111<?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 
    1314<!DOCTYPE window SYSTEM "chrome://dta/locale/dta.dtd"> 
    1415 
     
    1718        id="downloadInformations"  
    1819        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;" 
    2021        buttons="accept,cancel"  
    2122        ondialogaccept="return unload();"  
     
    7374                </popup> 
    7475        </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;" /> 
    7778                <label id="infoLabel" style="font-weight: bold; padding-top:10px;" value="&info.label;" /> 
    7879        </hbox> 
     
    9899                                                </menupopup> 
    99100                                        </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;" /> 
    101102                                </hbox> 
    102103                        </row> 
     
    108109                                                </menupopup> 
    109110                                        </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;"  /> 
    111112                                </hbox> 
    112113                        </row> 
  • trunk/chrome/content/dta/manager.xul

    r26 r28  
    1010 * ***** END LICENSE BLOCK ***** --> 
    1111<?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" ?> 
    1313<?xml-stylesheet href="chrome://dta-platform/skin/dta.css" type="text/css" ?> 
    1414<?xml-stylesheet href="chrome://dta/skin/manager/style.css" type="text/css" ?> 
     15 
    1516<!DOCTYPE window SYSTEM "chrome://dta/locale/down.dtd"> 
    16  
    1717 
    1818<window xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"  
     
    6363        </keyset> 
    6464         
    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> 
    8665 
    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> 
    11866        <popupset> 
    11967                <popup id="popup" onpopupshowing="popup();"> 
     
    156104                        </vbox> 
    157105                </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         
    159162</window> 
  • trunk/chrome/content/dta/privacy.xul

    r6 r28  
    1010 * ***** END LICENSE BLOCK ***** --> 
    1111<?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 
    1314<!DOCTYPE window SYSTEM "chrome://dta/locale/privacy.dtd"> 
    1415 
  • trunk/chrome/content/dta/renamingmask.xul

    r6 r28  
    1010 * ***** END LICENSE BLOCK ***** --> 
    1111<?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 
    1314<!DOCTYPE window SYSTEM "chrome://dta/locale/dta.dtd"> 
    1415 
  • trunk/chrome/content/dta/select.xul

    r26 r28  
    1010 * ***** END LICENSE BLOCK ***** --> 
    1111<?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" ?> 
    1313<?xml-stylesheet href="chrome://dta/skin/select/style.css" type="text/css"?> 
     14 
    1415<!DOCTYPE window SYSTEM "chrome://dta/locale/dta.dtd"> 
    1516 
     
    4546                <key keycode="VK_RETURN" oncommand="startDownload(true);"/> 
    4647                <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');"/> 
    4849                 
    4950        </keyset> 
     
    5152        <popupset> 
    5253                <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);" /> 
    5556                        <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();" /> 
    5758                </popup> 
    5859                <popup id="renamingTags" orient="vertical" position="before_end" style="padding: 8px; margin-bottom: -10px;"> 
     
    9697                        <toolbarbutton class="toolbarbuttonDown" id="viewlinks" label="&openlinks.label;" onclick="changeTab('links');" /> 
    9798                        <toolbarbutton class="toolbarbuttonDown" id="viewpics" label="&openpics.label;" onclick="changeTab('pics');" /> 
     99                        <spacer flex="1" id="logo"/> 
    98100                </toolbar> 
    99101        </toolbox> 
     
    135137                                        </menupopup> 
    136138                                </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;" /> 
    138140                                </hbox> 
    139141                        </vbox> 
     
    145147                                        </menupopup> 
    146148                                </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;"  /> 
    148150                                </hbox> 
    149151                        </vbox> 
     
    177179        <statusbar id="footer"> 
    178180                <statusbarpanel id="status" flex="1" /> 
    179                 <statusbarpanel id="dtaSelectHelp" 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" /> 
    181183        </statusbar>  
    182184         
  • trunk/chrome/content/menu.xul

    r25 r28  
    1717 
    1818        <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();" /> 
    2020                <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);"/> 
    2121                <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;" /> 
     
    2929                                <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);"/> 
    3030                                <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();" /> 
    3232                        </menupopup> 
    3333                </menu> 
  • trunk/chrome/locale/en-US/help/dtahelp.rdf

    r6 r28  
    66      nc:title="&dtahelp;" 
    77      nc:defaulttopic="Select" 
    8       nc:base="chrome://dta/content/help/"> 
     8      nc:base="chrome://dta/locale/help/"> 
    99    <nc:panellist> 
    1010      <rdf:Seq> 
  • trunk/chrome/locale/en-US/help/help-toc.rdf

    r6 r28  
    11<?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#" 
    33    xmlns:nc="http://home.netscape.com/NC-rdf#"> 
    4   <rdf:Description about="urn:root"> 
     4  <Description about="urn:root"> 
    55    <nc:subheadings> 
    6       <rdf:Seq> 
    7         <rdf:li> <rdf:Description ID="Select" nc:name="&quot;Make your selection&quot; window" nc:link="select.html"/> </rdf:li> 
    8         <rdf:li> <rdf:Description ID="Manager" nc:name="&quot;dTa! Manager&quot; window" nc:link="manager.html"/> </rdf:li> 
    9         <rdf:li> <rdf:Description ID="Preferences" nc:name="&quot;Preferences&quot; 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 &quot;dTaOneClick&quot;?" nc:link="oneclick.html"/> </rdf:li> 
    12       </rdf:Seq> 
     6      <Seq> 
     7        <li> 
     8                                        <Description ID="Select" nc:name="&quot;Make your selection&quot; window" nc:link="select.html"/> 
     9                                </li> 
     10        <li> 
     11                                        <Description ID="Manager" nc:name="&quot;dTa! Manager&quot; window" nc:link="manager.html"/> 
     12                                </li> 
     13        <li> 
     14                                        <Description ID="Preferences" nc:name="&quot;Preferences&quot; 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 &quot;dTaOneClick&quot;?" nc:link="oneclick.html"/> 
     21                                </li> 
     22      </Seq> 
    1323    </nc:subheadings> 
    14   </rdf:Description> 
    15 </rdf:RDF> 
     24  </Description> 
     25</RDF> 
  • trunk/chrome/locale/en-US/help/style.css

    r6 r28  
    7575         
    7676#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%
    8181        text-align: right; 
     82        position: fixed; 
     83        bottom: 0px; 
     84        left: 0px; 
     85        right: 0px; 
    8286} 
    8387 
    8488#header, #header * { 
    85         font-size: 12px
     89        font-size: smaller
    8690} 
    8791 
    8892#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 
    9098} 
    9199 
  • trunk/chrome/skin/manager/style.css

    r26 r28  
    11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
    22 
    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; 
    76} 
    8 #toolbar toolbarbutton { 
     7#tools toolbarbutton { 
    98        -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; 
    1013} 
    11 #toolbar toolbarbutton:hover { 
     14#tools toolbarbutton:hover { 
    1215        -moz-image-region: rect(0px,25px,25px,0px);     
    1316} 
    14 #toolbar toolbarbutton[disabled="true"] { 
     17#tools toolbarbutton[disabled="true"] { 
    1518        -moz-image-region: rect(0px,77px,25px,52px) !important;     
    1619} 
     
    5356 
    5457#tooldonate { 
     58        display: none; 
    5559        list-style-image: url("chrome://dta/skin/manager/donate.png"); 
    5660        -moz-image-region: rect(0px,67px,40px,0px) !important;           
  • trunk/chrome/skin/select/style.css

    r26 r28  
    22 
    33#views { 
    4         min-width: 550px; 
     4        margin: 0; 
     5        padding: 0; 
     6        background: white;       
    57} 
    68#views toolbar { 
    79        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;       
    1212} 
    1313 
    14 #views toolbarbutton
     14#views toolbarbutton, #views toolbarbutton:hover
    1515  -moz-box-orient: horizontal !important; 
     16  -moz-appearance: none !important; 
     17 
    1618        min-width: 120px; 
    1719        padding-left: 8px; 
     
    5254.collapse { 
    5355        background: url("chrome://dta/skin/select/collapse.png") no-repeat 0px 0px; 
     56} 
     57 
     58treechildren::-moz-tree-checkbox { 
     59    /* css for checked cells */ 
     60                list-style-image: url("chrome://dta/skin/select/uncheck2.png"); 
     61} 
     62 
     63treechildren::-moz-tree-checkbox(checked) { 
     64    /* css for checked cells */ 
     65    list-style-image: url("chrome://dta/skin/select/check.png"); 
    5466} 
    5567