Rev 33927 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<link href="https://cdn.datatables.net/fixedcolumns/3.3.0/css/fixedColumns.bootstrap.css" rel="stylesheet"/><section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header">DMS CODE</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>DMS Code</li></ol></div></div><div id="download-pdm-report-container" style="float: right;border:thin;margin-right: 30px"><div><select name="brandName" style="width: 110px ; height: 26px;margin-right: 10px"><option value="" disabled selected>Select Brand</option>#foreach($brand in $brands)<option value="$brand">$brand</option>#end</select><button type="button" class="btn-success" id="download-pdm-report">Download Report</button></div></div><div class="col-lg-12"><table class="table table-border table-condensed table-bordered" id="partnerDealerMapping" style="width:100%"><thead class="row htable" style="background:#F5F5F5;"><tr style="color:black;"><th>Id</th><th>Outlet Name</th><th>Phone Number</th><th>City</th><th>Code</th>#foreach($brand in $brands)<th>$brand</th>#end<th>Commitments</th><th>Submit</th></tr></thead><tbody>#foreach($pob in $partnerOnBoardingPanels )#if($pob.getHoldTimestamp())<tr class="dealer-mapping-hold">#parse("partner-dealer-mapping-index.vm")</tr>#else<tr>#parse("partner-dealer-mapping-index.vm")</tr>#end#end</tbody></table></div></section><div class="modal fade" id="nocUploadModal" role="dialog"><div class="modal-dialog modal-lg" style="max-width: 85%; width: auto;"><!-- Modal content--><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal">×</button></div><div class="modal-body" style="width: 100% ;align-items: center"><div id="nocUploadBody">## dynemic model bodies</div></div><div class="modal-footer"><button type="button" class="btn btn-default" data-dismiss="modal">Close</button></div></div></div></div><script type="text/javascript">$('#partnerDealerMapping').DataTable({"order": [[0, 'desc']]});</script>