-
Notifications
You must be signed in to change notification settings - Fork 0
/
makeComplain.php
46 lines (42 loc) · 1.76 KB
/
makeComplain.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
<form action="process.php?action=makeComplain" method="post">
<table width="600" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#336699" class="entryTable">
<tr id="entryTableHeader">
<td>:: Make Complains ::</td>
</tr>
<tr>
<td class="contentArea"><div class="errorMessage" align="center"></div>
<table width="100%" border="0" cellpadding="2" cellspacing="1" class="text">
<tr align="center">
<td colspan="2"> </td>
</tr>
<tr class="entryTable">
<td class="label"> Complain Type </td>
<td class="content">
<select name="compType" class="box">
<option value="hardware">Hardware Failure / Replacement</option>
<option value="software">Software Installation / Upgradation</option>
<option value="network">Netword / LAN / Internet Problem</option>
</select> </tr>
<tr class="entryTable">
<td class="label"> Complain Title </td>
<td class="content"><input name="compTitle" type="text" class="box" id="compTitle" value="" size="50" maxlength="100" /></td>
</tr>
<tr class="entryTable">
<td valign="top" class="label"> Complain Description .</td>
<td class="content"><textarea name="compDesc" cols="50" rows="6" class="box" id="compDesc"></textarea></td>
</tr>
<tr>
<td width="200"> </td>
<td width="372"> </td>
</tr>
<tr>
<td> </td>
<td><input name="btnLogin" type="submit" id="btnLogin" value=" Make Complain "></td>
</tr>
</table></td>
</tr>
</table>
</form>
<p> </p>
<p> </p>
<p> </p>