You are on page 1of 4

Document : library

<%@page contentType="text/html" pageEncoding="UTF-8"%>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<jsp:include page="headerAdmin.jsp"></jsp:include>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Library</title>
</head>
<style>

body {

margin: 0px;
text-align:center;
background-image: url(image/backf.jpg);
background-repeat: repeat-x -y;
background-position: 50% 0;
}</style>
<body><table broder="2">
<tr>
<td>
<img src="lib/18.JPG"width="450" height="450">
</td>
<td>

<table width="100%" border="0" background="" cellpadding="2"


cellspacing="2"background="lib/13.JPG">

<tr>
<td >&nbsp;
<marquee onmouseover=this.stop(); onmouseout=this.start();>
<font color="black" face="Verdana, Arial, Helvetica, sans-serif" size="2">
<img src="lib/11.JPG"width="150" height="150">
<img src="lib/12.JPG" width="150" height="150">
<img src="lib/22.JPG" width="150" height="150">

</font>
</marquee>
</td>

</tr>
<tr>
<td >&nbsp;
<marquee onmouseover=this.stop(); onmouseout=this.start();>
<font color="black" face="Verdana, Arial, Helvetica, sans-serif" size="2">
<img src="lib/14.JPG" width="150" height="150">
<img src="lib/15.JPG" width="150" height="150">
<img src="lib/21.JPG" width="150" height="150">

</font>

</marquee>
</td>

</tr>
<tr>
<td >&nbsp;
<marquee onmouseover=this.stop(); onmouseout=this.start();>
<font color="black" face="Verdana, Arial, Helvetica, sans-serif" size="2">
<img src="lib/19.JPG" width="150" height="150">
<img src="lib/13.JPG" width="150" height="150">
<img src="lib/20.JPG" width="150" height="150">

</font>
</marquee>
</td>

</tr>
</table></td>
</tr><tr>
<td align="center">
<b>Mr. Sanjay Shukla<br></b><font color="gray">(Library Head)</font>
</td>
</tr>
</table>

<hr width="100%" size="4" color="maroon" align="center">


</body>
</html>
<jsp:include page="adminfooter.jsp"></jsp:include>

You might also like