home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 November / PCO1197.ISO / FilesBBS / OS2 / SL13A8.ARJ / SL13A8.ZIP / SL13A8.RAR / TEMPLATE.ZIP / SHOWL1.TPL < prev    next >
Encoding:
Text File  |  1997-07-07  |  2.7 KB  |  87 lines

  1. ;
  2. ; This is an example of a very small report.
  3. ;
  4. ; (Use for netmail- and text-reports)
  5. ;
  6. ; Following keywords are allowed: (SHOW-LOG will ignore blank lines)
  7. ;
  8. ; @desc@             - descriptive text
  9. ; @outbound@         - Outbound-Block (will be used for every session-entry)
  10. ; @inbound@          - Inbound-Block (will be used for every session-entry)
  11. ;
  12. ; NOTE: The @inbound@-block must be situated BEFOR the @outbound@-block!
  13. ;
  14. ; You can insert following macros in <text>:
  15. ;
  16. ; @fsname@      First name of the sysop
  17. ; @lsname@      Surname of the sysop
  18. ; @sname@       Full name of the sysop
  19. ; @frname@      Prename of the current recipient
  20. ; @lrname@      Surname of the current recipient
  21. ; @rname@       Full name of the current recipient  
  22. ; @saka@        Your Main-Adress (AKA)
  23. ; @raka@        The adress of the current recipient
  24. ; @bbs@         Your system/BBS-name
  25. ; @mailer@      Your mailer-software
  26. ;
  27. ; @task@        Current task-id
  28. ; @time@        Current time
  29. ; @date@        Current date
  30. ; @redate@      Date the report is about
  31. ;
  32. ; @location@    Location 
  33. ; @using@       Mailer-software of the session-partner
  34. ; @sesname@     Sysop-name of the session-partner
  35. ; @sestime@     Time of the session
  36. ; @sesaka@      AKA of the session-partner
  37. ; @system@      System-Name of the session-partner
  38. ; @online@      The time the session-partner was online
  39. ; @cost@        Cost of that session
  40. ;
  41. ; @IFILES@       Number of received files
  42. ; @OFILES@       Number of sent files
  43. ; @IFILES_SIZE@  Total size of received files
  44. ; @OFILES_SIZE@  Total size of sent files
  45. ; @IFILES_CPS@   cps of received files
  46. ; @OFILES_CPS@   cps of sent files
  47. ;    
  48. ; @FILE_LIST@,<xpos>  List of all transfered files
  49. ;
  50. ; Only use after each (inbound/outbound) block:
  51. ;
  52. ; @ierror@      Number of errors in inbound
  53. ; @oerror@      Number of errors in outbound
  54. ; @icount@      Total of inbound calls 
  55. ; @ocount@      Total of outbound calls
  56. ; @totcostin@   Total cost of inbound calls
  57. ; @totcostout@  Total cost of outbound calls
  58. ;
  59. ; @pid@         Full version-name of SHOW-LOG
  60. ;
  61. ; You may also use 'formatted' keywords:
  62. ;
  63. ; @<keyword>,<length>,<l/r>@
  64. ;
  65. ; example: @location,15,r@
  66. ;
  67. ; This will result in the location string with a length of 15 beginning at
  68. ; right.
  69. ;
  70. @desc@
  71. @desc@ Inbound:
  72. @desc@
  73. @inbound@ @sestime@: @system@, @sesaka@
  74. @inbound@ @sesname@ of @location@
  75. @inbound@ with @using@ | @online@
  76. @inbound@ cost: @cost@
  77. @inbound@
  78. @desc@ Outbound:
  79. @desc@
  80. @outbound@ @sestime@: @system@, @sesaka@
  81. @outbound@ @sesname@ of @location@
  82. @outbound@ with @using@ | @online@
  83. @outbound@ cost: @cost@
  84. @outbound@
  85. @desc@ This report was created @time@; @date@ by @pid@
  86. @desc@
  87.