~ubuntu-branches/ubuntu/natty/otrs2/natty-updates

« back to all changes in this revision

Viewing changes to Kernel/Output/HTML/Standard/AdminPerformanceLog.dtl

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2007-04-14 17:58:55 UTC
  • mto: (20.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: package-import@ubuntu.com-20070414175855-9ne0w01yu1q44ch0
Tags: upstream-2.1.7
ImportĀ upstreamĀ versionĀ 2.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# --
 
2
# AdminPerformanceLog.dtl - provides HTML form for AdminPerformanceLog
 
3
# Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
 
4
# --
 
5
# $Id: AdminPerformanceLog.dtl,v 1.3 2006/10/05 01:21:38 martin Exp $
 
6
# --
 
7
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
 
8
# the enclosed file COPYING for license information (GPL). If you
 
9
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
 
10
# --
 
11
<!-- start form -->
 
12
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
 
13
  <tr>
 
14
    <td class="mainhead">
 
15
      $Env{"Box0"}$Text{"Performance Log"}$Env{"Box1"}
 
16
    </td>
 
17
  </tr>
 
18
  <tr>
 
19
    <td class="mainbody">
 
20
 
 
21
      <br>
 
22
 
 
23
<!-- dtl:block:Reset -->
 
24
      <table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
 
25
        <tr>
 
26
          <td colspan="2" class="contenthead">$Text{"Logfile too large!"} ($QData{"Size"} MB)</td>
 
27
        </tr>
 
28
        <tr>
 
29
          <td class="contentbody">
 
30
            <table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
 
31
              <tr>
 
32
                <td>$Text{"Logfile too large, you need to reset it!"}</td>
 
33
              </tr>
 
34
            </table>
 
35
          </td>
 
36
        </tr>
 
37
        <tr>
 
38
          <td class="contentfooter">
 
39
            <form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data">
 
40
              <input type="hidden" name="Action" value="$Env{"Action"}">
 
41
              <input type="hidden" name="Subaction" value="Reset">
 
42
              <input class="button" type="submit" value="$Text{"Reset"}">
 
43
            </form>
 
44
          </td>
 
45
        </tr>
 
46
      </table>
 
47
 
 
48
      <br>
 
49
<!-- dtl:block:Reset -->
 
50
<!-- dtl:block:Table -->
 
51
      <table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
 
52
        <tr>
 
53
          <td colspan="2" class="contenthead">$Text{"Range"} ($Text{"last"} $QData{"Age"})</td>
 
54
        </tr>
 
55
        <tr>
 
56
          <td class="contentbody">
 
57
            <table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
 
58
              <tr>
 
59
                <td>$Text{"Interface"}</td>
 
60
                <td>$Text{"Requests"}</td>
 
61
                <td>$Text{"Min Response"}</td>
 
62
                <td>$Text{"Max Response"}</td>
 
63
                <td>$Text{"Average Response"}</td>
 
64
              </tr>
 
65
<!-- dtl:block:Row -->
 
66
              <tr>
 
67
                <td>$QData{"Interface"}</td>
 
68
                <td>$QData{"Sum"}</td>
 
69
                <td>$QData{"Min"}s</td>
 
70
                <td>$QData{"Max"}s</td>
 
71
                <td>$QData{"Average"}s</td>
 
72
              </tr>
 
73
<!-- dtl:block:Row -->
 
74
            </table>
 
75
          </td>
 
76
        </tr>
 
77
        <tr>
 
78
          <td class="contentfooter">
 
79
            &nbsp;
 
80
          </td>
 
81
        </tr>
 
82
      </table>
 
83
 
 
84
      <br>
 
85
<!-- dtl:block:Table -->
 
86
 
 
87
    </td>
 
88
  </tr>
 
89
</table>
 
90
<!-- end form -->
 
91