-
Notifications
You must be signed in to change notification settings - Fork 0
/
visitor.jsp
48 lines (46 loc) · 1.86 KB
/
visitor.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
<%@ 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">
<%
String v6=new String("");
v6=(String)session.getAttribute("uuid");
%>
<html>
<head>
<title>user option</title>
<link href="../binary/rules.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body background="../images/bg_home.gif">
<p align="left">
<img src="../images/logom.gif" width="157" height="160"><img src="../images/tiharm.gif"> <img src="../images/ppbg.gif" width="842" height="153"></p>
<p align="right"> </p>
<p align="right"> </p>
<table width="98%" >
<tr>
<th width="15%" height="96"><p align="center"><font size="6" color="#FF0088"><img src="../images/images3.jpg" width="121" height="149"></font></p></th>
<td align="center" width="71%"><h3 align="center"> </h3>
<h3 align="center">The following choices are available for Visitor:</h3>
<p> </p>
<table align="center" class="xtra_menu_Links">
<tr>
<td> <a href="visitregis.jsp">|Visitor Registration|</a></td>
<td> <a href="visittime.jsp">|Visit information|</a></td>
<td> <a href="reformation.jsp">|Prisoner Reformation|</a></td>
<td> <a href="mailto:[email protected]">|Send mail|</a></td>
<td> <a href="term.jsp">|Terms and Condition|</a></td>
<td>
</tr>
</table>
<br> <p> </p>
<p> </p>
<td width="14%" align="right"><img src="../images/images2.jpg"></td>
</tr>
</table>
<p align="center"><%@include file="footer.jsp"%></p>
<h3 align="center"><br>
<br>
</h3>
<marquee><p align="center"> </p>
</marquee>
</body>
</html>