Subversion Repositories SmartDukaan

Rev

Rev 30232 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

     
                          <div class="col-lg-9">
                          <button type="button" class="incomeHidden" hidden>My Button</button>
                          
                             <div class="info-box light-salmon-bg" style="height: 145px;" >
                               <i class="fas fa-coins"></i>
                                  <h3 style="margin-top:-2px;margin-bottom:12px"><strong>MY INCOME :</strong>
                                 
                                                          <select id = "month-wish-total-income"  name="month-wish-total-income" placeholder="months" style="margin:auto;">
                                                                    <option value="" disabled selected>month</option>
                                                                        #foreach($mVM in $monthValueMap.entrySet())
                                                                                #if($mVM.getKey()== $month )
                                                                <option value="$mVM.getKey()" selected>$mVM.getValue()</option>
                                                                #else
                                                                <option value="$mVM.getKey()">$mVM.getValue()</option>
                                                                #end
                                                        #end
                                                           </select> 
                                                     
                                  </h3>
                                 <div class="col-lg-3">
                                   <div style="margin-top:10px" class="count currency">$totalIncome</div>
                                   <div class="title" style="margin-left:5px;">Total Income</div>    
                                 </div>
                                 <div class="col-lg-2">
                                     <i class="fk_more fa fa-angle-double-right flash" style="margin: -6px;"></i>   
                                 </div>
                                 <div class="col-lg-2">
                                   <div style="margin-top:8px" class="count currency">$creditedIncome</div>
                                   <div class="title credit-income" style="margin-left:5px; cursor:pointer;">Credited Income</div>
                                 </div>
                                 <div class="col-lg-2">
                                   <div style="margin-top:8px" class="count currency">$pendingTotalIncome</div>
                                   <div class="title" style="margin-left:5px; cursor:pointer;" >Pending Income</div>
                                 </div>
                              </div>   
                           </div>