%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<div class="page-bar"> <ul class="page-breadcrumb uc"> <li><h2>Report - Api Leads</h2></li> </ul> <div class="page-toolbar"> <a href="" class="btn purple" ng-click="cr.exportList()"><i class="fa fa-file-excel-o"></i> Export</a> </div> </div> <!-- --> <div> <!-- Search --> <div class="form-group"> <form ng-submit="cr.lists()"> <div class="d-flex fc-sm"> <div class="my-auto mr5" ng-if="!isPublisher"> <select class="form-control" ng-model="cr.sdata.publisher_id" style="width:100%;"> <option value="">--Publisher (All)--</option> <option ng-repeat="r in cr.publishers" value="{{r.id}}">{{r.name}}</option> </select> </div> <div class="my-auto mr5"> <select class="form-control" ng-model="cr.sdata.status" style="width:100%;"> <option>SUCCESS</option> <option>REJECTED</option> </select> </div> <div class="my-auto mr5"> <select class="form-control" ng-model="cr.sdata.rejection_code" style="width:100%;"> <option value="">--Reject Reason--</option> <option value="405">Duplicate lead</option> <option value="406">State not allowed</option> <option value="407">Crossed daily limit</option> <option value="403">Error</option> </select> </div> <div class="my-auto mr5"> <input type="text" ng-model="cr.sdata.from_date" class="form-control cal hasCal w120" placeholder="From" /> </div> <div class="my-auto mr5"> <input type="text" ng-model="cr.sdata.to_date" class="form-control cal hasCal w120" placeholder="To" /> </div> <div class="my-auto mr5"> <input type="text" ng-model="cr.sdata.k" class="form-control w150" placeholder="Search" /> </div> <div class="my-auto"> <button type="submit" class="btn btn-info">Search</button> </div> </div> </form> </div> <!-- / --> <div ng-if="cr.result.length"> <div class="text-secondary bold mb10"> <div class="pull-left"> Showing {{cr.page.start+1}} - {{cr.page.start+cr.page.total}} of {{cr.page.total_records}} records. </div> <div class="clearfix"></div> </div> <div class="table-responsive"> <table class="table table-striped table-bordered table-advance tablesm table-hover"> <thead class="vmid uc"> <tr> <th class="w20">SN</th> <th ng-if="!isPublisher">Publisher</th> <th>State</th> <th>Mobile</th> <th>Email</th> <th>Name</th> <th>Program</th> <th>Plan</th> <th>Status</th> <th>Code</th> <th>Msg</th> <th>Created</th> </tr> </thead> <tbody> <tr ng-repeat="(i,r) in cr.result"> <td>{{i+cr.page.start+1}}.</td> <td ng-if="!isPublisher">{{r.publisher}}</td> <td>{{r.state_code}}</td> <td>{{r.mobile}}</td> <td>{{r.email}}</td> <td>{{r.name}}</td> <td>{{r.program_name}}</td> <td>{{r.plan_name}}</td> <td>{{r.status}}</td> <td>{{r.rejection_code}}</td> <td>{{r.rejection_msg}}</td> <td class="nowrap">{{r.created}}</td> </tr> </tbody> </table> </div> <div class="bold" ng-show="cr.page.total_pages>1"> <div dir-paging fn="cr.lists" pageob="cr.page"></div> </div> </div> <div class="text-center text-default pd20" ng-if="!cr.result.length">No record found.</div> </div>