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

« back to all changes in this revision

Viewing changes to Kernel/Output/HTML/Standard/AgentStatsImport.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
# AgentStatsImport.dtl - provides HTML form for import a stat
 
3
# Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
 
4
# --
 
5
# $Id: AgentStatsImport.dtl,v 1.2 2006/08/29 16:56:06 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">
 
13
  <tr>
 
14
    <td class="mainhead">
 
15
      $Env{"Box0"}$Text{"Import"}$Env{"Box1"}
 
16
    </td>
 
17
  </tr>
 
18
  <tr>
 
19
    <td class="mainbody">
 
20
      <br>
 
21
      <table border="0" width="700" align="center" cellspacing="0" cellpadding="4">
 
22
        <form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data">
 
23
          <input type="hidden" name="Action"    value="$Env{"Action"}">
 
24
          <input type="hidden" name="Subaction" value="Import">
 
25
          <input type="hidden" name="Status"    value="Action">
 
26
          <tr>
 
27
            <td class="contenthead">$Text{"Import"}</td>
 
28
          </tr>
 
29
          <tr class="contentbody">
 
30
            <td>
 
31
              <table border="0">
 
32
                <tr>
 
33
                  <input type="hidden" name="ImportType" value="Upload">
 
34
                  <td class="contentkey"  width="150">$Text{"File"}:</td>
 
35
                  <td class="contentvalue"><input name="file_upload" type="file" size="30" class="fixed"></td>
 
36
                </tr>
 
37
<!-- dtl:block:ErrorDoctype1 -->
 
38
                <tr>
 
39
                  <td class="validity" colspan="2">$Text{"File is not a Stats config"}!</td>
 
40
                </tr>
 
41
<!-- dtl:block:ErrorDoctype1 -->
 
42
<!-- dtl:block:ErrorDoctype2 -->
 
43
                <tr>
 
44
                  <td class="validity" colspan="2">$Text{"No File selected"}!</td>
 
45
                </tr>
 
46
<!-- dtl:block:ErrorDoctype2 -->
 
47
              </table>
 
48
            </td>
 
49
          </tr>
 
50
          <tr>
 
51
            <td class="contentfooter">
 
52
              <input class="button" accesskey="g" type="submit" value="$Text{"Import"}">
 
53
            </td>
 
54
          </tr>
 
55
        </form>
 
56
      </table>
 
57
      <br>
 
58
    </td>
 
59
  </tr>
 
60
</table>
 
61
<!-- end form -->