Current File : //home/obabain/khb_obaba_in/Dashboard.jsp
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
           <%@ include file="Connection.jsp" %>
    
<!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>Insert title here</title>
<style>
    body{
    background: #eee;
}
span{
    font-size:15px;
}
a{
  text-decoration:none; 
  color: #0062cc;
  border-bottom:2px solid #0062cc;
}
.box{
    padding:60px 0px;
}

.box-part{
    background:#FFF;
    border-radius:0;
    padding:60px 10px;
    margin:30px 0px;
}
.text{
    margin:20px 0px;
}

.fa{
     color:#4183D7;
}
    </style>
</head>
<%@include file="master.jsp" %>

<body>

<div class="row">

 

    
          <div class="col-md-9">
            <!-- Vista r�pida del sitio -->
            <div class="panel panel-default">
              <div class="panel-heading main-color-bg">
                <h3 class="panel-title">Quick Views</h3>
              </div>
              <div class="panel-body">
                <div class="row">
             <div class="col-md-3">
                  <div class="well dash-box">
                    <h2><img src="img/mass.png" style="height:85px;"></h2>
                    <h4>Master Data</h4>
                    <a href=""> <button type="button" class="btn btn-info">View</button></a>                
                  </div>
                  
                </div>
                  <div class="col-md-3">
                  <div class="well dash-box">
                    <h3><img src="img/comm.jpg" style="height:76px;" ></h3>
                    <h4>Commissioner Monitoring</h4>
                    <a href=""> <button type="button" class="btn btn-info">View</button></a>                
                  </div>
                </div>
               <div class="col-md-3">
                  <div class="well dash-box">
                    <h2><img src="img/comm.jpg" style="height:80px;" > </h2>
                    <h4>ADTP</h4>
                    <a href=""> <button type="button" class="btn btn-info">View</button></a>                
                  </div>
                </div>
            
                    <div class="col-md-3">
                  <div class="well dash-box">
                    <h3><img src="img/comm.jpg" style="height:80px;" > </h3>
                    <h4>DGM(CS)</h4>
                    <a href=""> <button type="button" class="btn btn-info">View</button></a>                
                  </div>
                </div>
              </div>
                 <div class="row">
               
                    <div class="col-md-3">
                  <div class="well dash-box">
                    <h3><img src="img/comm.jpg" style="height:80px;" > </h3>
                    <h4>COF</h4>
                    <a href="#"> <button type="button" class="btn btn-info">View</button></a>                
                  </div>
                </div> 
                
                 <div class="col-md-3">
                  <div class="well dash-box">
                    <h3><img src="img/comm.jpg" style="height:80px;" > </h3>
                    <h4>System Analyst</h4>
                    <a href=""> <button type="button" class="btn btn-info">View</button></a>                
                  </div>
                </div> 
                 <div class="col-md-3">
                  <div class="well dash-box">
                    <h3><img src="img/alot.png" style="height:80px;" ></h3>
                    <h4>Allotment Details</h4>
                    <a href="#"> <button type="button" class="btn btn-info">View</button></a>                
                  </div>
                </div> 
                 <div class="col-md-3">
                  <div class="well dash-box">
                    <h3><img src="img/set.png" style="height:80px;"  > </h3>
                    <h4>Settings</h4>
                    <a href="#"> <button type="button" class="btn btn-info">View</button></a>                
                  </div>
                </div> 
                </div>
                
              </div>
              </div>

            
          </div>
        </div>
















</body>
</html>