%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>Notifications</h2></li> </ul> <div class="page-toolbar"> </div> </div> <!-- --> <div class=""> <!-- Search --> <div class="form-group form-inline"> <form ng-submit="cr.lists()"> <input type="text" name="k" class="form-control" ng-model="cr.sdata.k" placeholder="Search" /> <select class="form-control" ng-model="cr.sdata.type"> <option value="">Type (All)</option> <option>Payment_Made</option> </select> <input type="text" name="from_date" id="fromDate" class="form-control cal hasCal w130" placeholder="From Date" /> <input type="text" name="to_date" id="toDate" class="form-control cal hasCal w130" placeholder="To Date" /> <button type="submit" class="btn btn-info">Search</button> </form> </div> <!-- / --> <div ng-if="cr.result.length"> <div class="text-secondary bold mb10"> <div class="pull-left pdT5"> Showing {{cr.page.start+1}} - {{cr.page.start+cr.page.total}} of {{cr.page.total_records}} records. </div> <a href="" class="btn btn-xs purple pull-right" ng-click="cr.exportLists()"><i class="fa fa-file-excel-o"></i> Export</a> <div class="clearfix"></div> </div> <div class="table-responsive"> <table class="table table-striped table-bordered table-advance tablesm table-hover"> <thead> <tr class="uc"> <th class="w20">SN</th> <th class="w100">Type</th> <th>Message</th> <th class="w100">Datetime</th> </tr> </thead> <tbody class=""> <tr ng-repeat="(i,r) in cr.result"> <td>{{i+1}}.</td> <td>{{r.type}}</td> <td> <div ng-bind-html="renderHtml(r.msg)"></div> </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> <div class="modal" id="dataChangeModal" role="dialog" aria-hidden="true" data-backdrop="static"> <div class="modal-dialog modal-full" style="width: 1200px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button> <h4 class="modal-title">Data Change Info</h4> </div> <div class="modal-body"> <div class="alert alert-warning"> <div class="pb3">Date: {{cr.dtl.created}}</div> <div ng-bind-html="renderHtml(cr.dtl.msg)"></div> </div> <div class="table-responsive"> <table class="table table-striped table-bordered table-advance tablesm table-hover"> <thead> <tr class="uc"> <th class="nowrap" style="min-width: 150px;">Data Key</th> <th>Before Change</th> <th>After Change</th> </tr> </thead> <tbody class=""> <tr ng-repeat="(k,v) in cr.dtl.before_change"> <td>{{k}}</td> <td ng-bind-html="renderHtml(v)"></td> <td ng-bind-html="renderHtml(cr.dtl.after_change[k])"></td> </tr> </tbody> </table> </div> </div> <div class="modal-footer"> <button type="button" class="btn dark btn-outline" data-dismiss="modal">Close</button> </div> </div> </div> </div>