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

« back to all changes in this revision

Viewing changes to Kernel/Output/HTML/Standard/AgentTicketSearchResult.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
1
# --
2
2
# AgentTicketSearchResult.dtl - provides HTML form for AgentTicketUtilities
3
 
# Copyright (C) 2001-2005 Martin Edenhofer <martin+code@otrs.org>
 
3
# Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
4
4
# --
5
 
# $Id: AgentTicketSearchResult.dtl,v 1.1 2005/02/17 07:01:15 martin Exp $
 
5
# $Id: AgentTicketSearchResult.dtl,v 1.7 2006/10/12 10:16:00 martin Exp $
6
6
# --
7
7
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
8
8
# the enclosed file COPYING for license information (GPL). If you
9
9
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
10
10
# --
11
 
<!-- start form -->
12
11
<table border="0" width="100%" cellspacing="0" cellpadding="3">
13
 
<tr>
14
 
  <td class="mainhead">
15
 
    $Env{"Box0"}$Text{"Search Result"}$Env{"Box1"}
16
 
  </td>
17
 
</tr>
18
 
<tr>
19
 
  <td class="menu">
20
 
  <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=LoadProfile&$QData{"Link"}">$Text{"Change search options"}</a> -
21
 
$Text{"Results"}: <b>$QData{"Result"}</b> - $Text{"Total hits"}: <b>$Data{"TotalHits"}</b>
22
 
- $Text{"Site"}: $Data{"SiteNavBar"}
23
 
  </td>
24
 
</tr>
 
12
  <tr>
 
13
    <td class="mainhead">
 
14
      $Env{"Box0"}$Text{"Search Result"}$Env{"Box1"}
 
15
    </td>
 
16
  </tr>
 
17
  <tr>
 
18
    <td class="menu">
 
19
      <a href="$Env{"Baselink"}Action=$Env{"Action"}&Subaction=LoadProfile&$QData{"Link"}">
 
20
      $Text{"Change search options"}
 
21
      </a>
 
22
      - $Text{"Results"}: <b>$QData{"Result"}</b> - $Text{"Total hits"}: <b>$Data{"TotalHits"}</b>
 
23
      - $Text{"Page"}: $Data{"SiteNavBar"}
 
24
    </td>
 
25
  </tr>
25
26
</table>
26
 
<!-- end form -->
27
 
 
28
27
<!-- dtl:block:Record -->
29
28
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
30
 
<tr>
31
 
  <td align="left" width="50%" class="mainhead">
32
 
    $Env{"Box0"}$Config{"Ticket::Hook"}: $Data{"TicketNumber"}$Env{"Box1"}
33
 
  </td>
34
 
  <td align="right" width="50%" class="mainhead">
35
 
    $Env{"Box0"}$Text{"Age"}: $Data{"Age"}$Env{"Box1"}
36
 
  </td>
37
 
</tr>
38
 
</table>
39
 
 
40
 
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
41
 
<tr>
42
 
  <td width="70%" class="menu">
43
 
    <a href="$Env{"Baselink"}Action=AgentZoom&TicketID=$Data{"TicketID"}&ArticleID=$Data{"ArticleID"}&QueueID=$Data{"QueueID"}" onmouseover="window.status='$Text{"Zoom"}'; return true;" onmouseout="window.status='';" class="menuitem">$Text{"Zoom"}</a> -
44
 
    <a href="$Env{"Baselink"}Action=AgentTicketHistory&TicketID=$Data{"TicketID"}&QueueID=$Data{"QueueID"}" onmouseover="window.status='$Text{"History"}'; return true;" onmouseout="window.status='';" class="menuitem">$Text{"History"}</a>
45
 
  </td>
46
 
 
47
 
  <td align="right" width="30%" class="menu">
48
 
    <table border="0" cellspacing="0" cellpadding="0">
49
 
      <tr>
50
 
        <td class="mainkey">$Text{"Created"}:</td>
51
 
        <td class="mainvalue"> $TimeLong{"$Data{"Created"}"}</td>
52
 
      </tr>
53
 
    </table>
54
 
  </td>
55
 
</tr>
56
 
</table>
57
 
 
58
 
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
59
 
<tr>
60
 
  <td align="left" width="75%" class="mainbody">
61
 
  <table border="0" width="100%" cellspacing="0" cellpadding="1">
62
 
    <tr>
63
 
      <td width="15%"><b>$Text{"From"}:</b></td>
64
 
      <td> $Data{"From"}</td>
65
 
    </tr>
66
 
    <tr>
67
 
      <td><b>$Text{"To"}:</b></td>
68
 
      <td> $Data{"To"}</td>
69
 
    </tr>
70
 
    <tr>
71
 
      <td><b>$Text{"Subject"}:</b></td>
72
 
      <td> $Data{"Subject"}</td>
73
 
    </tr>
74
 
  </table>
 
29
  <tr>
 
30
    <td align="left" width="50%" class="mainhead">
 
31
      $Env{"Box0"}$Config{"Ticket::Hook"}: $Data{"TicketNumber"}$Env{"Box1"}
 
32
<!-- dtl:block:Title-->
 
33
      $QData{"Title","60"}
 
34
<!-- dtl:block:Title-->
 
35
    </td>
 
36
    <td align="right" width="50%" class="mainhead">
 
37
      $Env{"Box0"}$Text{"Age"}: $Data{"Age"}$Env{"Box1"}
 
