/[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.28 by spiralvoice, Fri Jul 29 15:40:33 2005 UTC revision 1.29 by spiralvoice, Fri Jul 29 20:42:47 2005 UTC
# Line 247  function _tabSort(obj,st){ Line 247  function _tabSort(obj,st){
247  function _cmdLine(){  function _cmdLine(){
248  top.fstatus.document.open();  top.fstatus.document.open();
249  top.fstatus.document.clear();  top.fstatus.document.clear();
 top.fstatus.document.writeln(\"<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>\");  
250  top.fstatus.document.writeln(\"<html><head>\");  top.fstatus.document.writeln(\"<html><head>\");
251  top.fstatus.document.writeln(\"<link href='h.css' rel='stylesheet' type='text/css'>\");  top.fstatus.document.writeln(\"<link href='h.css' rel='stylesheet' type='text/css'>\");
252  top.fstatus.document.writeln(\"</head><body><center><table width=99% border=0 cellspacing=0 cellpadding=0>\");  top.fstatus.document.writeln(\"</head><body><center><table width=99% border=0 cellspacing=0 cellpadding=0>\");
# Line 323  let html_header_mods0 = define_option me Line 322  let html_header_mods0 = define_option me
322  <meta name=\"robots\" content=\"noindex,nofollow\" />  <meta name=\"robots\" content=\"noindex,nofollow\" />
323  <link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image/x-icon\" />  <link rel=\"shortcut icon\" href=\"favicon.ico\" type=\"image/x-icon\" />
324  <link href=\"h.css\" rel=\"stylesheet\" type=\"text/css\" />  <link href=\"h.css\" rel=\"stylesheet\" type=\"text/css\" />
325  <script type=\"text/javascript\" src=\"i.js\">  <script language=\"javascript\" src=\"i.js\">
326  </script>  </script>
327  "  "
328    
# Line 436  let download_html_header_mods0 = define_ Line 435  let download_html_header_mods0 = define_
435    "    "
436  <title>MLDonkey: Web Interface</title>  <title>MLDonkey: Web Interface</title>
437  <link href=\"dh.css\" rel=\"stylesheet\" type=\"text/css\">  <link href=\"dh.css\" rel=\"stylesheet\" type=\"text/css\">
438  <script type=\"text/javascript\" src=\"di.js\"></script>  <script language=\"javascript\" src=\"di.js\"></script>
439    "    "
440    
441  let web_common_header_mods0 = define_option message_section ["web_common_header_mods0"]  let web_common_header_mods0 = define_option message_section ["web_common_header_mods0"]
# Line 444  let web_common_header_mods0 = define_opt Line 443  let web_common_header_mods0 = define_opt
443      string_option      string_option
444  "  "
445  <!-- Main Table -->  <!-- Main Table -->
 <FORM name=cmdFormular action=submit target=output>  
446  <TABLE BORDER=0 cellspacing=1 cellpadding=0 width=\"100%\"><TR>  <TABLE BORDER=0 cellspacing=1 cellpadding=0 width=\"100%\"><TR>
447  <TD width=85><TABLE class=commands cellSpacing=0 cellPadding=0 width=\"100%\">  <TD width=85><TABLE class=commands cellSpacing=0 cellPadding=0 width=\"100%\">
448  <TBODY><TR><TD class=\"bu bbigm\" title=\"Transfers Tab\"  <TBODY><TR><TD class=\"bu bbigm\" title=\"Transfers Tab\"
# Line 470  onclick=\"showTab(5);mSub('output','voo+ Line 468  onclick=\"showTab(5);mSub('output','voo+
468  <TBODY><TR><TD class=\"bu bbigm\" title=\"Help+Miscellaneous Tab\"  <TBODY><TR><TD class=\"bu bbigm\" title=\"Help+Miscellaneous Tab\"
469  onMouseOver=\"mOvr(this,'mOvr1');\" onMouseOut=\"mOut(this);\"  onMouseOver=\"mOvr(this,'mOvr1');\" onMouseOut=\"mOut(this);\"
470  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>
471  <TD noWrap width=100% title=\"Input mldonkey commands here\">  <FORM name=cmdFormular action=submit target=output>
472  <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>
473  <TD style=\"height: 1%; 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\">
474  <INPUT class=\"txt2\" style=\"WIDTH: 99%;\" name=q>  <INPUT class=\"txt2\" style=\"WIDTH: 99%;\" name=q>
475  </TD></TR></TBODY></TABLE></TD><TD noWrap>  </TD></TR></TBODY></TABLE></TD><TD noWrap>
476  <TABLE class=commands cellSpacing=0 cellpadding=0 width=\"100%\"><TBODY><TR>  <TABLE class=commands cellSpacing=0 cellPadding=0 width=\"100%\"><TBODY><TR>
477  <TD class=\"bu bbigm\" style=\"padding-top: 0px; padding-bottom: 0px;\" title=\"Input Command\">  <TD class=\"bu bbigm\" style=\"padding-top: 0px; padding-bottom: 0px;\" title=\"Input Command\">
478  <INPUT class=\"but2\" type=submit value=\"Input\">  <INPUT class=\"but2\" type=submit value=\"Input\">
479  </TD></TR></TBODY></TABLE>  </TD></TR></TBODY></TABLE></TD></FORM></TR></TABLE>
 </TD>  
 </TR></TABLE>  
   
480  <!-- End Main Table -->  <!-- End Main Table -->
481    
482  <DIV ID=\"tab1\" style=\"display: none\">  <DIV ID=\"tab1\" style=\"display: none\">
# Line 639  onMouseOver=\"mOvr(this,'mOvr1');\" onMo Line 634  onMouseOver=\"mOvr(this,'mOvr1');\" onMo
634  onClick=\"mSub('output','buildinfo')\">Buildinfo</TD>  onClick=\"mSub('output','buildinfo')\">Buildinfo</TD>
635  <TD class=\"bu bbig\" title=\"View ChangeLog\"  <TD class=\"bu bbig\" title=\"View ChangeLog\"
636  onMouseOver=\"mOvr(this,'mOvr1');\" onMouseOut=\"mOut(this);\"  onMouseOver=\"mOvr(this,'mOvr1');\" onMouseOut=\"mOut(this);\"
637  onClick=\"top.output.location.href='http://savannah.nongnu.org/cgi-bin/viewcvs/mldonkey/mldonkey/distrib/ChangeLog?rev=HEAD&amp;content-type=text/vnd.viewcvs-markup'\">ChangeLog</TD>  onClick=\"top.output.location.href='http://savannah.nongnu.org/cgi-bin/viewcvs/mldonkey/mldonkey/distrib/ChangeLog?rev=HEAD&content-type=text/vnd.viewcvs-markup'\">ChangeLog</TD>
638  <TD class=\"bu bbig\" title=\"HomePage\"  <TD class=\"bu bbig\" title=\"HomePage\"
639  onMouseOver=\"mOvr(this,'mOvr1');\" onMouseOut=\"mOut(this);\"  onMouseOver=\"mOvr(this,'mOvr1');\" onMouseOut=\"mOut(this);\"
640  onClick=\"top.output.location.href='http://www.mldonkey.net/'\">Homepage</TD>  onClick=\"top.output.location.href='http://www.mldonkey.net/'\">Homepage</TD>
# Line 656  onClick=\"mSub('output','log')\">Log</TD Line 651  onClick=\"mSub('output','log')\">Log</TD
651  onMouseOver=\"mOvr(this,'mOvr1');\" onMouseOut=\"mOut(this);\"  onMouseOver=\"mOvr(this,'mOvr1');\" onMouseOut=\"mOut(this);\"
652  onClick=\"mSub('output','kill')\">Kill core</TD>  onClick=\"mSub('output','kill')\">Kill core</TD>
653  </TR></TBODY></TABLE></DIV>  </TR></TBODY></TABLE></DIV>
 </FORM>  
654  "  "
655    
656  (* Old *)  (* Old *)
# Line 692  let html_header_old = define_option mess Line 686  let html_header_old = define_option mess
686      string_option      string_option
687    "<title>MLDonkey: Web Interface</title>    "<title>MLDonkey: Web Interface</title>
688  <link href=\"h.css\" rel=\"stylesheet\" type=\"text/css\">  <link href=\"h.css\" rel=\"stylesheet\" type=\"text/css\">
689  <script type=\"text/javascript\" src=\"i.js\"></script>  <script language=\"javascript\" src=\"i.js\"></script>
690      "      "
691    
692  let download_html_css_old = define_option message_section ["download_html_css_old"]  let download_html_css_old = define_option message_section ["download_html_css_old"]
# Line 727  let download_html_header_old = define_op Line 721  let download_html_header_old = define_op
721    "    "
722  <title>MLdonkey: Web Interface</title>  <title>MLdonkey: Web Interface</title>
723  <link href=\"dh.css\" rel=\"stylesheet\" type=\"text/css\">  <link href=\"dh.css\" rel=\"stylesheet\" type=\"text/css\">
724  <script type=\"text/javascript\" src=\"di.js\"></script>  <script language=\"javascript\" src=\"di.js\"></script>
725  "  "
726    
727  let web_common_header_old = define_option message_section ["web_common_header_old"]  let web_common_header_old = define_option message_section ["web_common_header_old"]

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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