/[mldonkey]/mldonkey/src/daemon/common/commonMessages.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/common/commonMessages.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by spiralvoice, Fri Jul 29 20:59:49 2005 UTC revision 1.32 by spiralvoice, Mon Aug 1 20:50:27 2005 UTC
# Line 309  y = (isNav) ? e.pageY : event.clientY + Line 309  y = (isNav) ? e.pageY : event.clientY +
309  if (isNav){document.captureEvents(Event.MOUSEMOVE);}  if (isNav){document.captureEvents(Event.MOUSEMOVE);}
310  document.onmousemove = handlerMM;  document.onmousemove = handlerMM;
311    
312    function dllink() {
313            var l = prompt( \"enter ed2k, sig2dat, torrent or other link\", \"\" );
314            if( l != null ) {
315                    var f = document.forms[\"cmdFormular\"];
316                    var t = f.elements[\"q\"].value;
317                    f.elements[\"q\"].value = \"dllink \" + l;
318                    f.submit();
319                    f.elements[\"q\"].value = t;
320            }
321    }
322    
323  //-->  //-->
324    "    "
325    
# Line 468  onclick=\"showTab(5);mSub('output','voo+ Line 479  onclick=\"showTab(5);mSub('output','voo+
479  <TBODY><TR><TD class=\"bu bbigm\" title=\"Help+Miscellaneous Tab\"  <TBODY><TR><TD class=\"bu bbigm\" title=\"Help+Miscellaneous Tab\"
480  onMouseOver=\"mOvr(this,'mOvr1');\" onMouseOut=\"mOut(this);\"  onMouseOver=\"mOvr(this,'mOvr1');\" onMouseOut=\"mOut(this);\"
481  onclick=\"showTab(6);mSub('fstatus','version');mSub('output','help');\">Help+</TD></TR></TBODY></TABLE></TD>  onclick=\"showTab(6);mSub('fstatus','version');mSub('output','help');\">Help+</TD></TR></TBODY></TABLE></TD>
482    <TD width=85><TABLE class=commands cellSpacing=0 cellPadding=0 width=\"100%\">
483    <TBODY><TR><TD class=\"bu bbigm\" title=\"dllink\"
484    onMouseOver=\"mOvr(this,'mOvr1');\" onMouseOut=\"mOut(this);\"
485    onclick=\"dllink();\">DL</TD></TR></TBODY></TABLE></TD>
486  <FORM name=cmdFormular action=submit target=output>  <FORM name=cmdFormular action=submit target=output>
487  <TD noWrap width=100% title=\\\"Input mldonkey commands here\\\"><TABLE cellSpacing=0 cellpadding=0 width=\"100%\"><TBODY><TR>  <TD noWrap width=100% title=\\\"Input mldonkey commands here\\\"><TABLE cellSpacing=0 cellpadding=0 width=\"100%\"><TBODY><TR>
488  <TD style=\"padding: 0px; border: 0px; padding-left: 5px;\" title=\"Input mldonkey command here\">  <TD style=\"padding: 0px; border: 0px; padding-left: 5px;\" title=\"Input mldonkey command here\">

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26