/[mldonkey]/mldonkey/src/daemon/driver/driverInteractive.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/driver/driverInteractive.ml

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

revision 1.47 by spiralvoice, Thu Aug 18 14:12:30 2005 UTC revision 1.48 by spiralvoice, Fri Aug 26 21:10:43 2005 UTC
# Line 656  let ctd fn td = Printf.sprintf "\\<td on Line 656  let ctd fn td = Printf.sprintf "\\<td on
656    
657    
658            (if !!html_mods_vd_age then            (if !!html_mods_vd_age then
659                          ctd file.file_num (let age = (BasicSocket.last_time ()) - file.file_age in time_to_string age)                          ctd file.file_num (let age = (BasicSocket.last_time ()) - file.file_age in Date.time_to_string_long age)
660                     else "");                     else "");
661    
662            (if !!html_mods_vd_last then            (if !!html_mods_vd_last then
663                          ctd file.file_num (if file.file_last_seen > 0                          ctd file.file_num (if file.file_last_seen > 0
664               then let last = (BasicSocket.last_time ()) - file.file_last_seen in               then let last = (BasicSocket.last_time ()) - file.file_last_seen in
665                  time_to_string last                  Date.time_to_string_long last
666               else "-"               else "-"
667                  )                  )
668                          else ""                          else ""
# Line 678  let ctd fn td = Printf.sprintf "\\<td on Line 678  let ctd fn td = Printf.sprintf "\\<td on
678            );            );
679    
680            (ctd file.file_num (if (file.file_download_rate < 10.24 || stalled file) then "-"            (ctd file.file_num (if (file.file_download_rate < 10.24 || stalled file) then "-"
681                                  else time_to_string (calc_file_eta file)) );                                  else Date.time_to_string_long (calc_file_eta file)) );
682    
683            (if !!html_mods_vd_prio then            (if !!html_mods_vd_prio then
684                (Printf.sprintf "\\<td class=\\\"dl ar\\\"\\>\\<div id=\\\"divSelectPriority%d\\\"\\>\\<select id=\\\"selectPriority%d\\\" name=\\\"selectPriority%d\\\"                (Printf.sprintf "\\<td class=\\\"dl ar\\\"\\>\\<div id=\\\"divSelectPriority%d\\\"\\>\\<select id=\\\"selectPriority%d\\\" name=\\\"selectPriority%d\\\"

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

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