Subversion Repositories SmartDukaan

Rev

Rev 23181 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<style>
        .table-striped > tbody > tr:nth-child(odd) > td{
  background: white;
  background-color: white;
}
.table-striped > tbody > tr:nth-child(even) > td{
  background: white;
  background-color:white;
}
.table-striped > tbody > tr:hover > td,
        .table-striped > tbody > tr:hover {
          background-color: #e98c8f;
          color:white;
        }
        .btn:hover{
        color: grey;
        text-decoration: none;
        }
        .btn-primary:hover{
        color: grey;
        text-decoration: none;
        }
</style>
<section class="wrapper">            
        <div class="row">
                <div class="col-lg-12">
                        <h3 class="page-header"><i class="icon_desktop"></i>INVENTORY</h3>
                        <ol class="breadcrumb">
                                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
                                <li><i class="icon_desktop"></i>BAD</li>                                                        
                        </ol>
                </div>
        </div>
        
         <div id="bad-inventory-search">
        <div class="row">
                <div class="col-lg-12">
                <div class="col-md-3 col-sm-3 col-xs-12 form-group pull-right top_search">
                  <div class="input-group">
                    <input type="text" class="form-control" id="bad-inventory-search-text"" placeholder="Search for product..." value="$searchTerm" />
                    <span class="input-group-btn">
                      <button class="btn btn-primary submit" id="bad-inventory-search-button" type="button">Go!</button>
                    </span>
                  </div>
                </div>
              </div>
         </div>
        </div>
         <div id="bad-inventory-table">
                 <div class="row">
                        <div class="col-lg-12">
                                <table class="table table-striped table-advance table-hover">
                                        <tbody>
                                                <tr>
                                                        <th>Item Code</th>
                                                        <th>Brand</th>
                                                        <th>Model Name</th>
                                                        <th>Model Number</th>
                                                        <th>Color</th>
                                                        <th>Type</th>
                                                        <th>Quantity</th>
                                                </tr>
                                                        <tr>
                                                                <td colspan="7" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
                                                        </tr>
                                        </tbody>
                                </table>
                        </div>
                </div>
        </div>
</section>