Subversion Repositories SmartDukaan

Rev

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

<style>
  .detail {
      width:50px;
  }

</style>

<section class="wrapper">
    <div class="row">
        <div class="col-lg-12">
            <h3 class="page-header">
                <i class="icon_document_alt"></i>Partner Critical Matrix
            </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>Partner Critical Matrix</li>
                <!--Training Video -->
           </ol>
        </div>
    </div>
    
        <div id="filter-details" style="background:white;background-color:white;padding:10px;">
                        <h4 class="modelHeaderCustom" style="font-size:22px;">Retailer Filter</h4>
                        <div>
                                <div class = "row">
                                        <div class="col-lg-2 form-group">
                                                <input type="checkbox"  id="credit"  name="credit">
                             <label> Credit- Due/Default </label>       
                                        </div>
                                        
                                        <div class="col-lg-2 form-group">
                                                <input type="checkbox"  id="billing"  name="billing">
                             <label> Billing To Deliver </label>        
                                        </div>
                                        
                                        <div class="col-lg-2 form-group">
                                                <input type="checkbox"  id="investment"  name="investment">
                             <label> Investment- Lower Than </label>    
                                <input class="detail" type="number" value="$retailerFilterModel.getInvestmentPct()" id="investmentvalue"  name="investmentvalue">%
                    
                                        </div>
                                        
                                     <div class="col-lg-2 form-group">
                                                <input type="checkbox"  id="secondary"  name="secondary">
                             <label> Last Secondary- </label>   
                        <input class="detail" type="number" value="$retailerFilterModel.getSecondaryDays()"  id="secondaryvalue"  name="secondaryvalue"> days
                    
                                        </div>
                                </div>
                                
                                <div class = "row">             
                                   <div class="col-lg-2 form-group">
                                                <input type="checkbox"  id="tertiary"  name="tertiary">
                             <label> Last Tertiary- </label>    
                         <input class="detail" type="number" value="$retailerFilterModel.getTertiaryDays()" id="tertiaryvalue"  name="tertiaryvalue"> days
                    
                                        </div>
                                        
                                        
                                   <div class="col-lg-2 form-group">
                                                <input type="checkbox"  id="mtds"  name="mtds">
                             <label>MTD Secondary < LMTD  </label>      
                         <input class="detail" type="number" value="$retailerFilterModel.getMtdsPct()"  id="mtdsvalue"  name="mtdsvalue">%
                    
                                        </div>
                                        
                                 <div class="col-lg-2 form-group">
                                                <input type="checkbox"  id="mtdt"  name="mtdt">
                             <label>MTD Tertiary < LMTD  </label>       
                            <input class="detail" type="number" value="$retailerFilterModel.getMtdtPct()"  id="mtdtvalue"  name="mtdtvalue"> %
                    
                                        </div>
                                        
                                   <div class="col-lg-2 form-group">
                                                <input class="btn btn-primary filters" type="button" value="Submit">    
                                        </div>
                                        
                                           <div class="col-lg-3 form-group" style = "float:right">
                                                <input class="btn btn-primary default-email-val" type="button" value="Default Value">   
                                        </div>
                          </div>
                          </div>
                          
                          
                <div class="filtered-partner-performance-container">
                </div>   
         
</section>