home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / yatp101x.zip / MSG.TPL next >
Text File  |  1993-03-21  |  1KB  |  41 lines

  1.                       YaTic 1.00 report template
  2.  
  3.     Anything before the line starting with '\' will be ignored.  A '\'
  4.     represents a particular section of a message.  ALL lines between the
  5.     section start command and the next section will be put in the
  6.     report.
  7.  
  8.     header         : What is placed at the start of the message
  9.     file         : Will be placed in the report for every file
  10.     break         : Will be placed at the end of broken messages (messages
  11.                    that were too big).
  12.     continuation : Placed at the start of continued messages
  13.     trailer      : For the end of the report
  14.  
  15.     The following macros can be used in the report template :
  16.  
  17.     %name%         : Name of reported file
  18.     %area%         : Area file is in
  19.     %area_desc%  : Description of area file is in
  20.     %file_size%  : Size of file
  21.     %total_size% : Total size of all files reported (trailer only)
  22.  
  23.  
  24. \header
  25.     The following files just arrived on my system.    File requests
  26. honoured between 8:30pm - 2:00am to all systems.
  27.  
  28. \file
  29.  NAME : %12name%  (%file_size% bytes) AREA : %area%
  30.  DESC : %desc%
  31.  
  32. \break
  33.  Continued Next Message ....
  34.  
  35. \continuation
  36.  Continued from previous message
  37.  
  38. \trailer
  39.  Files total %total_size% bytes.
  40.  
  41.