~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to ftp/reports/transfers-by-direction.xml

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2002-04-11 23:36:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020411233621-rj3dbr7z5wulfd7z
Tags: upstream-20020214
ImportĀ upstreamĀ versionĀ 20020214

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<!DOCTYPE lire:report-spec PUBLIC
 
3
  "-//LogReport.ORG//DTD Lire Report Specification Markup Language V1.0//EN"
 
4
  "http://www.logreport.org/LRSML/1.0/lrsml.dtd">
 
5
<lire:report-spec xmlns:lire="http://www.logreport.org/LRSML/"
 
6
 superservice="ftp" id="transfers-by-direction" charttype="pie">
 
7
 
 
8
 <lire:title>Number of Transfers by Direction FTP Report</lire:title>
 
9
 <lire:description>
 
10
  <para>This report lists the number of transfers by direction.</para>
 
11
 </lire:description>
 
12
 
 
13
 <lire:display-spec>
 
14
  <lire:title>Number of Transfers by Direction</lire:title>
 
15
 
 
16
  <lire:description>
 
17
    <para>
 
18
      The two possible directions are "i" for input, and "o" for output.
 
19
    </para>
 
20
  </lire:description>
 
21
 </lire:display-spec>
 
22
 
 
23
 <lire:report-calc-spec>
 
24
  <lire:group sort="direction">
 
25
   <lire:field name="direction"/>
 
26
   <lire:count name="request_total"/>
 
27
  </lire:group>
 
28
 </lire:report-calc-spec>
 
29
 
 
30
</lire:report-spec>