-
Notifications
You must be signed in to change notification settings - Fork 0
/
ViewComplainAdmin.jsp
57 lines (56 loc) · 1.53 KB
/
ViewComplainAdmin.jsp
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
<%--
Document : ViewJob
Created on : Mar 26, 2018, 11:44:37 PM
Author : abc
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<% if((String)session.getAttribute("Name")==null)
{
response.sendRedirect("Login.jsp");
}
%>
<table>
<tr>
<table width="940" cellspacing="15" cellpadding="2S">
<tr>
<td>
<img src="team-avatar2.png" alt="User" style="width:20%">
</td>
<td>
<img src="team-avatar2.png" alt="User" style="width:20%">
</td>
</tr>
<tr>
<td>
<b>Missing Person Name :</b> <b><i>#</i></b>
</td>
<td>
<b>Request Accepted By :</b> <b><i>#</i></b> ON <b>#</b>
</td>
</tr>
<tr>
<td>
<b>Report Us ON :</b>
</td>
<td>
<b>Accepted By NGO On :</b>
</td>
</tr>
<tr>
<td>
</td>
<td>
<button style="align:center";"><a href="register.html">View Details</a></button>
</td>
</tr>
</table>
</tr>
</table>
</body>
</html>