home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 August / PCO0897.ISO / filesbbs / dos / sl13a4.arj / TEMPLATE.ZIP / SHOWL.TPL < prev    next >
Encoding:
Text File  |  1997-02-02  |  3.1 KB  |  101 lines

  1. ;
  2. ; This is a standart report-template for SHOW-LOG.
  3. ;
  4. ; (Use for netmail 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. ; Only use after each (inbound/outbound) block:
  50. ;
  51. ; @ierror@      Number of errors in inbound
  52. ; @oerror@      Number of errors in outbound
  53. ; @icount@      Total of inbound calls 
  54. ; @ocount@      Total of outbound calls
  55. ;
  56. ; @pid@         Full version-name of SHOW-LOG
  57. ;
  58. ; You may also use 'formatted' keywords:
  59. ;
  60. ; @<keyword>,<length>,<l/r>@
  61. ;
  62. ; example: @location,15,r@
  63. ;
  64. ; This will result in the location string with a length of 15 beginning at
  65. ; right.
  66. ;
  67. @desc@ Hi @frname@,
  68. @desc@
  69. @desc@ @redate@; Inbound and Outbound calls of the bbs: @bbs@
  70. @desc@---------------------------------------------------------------------
  71. @desc@
  72. @desc@ Inbound on line @task@:
  73. @desc@
  74. @inbound@ > @sestime@: @system@
  75. @inbound@   Sysop:  @sesname@ (@sesaka@) 
  76. @inbound@           of @location@
  77. @inbound@   using:  @using@
  78. @inbound@   online: @online@
  79. @inbound@   cost:   @cost@
  80. @inbound@
  81. @desc@ There were @ierror@ errors in @icount@ sessions.
  82. @desc@
  83. @desc@ We called:
  84. @desc@ ----------
  85. @desc@
  86. @outbound@ > @sestime@: @system@
  87. @outbound@   Sysop:  @sesname@ (@sesaka@)
  88. @outbound@           of @location@
  89. @outbound@   using:  @using@
  90. @outbound@   online: @online@
  91. @outbound@   cost:   @cost@
  92. @outbound@  
  93. @desc@ There were @oerror@ errors in @ocount@ sessions.
  94. @desc@--------------------------------------------------------------------
  95. @desc@ This report was created @time@; @date@ by @pid@
  96. @desc@
  97. @desc@
  98. @desc@ Bye, @fsname@; @saka@
  99. @desc@
  100.