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

« back to all changes in this revision

Viewing changes to www/reports/top-first_page.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="www" schema="www-user_session" id="top-first_page">
 
7
 
 
8
 <lire:title>First Pages By Session WWW Report</lire:title>
 
9
 
 
10
 <lire:description>
 
11
  <para>This report shows the requested pages (this excludes
 
12
   pictures) which were the first page to be visited in a user session.
 
13
  </para>
 
14
 </lire:description>
 
15
 
 
16
 <lire:param-spec>
 
17
 
 
18
  <lire:param name="page_to_show" type="int" default="10">
 
19
   <lire:description>
 
20
    <para>This parameter controls the number of last pages to
 
21
     display.
 
22
    </para>
 
23
   </lire:description>
 
24
  </lire:param>
 
25
 
 
26
  <lire:param name="not_page_re" type="string" default="\.(png|gif|jpg)$">
 
27
   <lire:description>
 
28
    <para>This parameter contains a regular expression which is used
 
29
     to filter out images.
 
30
    </para>
 
31
   </lire:description>
 
32
  </lire:param>
 
33
 </lire:param-spec>
 
34
 
 
35
 <lire:display-spec>
 
36
  <lire:title>First Page In User Session, Top $page_to_show</lire:title>
 
37
 </lire:display-spec>
 
38
 
 
39
 <lire:filter-spec>
 
40
  <lire:not>
 
41
   <lire:match value="$last_page" re="$not_page_re" case-sensitive="0"/>
 
42
  </lire:not>
 
43
 </lire:filter-spec>
 
44
 
 
45
 <lire:report-calc-spec>
 
46
  <lire:group sort="-request_total" limit="$page_to_show">
 
47
   <lire:field name="first_page"/>
 
48
   <lire:count name="request_total"/>
 
49
  </lire:group>
 
50
 
 
51
 </lire:report-calc-spec>
 
52
 
 
53
</lire:report-spec>
 
54
 
 
55
<!--
 
56
Keep this comment at the end of the file
 
57
Local variables:
 
58
mode: xml
 
59
-->