-
Notifications
You must be signed in to change notification settings - Fork 0
/
agApeChat.php
144 lines (141 loc) · 2.58 KB
/
agApeChat.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-style-type" content="text/css">
<title>
</title>
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
</style>
</head>
<body>
<p class="p1">
<form action="agApeChatSession.php" method="POST">
</p>
<p class="p1">
<fieldset>
</p>
<p class="p1">
<legend>Representative Details
</legend>
</p>
<p class="p1">
<p style="margin-left:70px">
</p>
<p class="p1">
<label>
<strong>userName:
</strong>
</label>(required)
<br/>
</p>
<p class="p1">
<input type="text" name="username" value="" <span class="Apple-converted-space">
</span>
</p>
<p class="p1">
</p>
</p>
<p class="p1">
<p style="margin-left:70px">
</p>
<p class="p1">
<label>
<strong>E-mail:
</strong>
</label>(required)
<br/>
</p>
<p class="p1">
<input type="text" name="email" value=""/>
</p>
<p class="p1">
</p>
</p>
<p class="p1">
<label>
<strong>Agent to Speak with:
</strong>
</label>
<br/>
</p>
<p class="p1">
</p>
<br/>
</p>
<p class="p1">
<select name="agent" value="">
<option value="maanas">maanas</option>
<option value="mike">mike</option>
<option value="GOD">GOD</option>
</select>
</p>
<p class="p1">
<p style="margin-left:70px">
</p>
<p class="p1">
</fieldset>
</p>
<p class="p1">
<fieldset>
</p>
<p class="p1">
<legend>Issue Details
</legend>
</p>
<p class="p1">
<label>
<strong>Type:
</strong>
</label>
<br/>
</p>
<p class="p1">
<select name="issue" value="">
<option value="General">General</option>
<option value="Technical">Technical</option>
<option value="Support">Support</option>
</select>
</p>
<p class="p1">
</p>
<br/>
</p>
<p class="p1">
<p style="margin-left:70px">
</p>
<p class="p1">
<label>
<strong>Description:
</strong>
</label>(required)
<br/>
</p>
<p class="p1">
<textarea name="description" rows="7" cols="50">
</textarea>
</p>
<p class="p1">
</p>
</p>
<p class="p1">
</p>
</p>
<p class="p1">
<p style="margin-left:70px">
</p>
<p class="p1">
<input class="button" name="submit" type="submit" value="Get Support"/>
</p>
<p class="p1">
</p>
</p>
<p class="p1">
</fieldset>
</p>
<p class="p1">
</form>
</p>
</body>
</html>