Current File : //home/obabain/anms_obaba_in/Purchase.jsp
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Purchase</title>
</head>
<body>
<%@include file="master.jsp" %>
<div class="container-fluid">
<div class="row">
<section id="main">
<div class="container">
<div class="row">
<div class="col-md-11">
<div class="panel panel-default">

</div>
</div>
</div>
</div>
</section>

</div>

</div>
<%@include file="footer.jsp" %>
</body>
</html>