home *** CD-ROM | disk | FTP | other *** search
- ; Template file: RPREPORT.APL
- ; Type : Request Processor Report
- ;
- ; This template generates a report for a file request.
- ;
-
- @test(@filename,<>,"")
- The following files were successfully file requested from our system:
- -----------------------------------------------------------------------------
- @filebegin
- @just(@filename,L,13)@just(@filesize,R,9) @copy(@filedesc,1,53)
- @overflow
- @end
- -----------------------------------------------------------------------------
- @blockbytes bytes in @blockfiles file(s)
- @end
-
- @assign(@tmp,"No")
- @requestbegin
- @test(@requestname,<>,"")
- @test(@tmp,=,"No")
- The following file requests could not be honored
- -----------------------------------------------------------------------------
- @assign(@tmp,"Yes")
- @end
- @just(@requestname,L,13)@requesterr
- @end
- @end
- @test(@tmp,=,"Yes")
- -----------------------------------------------------------------------------
- @end
-
- ---
- * Origin: This file request was processed by ALLFIX (@akatouse)
-