Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<section class="wrapper">
        <div class="row">
                <div class="col-lg-12">
                        <h3 class="page-header">
                                <i class="icon_document_alt"></i>Samsung Upgrade Offer
                        </h3>
                        <ol class="breadcrumb">
                                <li><i class="fa fa-home"></i><a
                                        href="${rc.contextPath}/dashboard">Home</a></li>
                                <li><i class="icon_document_alt"></i>Samsung Upgrade Offer</li>
                        </ol>
                </div>
        </div>
        

        
        
                 <div class="col-lg-12">
        <table class="table table-border table-condensed table-bordered" id="upgrade-table" style="width:100%">

            <thead style="background:#F5F5F5;">

            <tr>
            
                <th>Name</th>
                <th>Mobile Number</th>
                <th>Email</th>
                <th>Old Imei</th>
                <th>New Imei</th>
                <th>Quote Id</th>
                <th>Order Id</th>
                    <th>Status</th>
                    <th>Action</th>
                    <th></th>
                  
                    
            </tr>
            </thead>
            <tbody>
                #foreach($suo in $samsungUpgradeOffers )
               
                <tr>
                   #parse("samsung-upgrade-offer-index.vm")

                </tr>
            
                #end

            </tbody>

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



<script  type="text/javascript">

    $(document).ready(function () {             
      var dtable = $('#upgrade-table').DataTable({
            "scrollX": true,
                    orderCellsTop: true,
                    fixedHeader: true
                    });
    });
      
</script>