File: AgentStatsOverview.dtl

package info (click to toggle)
otrs2 2.2.7-2lenny3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 13,444 kB
  • ctags: 5,808
  • sloc: perl: 129,825; xml: 16,139; sql: 11,400; sh: 1,198; makefile: 31; php: 16
file content (72 lines) | stat: -rw-r--r-- 3,174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# --
# AgentStatsOverview.dtl - provides HTML form for lists stats
# Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
# --
# $Id: AgentStatsOverview.dtl,v 1.3 2006/12/21 16:13:14 mh Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --

<!-- start form -->
<table border="0" width="100%" cellspacing="0" cellpadding="3">
  <tr>
    <td class="mainhead">
      $Env{"Box0"}$Text{"Overview"}: $Text{"Stats"}$Env{"Box1"}
    </td>
  </tr>
#  <tr class="mainbody">
#    <td><br></td>
#  </tr>
#  <tr>
#    <td class="mainhead">
#      $Env{"Box0"}$Text{"Stats"}$Env{"Box1"}
#    </td>
#  </tr>
  <tr>
    <td class="menu">
      $Text{"Results"}: <b>$QData{"Result"}</b> - $Text{"Total hits"}: <b>$Data{"TotalHits"}</b> - $Text{"Page"}: $Data{"SiteNavBar"}
    </td>
  </tr>
  <tr>
    <td class="mainbody">
      <table border="0" width="100%" cellpadding="4" cellspacing="0">
        <tr><td></td></tr>
        <tr class="contenthead">
          <td>$Text{"$Config{"Stats::StatsHook"}"}
            <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Overview&OrderBy=ID&Direction=ASC&StartHit=$Data{"StartHit"}"><img border="0" src="$Env{"Images"}down-small.png"></a>&nbsp;/
            <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Overview&OrderBy=ID&Direction=DESC&StartHit=$Data{"StartHit"}"><img border="0" src="$Env{"Images"}up-small.png"></a>
          </td>
          <td>$Text{"Title"}
            <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Overview&OrderBy=Title&Direction=ASC&StartHit=$Data{"StartHit"}"><img border="0" src="$Env{"Images"}down-small.png"></a>&nbsp;/
            <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Overview&OrderBy=Title&Direction=DESC&StartHit=$Data{"StartHit"}"><img border="0" src="$Env{"Images"}up-small.png"></a>
          </td>
          <td>$Text{"Object"}
            <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Overview&OrderBy=Object&Direction=ASC&StartHit=$Data{"StartHit"}"><img border="0" src="$Env{"Images"}down-small.png"></a>&nbsp;/
            <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=Overview&OrderBy=Object&Direction=DESC&StartHit=$Data{"StartHit"}"><img border="0" src="$Env{"Images"}up-small.png"></a>
          </td>
          <td>$Text{"Description"}</td>
        </tr>
<!-- dtl:block:Result -->
        <tr class="$QData{"css"}">
          <td class="$Data{"TextCss"}">
            <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=View&StatID=$Data{"StatID"}">
            $Data{"StatNumber"}
            </a>
          </td>
          <td class="contentvalue">$QData{"Title"}</td>
#          <td class="contentvalue">$QData{"Title","30"}</td>
          <td class="contentvalue">$QData{"Object"}</td>
          <td class="contentvalue">$QData{"Description","50"}</td>
        </tr>
<!-- dtl:block:Result -->
        <tr class="contentfooter">
          <td colspan="4">&nbsp;</td>
        </tr>
      </table>
      <br>
    </td>
  </tr>
</table>
<!-- end form -->