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

« back to all changes in this revision

Viewing changes to Kernel/Output/HTML/Standard/AgentCalendarSmall.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
# AgentCalendarSmall.dtl - provides HTML form for AgentSpelling
3
 
# Copyright (C) 2001-2005 Martin Edenhofer <martin+code@otrs.org>
4
 
#
 
3
# Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
 
4
# --
5
5
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
6
6
# the enclosed file COPYING for license information (GPL). If you
7
7
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
8
8
# --
9
 
<!-- start Spelling form -->
10
9
<script language="JavaScript" type="text/javascript">
11
10
<!--
12
11
<!-- dtl:block:DateFormatOption -->
42
41
//-->
43
42
</script>
44
43
 
45
 
<table border="0" width="100%" cellspacing="0" cellpadding="3" cols="1">
46
 
<tr>
47
 
  <th class="mainhead"><a href="$Env{"CGIHandle"}?Action=$Env{"Action"}&Month=$Data{"Back"}&Prefix=$Data{"Prefix"}" class="headeritem">&#060;&#060;</a></th>
48
 
  <th class="mainhead">$Text{"$QData{"Month"}"} $QData{"Year"}</th>
49
 
  <th class="mainhead"><a href="$Env{"CGIHandle"}?Action=$Env{"Action"}&Month=$Data{"Next"}&Prefix=$Data{"Prefix"}" class="headeritem">&#062;&#062;</a></th>
50
 
</tr>
51
 
<tr>
52
 
  <td class="mainbody" colspan="3">
53
 
    <table border="0" width="100%" cellspacing="0" cellpadding="2">
54
 
      <tr class="contenthead">
55
 
        <td>$Text{"Mon"}</td>
56
 
        <td>$Text{"Tue"}</td>
57
 
        <td>$Text{"Wed"}</td>
58
 
        <td>$Text{"Thu"}</td>
59
 
        <td>$Text{"Fri"}</td>
60
 
        <td>$Text{"Sat"}</td>
61
 
        <td>$Text{"Sun"}</td>
62
 
      </tr>
63
 
      <!-- dtl:block:Row -->
64
 
      <tr>
65
 
        <!-- dtl:block:ColEmpty -->
66
 
        <th></th>
67
 
        <!-- dtl:block:ColEmpty -->
68
 
        <!-- dtl:block:Col -->
69
 
        <td $Data{"Style"} align="center"><a href="#" onClick="SelectDay($Data{"Day"}, $Data{"Month"}, $Data{"Year"})">$Data{"Day"}</a></td>
70
 
        <!-- dtl:block:Col -->
71
 
      </tr>
72
 
      <!-- dtl:block:Row -->
73
 
    </table>
74
 
  </td>
75
 
</tr>
 
44
<table border="0" width="100%" cellspacing="0" cellpadding="3">
 
45
  <tr>
 
46
    <th class="mainhead"><a href="$Env{"CGIHandle"}?Action=$Env{"Action"}&Month=$Data{"Back"}&Prefix=$Data{"Prefix"}" class="headeritem">&#060;&#060;</a></th>
 
47
    <th class="mainhead">$Text{"$QData{"Month"}"} $QData{"Year"}</th>
 
48
    <th class="mainhead"><a href="$Env{"CGIHandle"}?Action=$Env{"Action"}&Month=$Data{"Next"}&Prefix=$Data{"Prefix"}" class="headeritem">&#062;&#062;</a></th>
 
49
  </tr>
 
50
  <tr>
 
51
    <td class="mainbody" colspan="3">
 
52
      <table border="0" width="100%" cellspacing="0" cellpadding="2">
 
53
        <tr class="contenthead">
 
54
          <td>$Text{"Mon"}</td>
 
55
          <td>$Text{"Tue"}</td>
 
56
          <td>$Text{"Wed"}</td>
 
57
          <td>$Text{"Thu"}</td>
 
58
          <td>$Text{"Fri"}</td>
 
59
          <td>$Text{"Sat"}</td>
 
60
          <td>$Text{"Sun"}</td>
 
61
        </tr>
 
62
<!-- dtl:block:Row -->
 
63
        <tr>
 
64
<!-- dtl:block:ColEmpty -->
 
65
          <th></th>
 
66
<!-- dtl:block:ColEmpty -->
 
67
<!-- dtl:block:Col -->
 
68
          <td $Data{"Style"} align="center"><a href="#" onClick="SelectDay($Data{"Day"}, $Data{"Month"}, $Data{"Year"})">$Data{"Day"}</a></td>
 
69
<!-- dtl:block:Col -->
 
70
        </tr>
 
71
<!-- dtl:block:Row -->
 
72
      </table>
 
73
    </td>
 
74
  </tr>
76
75
</table>
77
 
<!-- end Spelling form -->