This commit was generated by cvs2svn to compensate for changes in r2523,
[freeside.git] / rt / webrt / SelfService / Create.html
1 %# $Header: /home/cvs/cvsroot/freeside/rt/webrt/SelfService/Attic/Create.html,v 1.1 2002-08-12 06:17:09 ivan Exp $
2 %# Copyright 1996-2001 Jesse Vincent <jesse@fsck.com>
3
4 <& Elements/Header, Title => "Create a request" &>
5
6
7 <FORM ACTION="Display.html" METHOD="POST" ENCTYPE="multipart/form-data">
8 <INPUT TYPE=HIDDEN Name="id" VALUE="new">
9 <& /Elements/TitleBoxStart, contentbg => "#cccccc", title => "Create a new ticket" &>
10
11 <TABLE>
12 <TR>
13 <TD>
14 Queue:
15 </TD>
16 <TD>
17 <& /Elements/SelectNewTicketQueue, Verbose => 'True' &>
18 </TD>
19 </TR>
20 <TR>
21 <TD>
22 Requestors: 
23 </TD>
24 <TD>
25 <INPUT Name="Requestors" Value="<%$session{CurrentUser}->EmailAddress%>" SIZE=20>
26 </TD>
27 </TR>
28 <TR>
29 <TD>
30 Cc:
31 </TD>
32 <TD>
33  <INPUT NAME="Cc" SIZE=20>
34 </TD>
35 </TR>
36 <TR>
37 <TD>
38 Subject:
39 </TD>
40 <TD>
41 <INPUT Name="Subject" SIZE=60 MAXSIZE=100 value="">
42 </TD>
43 </TR>
44 <TR>
45 <TD>
46 Attach file:
47 </TD>
48 <TD>
49 <INPUT Name="Attach" type=file>
50 </TD>
51 </TR>
52 <TR>
53 <TD COLSPAN=2>
54 Describe the issue below:<br>
55 <& /Elements/MessageBox &>
56 </TD>
57 </TR>
58 </TABLE>
59 <& /Elements/TitleBoxEnd &>
60 <& /Elements/Submit, Label => "Create ticket"&>
61
62
63 </FORM>