import of rt 3.0.4
[freeside.git] / rt / html / SelfService / Create.html
1 %# BEGIN LICENSE BLOCK
2 %# 
3 %# Copyright (c) 1996-2003 Jesse Vincent <jesse@bestpractical.com>
4 %# 
5 %# (Except where explictly superceded by other copyright notices)
6 %# 
7 %# This work is made available to you under the terms of Version 2 of
8 %# the GNU General Public License. A copy of that license should have
9 %# been provided with this software, but in any event can be snarfed
10 %# from www.gnu.org.
11 %# 
12 %# This work is distributed in the hope that it will be useful, but
13 %# WITHOUT ANY WARRANTY; without even the implied warranty of
14 %# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 %# General Public License for more details.
16 %# 
17 %# Unless otherwise specified, all modifications, corrections or
18 %# extensions to this work which alter its source code become the
19 %# property of Best Practical Solutions, LLC when submitted for
20 %# inclusion in the work.
21 %# 
22 %# 
23 %# END LICENSE BLOCK
24 <& Elements/Header, Title => loc("Create a ticket") &>
25
26 <FORM ACTION="Display.html" METHOD="POST" ENCTYPE="multipart/form-data">
27 <INPUT TYPE=HIDDEN Name="id" VALUE="new">
28
29 <TABLE>
30 <TR>
31 <TD>
32 <&|/l&>Queue</&>:
33 </TD>
34 <TD>
35 <& /Elements/SelectNewTicketQueue, Verbose => 'True' &>
36 </TD>
37 </TR>
38 <TR>
39 <TD>
40 <&|/l&>Requestors</&>:
41 </TD>
42 <TD>
43 <INPUT Name="Requestors" Value="<%$session{CurrentUser}->EmailAddress%>" SIZE=20>
44 </TD>
45 </TR>
46 <TR>
47 <TD>
48 <&|/l&>Cc</&>:
49 </TD>
50 <TD>
51  <INPUT NAME="Cc" SIZE=20>
52 </TD>
53 </TR>
54 <TR>
55 <TD>
56 <&|/l&>Subject</&>:
57 </TD>
58 <TD>
59 <INPUT Name="Subject" SIZE=60 MAXSIZE=100 value="">
60 </TD>
61 </TR>
62 <TR>
63 <TD>
64 <&|/l&>Attach file</&>:
65 </TD>
66 <TD>
67 <INPUT Name="Attach" type=file>
68 </TD>
69 </TR>
70 <TR>
71 <TD COLSPAN=2>
72 <&|/l&>Describe the issue below</&>:<br>
73 <& /Elements/MessageBox &>
74 </TD>
75 </TR>
76 </TABLE>
77 <& /Elements/Submit, Label => loc("Create ticket")&>
78
79
80 </FORM>