A P P E N D I X B
185
185
185
185
•
template.tm2
– detail report template for the console display;
•
template.htm
– detail report template in HTML for the console
display;
•
web_template.tm
– report template for WebTuner;
•
web_new_template.tm
– report template in HTML for WebTuner.
By editing these reports, you can change display of the program
performance reports.
The templates may contain the following macros:
$DATELO
– date when the scanning was started.
$DATEHI
– date when the scanning was finished.
$REQUEST
– the number of objects checked.
$ARCHIVE
– the number of archives checked.
$PACKED
– the number of packed executable files checked.
$INFECTED
– the number of infected objects detected.
$DESINFECTED
– the number of objects disinfected.
$DESFAILED
– the number of unrecoverable objects detected.
$DELETED
– the number of objects deleted.
$WARNING
– the number of modified and corrupted viruses detected.
$SUSPICION
– the number of suspicious objects detected.
$CORUPTED
– the number of corrupted objects detected.
$IOERROR
– the number of input/output errors occurred.
$NOW
– current date and time.
The following macros may also be used in the templates to list the detected
viruses:
The list of viruses detected
:
%I
Virus name: $VIRUS Total found: $COUNT
%%
The list of suspicious objects detected
:
%S
Virus name: $VIRUS Total found: $COUNT
%%