~ubuntu-branches/ubuntu/karmic/lire/karmic

« back to all changes in this revision

Viewing changes to www/reports/top-referers.xml

  • Committer: Bazaar Package Importer
  • Author(s): Wolfgang Sourdeau
  • Date: 2005-04-25 23:10:41 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050425231041-8h3y0jyvmj0pe05o
Tags: 2:2.0.1-4
debian/control: build-depend an depend on libdbd-sqlite2-perl (>=
2:0.33-4) instead of libdbd-sqlite-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
d<?xml version="1.0" encoding="ISO-8859-1"?>
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
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">
 
3
  "-//LogReport.ORG//DTD Lire Report Specification Markup Language V2.0//EN"
 
4
  "http://www.logreport.org/LRSML/2.0/lrsml.dtd">
5
5
<lire:report-spec xmlns:lire="http://www.logreport.org/LRSML/"
6
6
 superservice="www" id="top-referers">
7
7
 
47
47
 <lire:report-calc-spec>
48
48
   <lire:group sort="-request_total" limit="$referer_to_show">
49
49
    <lire:field name="referer"/>
50
 
    <lire:count name="request_total"/>
51
 
   </lire:group>
 
50
 
 
51
   <lire:count name="request_total" label="Requests"/>
 
52
   <lire:count name="request_ratio" ratio="table" label="% Total"/>
 
53
  </lire:group>
52
54
 
53
55
 </lire:report-calc-spec>
54
56