38
    </td>
 
39
  </tr>
 
40
</table>
 
41
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
 
42
  <tr>
 
43
    <td width="70%" class="menu">
 
44
      <a href="$Env{"Baselink"}Action=AgentTicketZoom&TicketID=$Data{"TicketID"}&ArticleID=$Data{"ArticleID"}&QueueID=$Data{"QueueID"}" onmouseover="window.status='$JSText{"Zoom"}'; return true;" onmouseout="window.status='';" class="menuitem">$Text{"Zoom"}</a> -
 
45
      <a href="$Env{"Baselink"}Action=AgentTicketHistory&TicketID=$Data{"TicketID"}&QueueID=$Data{"QueueID"}" onmouseover="window.status='$JSText{"History"}'; return true;" onmouseout="window.status='';" class="menuitem">$Text{"History"}</a>
 
46
    </td>
 
47
    <td align="right" width="30%" class="menu">
 
48
      <table border="0" cellspacing="0" cellpadding="0">
 
49
        <tr>
 
50
          <td class="mainkey">$Text{"Created"}:</td>
 
51
          <td class="mainvalue"> $TimeLong{"$Data{"Created"}"}</td>
 
52
        </tr>
 
53
      </table>
 
54
    </td>
 
55
  </tr>
 
56
</table>
 
57
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="2">
 
58
  <tr>
 
59
    <td align="left" width="75%" class="mainbody">
 
60
      <table border="0" width="100%" cellspacing="0" cellpadding="1">
 
61
        <tr>
 
62
          <td width="15%"><b>$Text{"From"}:</b></td>
 
63
          <td> $Data{"From"}</td>
 
64
        </tr>
 
65
        <tr>
 
66
          <td><b>$Text{"To"}:</b></td>
 
67
          <td> $Data{"To"}</td>
 
68
        </tr>
 
69
        <tr>
 
70
          <td><b>$Text{"Subject"}:</b></td>
 
71
          <td> $Data{"Subject"}</td>
 
72
        </tr>
 
73
      </table>
75
74
$Data{"TextNote"}
76
 
<div class="message">
 
75
      <div class="message">
77
76
$Data{"Body"}
78
 
</div>
79
 
  </td>
80
 
  <td align="left" valign="top" width="25%" class="PriorityID-$Data{"PriorityID"}">
81
 
    <table border="0">
82
 
    <tr>
83
 
      <td><b>$Text{"State"}:</b></td>
84
 
      <td><font color="red"><div title="$Quote{"$Text{"$Data{"State"}"}"}">$Quote{"$Text{"$Data{"State"}"}","15"}</div></font></td>
85
 
    </tr>
86
 
    <tr>
87
 
      <td><b>$Text{"Priority"}:</b></td>
88
 
      <td><font color="red"><div title="$Quote{"$Text{"$Data{"Priority"}"}"}">$Quote{"$Text{"$Data{"Priority"}"}","15"}</div></font></td>
89
 
    </tr>
90
 
    <tr>
91
 
      <td><b>$Text{"Queue"}:</b></td>
92
 
      <td><font color="red"><div title="$Quote{"$Data{"Queue"}"}">$Quote{"$Data{"Queue"}","15"}</div></font></td>
93
 
    </tr>
94
 
    <tr>
95
 
      <td><b>$Text{"CustomerID"}:</b></td>
96
 
      <td><a href="$Config{"CustomerDBLink"}" $Config{"CustomerDBLinkTarget"}>$Quote{"$Data{"CustomerID"}","15"}</a></td>
97
 
    </tr>
98
 
    </table>
99
 
    <p align="left"><hr><b>$Text{"Customer Info"}:</b> $Data{"CustomerTable"}<hr></p>
100
 
  </td>
101
 
</tr>
 
77
      </div>
 
78
    </td>
 
79
    <td align="left" valign="top" width="25%" class="PriorityID-$Data{"PriorityID"}">
 
80
      <table border="0">
 
81
        <tr>
 
82
          <td><b>$Text{"State"}:</b></td>
 
83
          <td><font color="red"><div title="$Quote{"$Text{"$Data{"State"}"}"}">$Quote{"$Text{"$Data{"State"}"}","15"}</div></font></td>
 
84
        </tr>
 
85
        <tr>
 
86
          <td><b>$Text{"Priority"}:</b></td>
 
87
          <td><font color="red"><div title="$Quote{"$Text{"$Data{"Priority"}"}"}">$Quote{"$Text{"$Data{"Priority"}"}","15"}</div></font></td>
 
88
        </tr>
 
89
        <tr>
 
90
          <td><b>$Text{"Queue"}:</b></td>
 
91
          <td><font color="red"><div title="$Quote{"$Data{"Queue"}"}">$Quote{"$Data{"Queue"}","15"}</div></font></td>
 
92
        </tr>
 
93
        <tr>
 
94
          <td><b>$Text{"CustomerID"}:</b></td>
 
95
          <td><a href="$Config{"CustomerDBLink"}" $Config{"CustomerDBLinkTarget"}>$Quote{"$Data{"CustomerID"}","15"}</a></td>
 
96
        </tr>
 
97
      </table>
 
98
      <p><hr><b>$Text{"Customer Info"}:</b> $Data{"CustomerTable"}<hr></p>
 
99
    </td>
 
100
  </tr>
102
101
</table>
103
102
<!-- dtl:block:Record -->