mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverInteracti


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverInteractive.ml
Date: Thu, 14 Jul 2005 10:00:32 -0400

Index: mldonkey/src/daemon/driver/driverInteractive.ml
diff -u mldonkey/src/daemon/driver/driverInteractive.ml:1.40 
mldonkey/src/daemon/driver/driverInteractive.ml:1.41
--- mldonkey/src/daemon/driver/driverInteractive.ml:1.40        Sun Jul 10 
23:19:16 2005
+++ mldonkey/src/daemon/driver/driverInteractive.ml     Thu Jul 14 14:00:20 2005
@@ -679,14 +679,15 @@
   Printf.bprintf buf "\\</form\\>"
 
 end
-else Printf.bprintf buf "No files"
+else
+  html_mods_table_one_row buf "downloaderTable" "downloaders" [
+    ("", "srh", "!! No files, please use search or the dllink <url> command to 
add a new download !!"); ]
 
-
-let html_mods_done_files buf files = 
+let html_mods_done_files buf files =
 
   Printf.bprintf buf "\\</pre\\>
 \\<div class=\\\"main\\\"\\>
-\\<table class=main cellspacing=0 cellpadding=0\\> 
+\\<table class=main cellspacing=0 cellpadding=0\\>
 
 \\<tr\\>\\<td\\>
 
@@ -926,15 +927,23 @@
     Printf.bprintf buf "%0sDownloaded %d files\n" (if !!term_ansi then "$n" 
else "") (List.length !!done_files);
   if !!done_files <> [] then begin
 (*      List.iter (fun file -> CommonFile.file_print file o)   !!done_files; *)
-      simple_print_file_list true buf 
-        (List2.tail_map file_info !!done_files) o; 
-      if not (use_html_mods o) then 
+      simple_print_file_list true buf
+        (List2.tail_map file_info !!done_files) o;
+      if not (use_html_mods o) then
         if !!auto_commit then
-          Printf.bprintf buf
-            "Files will be automatically commited in the incoming directory"
+          if o.conn_output = HTML then
+            html_mods_table_one_row buf "searchTable" "search" [
+              ("", "srh", "Files will be automatically commited in the 
incoming directory"); ]
+          else
+            Printf.bprintf buf
+              "Files will be automatically commited in the incoming directory"
         else
-          Printf.bprintf buf
-          "Use 'commit' to move downloaded files to the incoming directory"
+          if o.conn_output = HTML then
+            html_mods_table_one_row buf "searchTable" "search" [
+              ("", "srh", "Use 'commit' to move downloaded files to the 
incoming directory"); ]
+          else
+            Printf.bprintf buf
+              "Use 'commit' to move downloaded files to the incoming directory"
     end
 
 
@@ -989,7 +998,7 @@
                       Printf.bprintf buf "\\<td title=\\\"";
                       let nl = ref false in
                       List.iter (fun t ->
-                          match t.tag_name with 
+                          match t.tag_name with
                           | Field_UNKNOWN "FTH" | Field_UNKNOWN "urn" -> ()
                           | _ ->
                               Buffer.add_string buf ((if !nl then "\n" else 
begin nl := true;"" end) ^




reply via email to

[Prev in Thread] Current Thread [Next in Thread]