-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.jsp
80 lines (77 loc) · 3.15 KB
/
home.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.unnamed1 {FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
-->
</style>
</head>
<body background="../images/exptextb.jpg">
<table width="98%" >
<tr>
<th width="15%" height="96"><p align="center"><img src="../images/logo.gif" width="172" height="190"></p></th>
<td align="center" width="71%"><p><font size="6" color="#FF0088"></font></p>
<p> <img src="../images/tiharm.gif"></p>
<p> </p>
<td width="14%" align="left"><img src="../images/image1.jpg"></td>
</tr>
</table>
<table width="100%" height="257">
<tr valign="top">
<td width="32%" height="24" align="center"> <p> </p>
<p><strong><marquee>For Welfare of Prisoners</marquee></strong></p> <p><b>We Accept</b> </p>
<p><img src="../images/cards.gif" width="131" height="100"> </p>
<p><img src="../images/verisign.jpg" width="126" height="62"></p>
<p> </p>
<TABLE width="100%" border=0>
<TBODY>
<TR>
<TD bgColor=#ce0106>
<DIV class=unnamed1 align=center><B><FONT color=#ffffff>On Line Support</FONT></B></DIV></TD>
</TR>
</TBODY>
</TABLE>
<p><img src="../images/onlinesupport.jpg" width="142" height="104"></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td><td width="48%" valign="top"> <p> </p>
<table width="247" align="center">
<tr>
<td width="63" align="center"><a href="contactus.jsp">ContactUs</a></td>
<td width="80" align="center"><a href="feedback.jsp">FeedBack</a></td>
<td width="88" align="center"><a href="aboutus.jsp">About Us</a></td>
</tr>
</table>
<table align="center" cellspacing="10" class="mainLink" bgcolor="#999999">
<tr>
<hr color="#CCCCCC" width=90%>
<br>
<td align="center"><a href="prisonerlogin.jsp">Prisoners</a></td>
<td align="center"><a href="visitor.jsp">Visitors</a></td>
<td align="center"><a href="jailer.jsp">Administrators</a></td>
</tr>
</table>
<p> </p>
<p align="center"><img src="../images/build.jpg"></p>
<p align="center"><img src="../images/AR_Page03[1].jpg"></p>
</td>
<td width="20%" valign="top" background=""><p> </p>
<p><strong> Tihar Reforms </strong></p> <p align="center"><img src="../images/r6.jpg"></p>
<p align="center"><img src="../images/r0.jpg"></p>
<p align="center"><img src="../images/r9.jpg"></p>
<p align="center"><img src="../images/r10.jpg"></p>
<p align="center"><img src="../images/untitled.bmp"></p></td>
</tr>
</table>
<p> </p>
<p align="center"> </p>
<p> </p>
<p align="center"> </p>
</body>
</html>