"enquiry bs3"
Bootstrap 3.3.0 Snippet by jeevan123456

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="#" crossorigin="anonymous"> <div class="container"> <div class="row"> <div class="col-md-3 "> <div class="list-group-hover sidebar-widget-1"> <ul class="list-unstyled"> <li><a href="dashboard.html" class="list-group-item bg-active"><i class="fa fa-tachometer"></i> Dashboard <span class="badge">12</span> </a></li> <li><a href="my-profile.html" class="list-group-item"><i class="fa fa-user"></i> My Profile</a> </li> <li><a href="my-listings.html" class="list-group-item"><i class="fa fa-list"></i> My Listings</a> </li> <li><a href="my-enquiry.html" class="list-group-item"><i class="fa fa-envelope"></i> My Enquiry</a> </li> <li><a href="add-business.html" class="list-group-item"><i class="fa fa-plus-square"></i> Add Business</a> </li> <li><a href="login.html" class="list-group-item"><i class="fa fa-key"></i> Login</a> </li> <li><a href="signup.html" class="list-group-item"><i class="fa fa-user-plus"></i> Signup</a> </li> <li><a href="account-settings.html" class="list-group-item"><i class="fa fa-wrench"></i> Account Settings</a> </li> <li><a href="change-password.html" class="list-group-item"><i class="fa fa-lock"></i> Change Password</a> </li> <li><a href="listings-page.html" class="list-group-item"><i class="fa fa-angle-double-right"></i> Listings Page</a> </li> <li><a href="product-page.html" class="list-group-item"><i class="fa fa-angle-double-right"></i> Product Page</a> </li> <li><a href="logout.html" class="list-group-item"><i class="fa fa-power-off"></i> Log Out</a> </li> </ul> </div> </div> <div class="col-md-9"> <div class="row"> <div class="col-md-12"> <div class="panel frame-default"> <div class="frame-heading bg-grey-1"> <h4>Enquiry</h4> </div> <div class="panel-body"> <div class="row"> <div class="col-md-12"> <table class="table table-hover"> <thead> <tr> <th> <label class="checkbox-inline"><input type="checkbox" value="">.</label></th> <th>Reg.No</th> <th>Brand</th> <th>Model</th> <th>Location</th> <th>Name</th> <th>Contact No.</th> <th>Date</th> <th>Email</th> <th>Status</th> </tr> </thead> <tbody> <tr> <td> <label class="checkbox-inline"><input type="checkbox" value="">1</label> </td> <td><a href="#">ML-5464</a></td> <td>Honda</td> <td>CRV</td> <td>New Delhi</td> <td>John</td> <td>887754869</td> <td>24-May-18</td> <td>john@example.com</td> <td> <div class="form-group"> <div class="col-xs-8"> <select id="select" name="select" class="select form-control"> <option value="Not Interested">Not Interested</option> <option value="Interested">Interested</option> <option value="Followup">Followup</option> </select> </div> </div> </td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="panel frame-default"> <div class="frame-heading bg-grey-1"> <h4>New Car Dealer</h4> </div> <div class="panel-body"> <div class="row"> <div class="col-md-12"> <table class="table table-hover"> <thead> <tr> <th> <label class="checkbox-inline"><input type="checkbox" value="">.</label></th> <th>Reg.No</th> <th>Brand</th> <th>Model</th> <th>Location</th> <th>Name</th> <th>Contact No.</th> <th>Date</th> <th>Email</th> <th>Status</th> </tr> </thead> <tbody> <tr> <td> <label class="checkbox-inline"><input type="checkbox" value="">1</label> </td> <td><a href="#">ML-5464</a></td> <td>Honda</td> <td>CRV</td> <td>New Delhi</td> <td>John</td> <td>887754869</td> <td>24-May-18</td> <td>john@example.com</td> <td> <div class="form-group"> <div class="col-xs-8"> <select id="select" name="select" class="select form-control"> <option value="Not Interested">Not Interested</option> <option value="Interested">Interested</option> <option value="Followup">Followup</option> </select> </div> </div> </td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="panel frame-default"> <div class="frame-heading bg-grey-1"> <h4>Used Car Dealer</h4> </div> <div class="panel-body"> <div class="row"> <div class="col-md-12"> <table class="table table-hover"> <thead> <tr> <th> <label class="checkbox-inline"><input type="checkbox" value="">.</label></th> <th>Reg.No</th> <th>Brand</th> <th>Model</th> <th>Location</th> <th>Name</th> <th>Contact No.</th> <th>Date</th> <th>Email</th> <th>Status</th> </tr> </thead> <tbody> <tr> <td> <label class="checkbox-inline"><input type="checkbox" value="">1</label> </td> <td><a href="#">ML-5464</a></td> <td>Honda</td> <td>CRV</td> <td>New Delhi</td> <td>John</td> <td>887754869</td> <td>24-May-18</td> <td>john@example.com</td> <td> <div class="form-group"> <div class="col-xs-8"> <select id="select" name="select" class="select form-control"> <option value="Not Interested">Not Interested</option> <option value="Interested">Interested</option> <option value="Followup">Followup</option> </select> </div> </div> </td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="panel frame-default"> <div class="frame-heading bg-grey-1"> <h4>Comments</h4> </div> <div class="panel-body"> <div class="row"> <div class="col-md-12"> <table class="table table-hover"> <thead> <tr> <th> <label class="checkbox-inline"><input type="checkbox" value="">.</label></th> <th>Reg.No</th> <th>Brand</th> <th>Model</th> <th>Location</th> <th>Name</th> <th>Contact No.</th> <th>Date</th> <th>Email</th> <th>Status</th> </tr> </thead> <tbody> <tr> <td> <label class="checkbox-inline"><input type="checkbox" value="">1</label> </td> <td><a href="#">ML-5464</a></td> <td>Honda</td> <td>CRV</td> <td>New Delhi</td> <td>John</td> <td>887754869</td> <td>24-May-18</td> <td>john@example.com</td> <td> <div class="form-group"> <div class="col-xs-8"> <select id="select" name="select" class="select form-control"> <option value="Not Interested">Not Interested</option> <option value="Interested">Interested</option> <option value="Followup">Followup</option> </select> </div> </div> </td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="panel frame-default"> <div class="frame-heading bg-grey-1"> <h4>My Listings</h4> </div> <div class="panel-body"> <div class="row"> <div class="col-md-12"> <table class="table table-hover"> <thead> <tr> <th> <label class="checkbox-inline"><input type="checkbox" value="">.</label></th> <th>Reg.No</th> <th>Brand</th> <th>Model</th> <th>Location</th> <th>Name</th> <th>Contact No.</th> <th>Date</th> <th>Email</th> <th>Status</th> </tr> </thead> <tbody> <tr> <td> <label class="checkbox-inline"><input type="checkbox" value="">1</label> </td> <td><a href="#">ML-5464</a></td> <td>Honda</td> <td>CRV</td> <td>New Delhi</td> <td>John</td> <td>887754869</td> <td>24-May-18</td> <td>john@example.com</td> <td> <div class="form-group"> <div class="col-xs-8"> <select id="select" name="select" class="select form-control"> <option value="Not Interested">Not Interested</option> <option value="Interested">Interested</option> <option value="Followup">Followup</option> </select> </div> </div> </td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div> </div> </div> </div>
p {line-height:22px; letter-spacing:0.5px;} * {-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important; border-radius: 0 !important;} .frame-default {border-color: #e4e4e4;} .frame-heading {color: #333;border-color: #ddd; padding: 1px 15px; border-bottom: 1px solid #dd0000;} .bg-grey-1 {background:#ededed; color:#333 !important;}

Related: See More


Questions / Comments: