home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / system / ultradefrag / ultradefrag-1.3.0.bin.i386.exe / $WINDIR / System32 / udreportopts.lua < prev    next >
Text File  |  2008-01-29  |  3KB  |  55 lines

  1. -------------------------------------------------------------------------------
  2. -- Ultra Defragmenter report options
  3. -------------------------------------------------------------------------------
  4.  
  5. -------------------------------------------------------------------------------
  6. -- I. Output Formats
  7. -------------------------------------------------------------------------------
  8. produce_html = 1
  9.  
  10. -------------------------------------------------------------------------------
  11. -- II. HTML specific options
  12. -------------------------------------------------------------------------------
  13.  
  14. -------------------------------------------------------------------------------
  15. -- Generally ASCII renders better in Internet Explorer and 
  16. -- UTF-16 renders better in FireFox. UTF-16 is of course required to
  17. -- properly render Asian characters such as Japanese and Chinese.
  18. -------------------------------------------------------------------------------
  19. use_utf16 = 0
  20.  
  21. -------------------------------------------------------------------------------
  22. -- Set enable_sorting to zero if your web browser is too old
  23. -- and you have error messages about ivalid javascript code.
  24. -------------------------------------------------------------------------------
  25. enable_sorting = 1
  26.  
  27. -------------------------------------------------------------------------------
  28. -- Set this parameter to 1 if you prefer to look at filenames splitted
  29. -- into few short lines. If you prefer to use fullscreen mode of your
  30. -- web browser then set this parameter to zero.
  31. -------------------------------------------------------------------------------
  32. split_long_names = 1
  33. -------------------------------------------------------------------------------
  34. -- Set here maximum number of characters per line in filename cells.
  35. -------------------------------------------------------------------------------
  36. max_chars_per_line = 50
  37.  
  38. -------------------------------------------------------------------------------
  39. -- This stylesheet is used to set styles for various report elements.
  40. -------------------------------------------------------------------------------
  41. style = [[
  42. <style>
  43. td {font-family: monospace; font-size: 10pt}
  44. .c {text-align: center}
  45. .f {background-color: #000000; color: #FFFFFF}
  46. </style>
  47. ]]
  48.  
  49. title_tags = {open = "<pre><h3>", close = "</h3></pre>"}
  50.  
  51. -------------------------------------------------------------------------------
  52. -- Main report table properties.
  53. -------------------------------------------------------------------------------
  54. table_style = [[border="1" color="#FFAA55" cellspacing="0" width="100%"]]
  55.