%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="modal bs-modal-lg in modal-scroll" id="dsFormModal" tabindex="-1" role="dialog" aria-hidden="true" data-backdrop="static"> <div class="modal-dialog modal-full"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true" ng-click="DS.clear_data()"></button> <h4 class="modal-title" ng-if="!DS.from_other_page">{{DS.data.id?'Update':'Create'}} Data Set</h4> <h4 class="modal-title" ng-if="DS.from_other_page">Lead Data Set</h4> </div> <div class="modal-body err-abs form-lbl-grey"> <form id="dsfrm" autocomplete="off" spellcheck="false"> <input type="hidden" name="id" value="{{DS.data.id}}" /> <input type="hidden" name="user_id" value="{{DS.ds_user_id}}" /> <div class="row" ng-if="!DS.from_other_page"> <div class="col-md-4 form-group"> <label class="req">Data Set Name</label> <input type="text" class="form-control" name="title" ng-model="DS.data.title"> </div> <div class="col-md-2 form-group"> <label class="req">Expiry Date</label> <input type="text" class="form-control cal hasCal" name="expiry_date" ng-model="DS.data.expiry_date"> </div> <div class="col-md-2 form-group"> <label class="req">Leads From Date</label> <input type="text" class="form-control cal hasCal" name="lead_date_from" ng-model="DS.data.lead_date_from"> </div> <div class="col-md-2 form-group"> <label class="req">Leads To Date</label> <input type="text" class="form-control cal hasCal" name="lead_date_to" ng-model="DS.data.lead_date_to"> </div> <div class="col-md-2 form-group"> <label>For?</label> <select class="form-control" name="for" ng-model="DS.data.for"> <option value="">ALL</option> <option value="C">Campaign</option> <option value="W">Webinar</option> <option value="CALLER">Caller</option> </select> </div> </div> <div class="row mingap"> <!-- States --> <div class="col-md-3 chkDSState"> <div style="overflow-y:scroll"> <table class="table table-condensed table-striped table-bordered table-advance table-hover nomrgn"> <thead class="vmid"> <tr> <th class="w20"> <input type="checkbox" class="allChk" onclick="allChk('.chkDSState')"> </th> <th>Select State</th> </tr> </thead> </table> </div> <div class="leadOptHeight"> <table class="table table-condensed table-striped table-bordered table-advance table-hover nomrgn"> <tbody class="vmid"> <tr ng-repeat="(i,r) in DS.mdata.states"> <td class="w20"> <input type="checkbox" class="chk" name="states[]" value="{{r.id}}" ng-checked="DS.is_checked('states', r.id)" onclick="chk('.chkDSState')"> </td> <td> <a href="" ng-click="DS.cities(r.id)">{{r.title}}</a> </td> </tr> </tbody> </table> </div> </div> <!-- Programs --> <div class="col-md-3 chkPrgTbl"> <div style="overflow-y:scroll"> <table class="table table-condensed table-striped table-bordered table-advance table-hover nomrgn"> <thead class="vmid"> <tr> <th class="w20"> <input type="checkbox" class="allChk" onclick="allChk('.chkPrgTbl')"> </th> <th>Select Program</th> </tr> </thead> </table> </div> <div class="leadOptHeight"> <table class="table table-condensed table-striped table-bordered table-advance table-hover nomrgn"> <tbody class="vmid"> <tr ng-repeat="(i,r) in DS.mdata.programs"> <td class="w20"> <input type="checkbox" class="chk" name="programs[]" value="{{r.id}}" ng-checked="DS.is_checked('programs', r.id)" onclick="chk('.chkPrgTbl')"> </td> <td><a href="" ng-click="DS.plans(r.id)">{{r.title}}</a></td> </tr> </tbody> </table> </div> </div> <!-- Fields --> <div class="col-md-3 chkLFTbl"> <div style="overflow-y:scroll"> <table class="table table-condensed table-striped table-bordered table-advance table-hover nomrgn"> <thead class="vmid"> <tr> <th class="w20"> <input type="checkbox" class="allChk" onclick="allChk('.chkLFTbl')"> </th> <th>Select Field</th> </tr> </thead> </table> </div> <div class="leadOptHeight"> <table class="table table-condensed table-striped table-bordered table-advance table-hover nomrgn"> <tbody class="vmid"> <tr ng-repeat="(k,v) in DS.mdata.leadFields"> <td class="w20"> <input type="checkbox" class="chk" name="fields[]" value="{{k}}" ng-checked="DS.is_checked('fields', k)" onclick="chk('.chkLFTbl')"> </td> <td>{{v}}</td> </tr> </tbody> </table> </div> </div> <!-- --> <div class="col-md-3"> <!-- Utm Sources --> <div class="chkUtmTbl mb10"> <div style="overflow-y:scroll"> <table class="table table-condensed table-striped table-bordered table-advance table-hover nomrgn"> <thead class="vmid"> <tr> <th class="w20"> <input type="checkbox" class="allChk" onclick="allChk('.chkUtmTbl')"> </th> <th>Select Utm Source</th> </tr> </thead> </table> </div> <div class="utmSourcesBx leadOptHeight" style1="max-height: 175px; overflow-y:scroll"> <table class="table table-condensed table-bordered table-advance nomrgn"> <tbody class="vmid"> <tr> <td> <div class="row mingap"> <div class="col-md-6" ng-repeat="(i,r) in DS.mdata.utm_sources"> <label> <input type="checkbox" class="chk" name="utm_sources[]" value="{{r.id}}" ng-checked="DS.is_checked('utm_sources', r.id)" onclick="chk('.chkUtmTbl')"> {{r.title}} </label> </div> <div class="clearfix"></div> </div> </td> </tr> </tbody> </table> </div> </div> </div> <div class="clearfix"></div> <!-- Acs --> <div class="col-md-3 mb10"> <div class="chkAcsTbl"> <div class="sticky-tbl leadSourcesBx" style="height: 300px"> <div class="pos-sticky-1px"></div> <table class="table table-condensed table-bordered table-advance nomrgn"> <thead class="vmid"> <tr> <th> <input type="checkbox" class="allChk" onclick="allChk('.chkAcsTbl')"> Select Academic Careers </th> </tr> </thead> <tbody class="vmid"> <tr> <td> <div class="row mingap"> <div class="col-md-12" ng-repeat="(i,r) in DS.mdata.acs"> <label> <input type="checkbox" class="chk" name="acs[]" value="{{r.id}}" ng-checked="DS.is_checked('acs', r.id)" onclick="chk('.chkAcsTbl')"> {{r.title}} </label> </div> <div class="clearfix"></div> </div> </td> </tr> </tbody> </table> </div> </div> </div> <!-- Disciplines --> <div class="col-md-3 mb10"> <div class="chkDispTbl"> <div class="sticky-tbl leadSourcesBx" style="height: 300px"> <div class="pos-sticky-1px"></div> <table class="table table-condensed table-bordered table-advance nomrgn"> <thead class="vmid"> <tr> <th> <input type="checkbox" class="allChk" onclick="allChk('.chkDispTbl')"> Select Disciplines </th> </tr> </thead> <tbody class="vmid"> <tr> <td> <div class="row mingap"> <div class="col-md-12" ng-repeat="(i,r) in DS.mdata.disciplines"> <label> <input type="checkbox" class="chk" name="disciplines[]" value="{{r.id}}" ng-checked="DS.is_checked('disciplines', r.id)" onclick="chk('.chkDispTbl')"> {{r.title}} </label> </div> <div class="clearfix"></div> </div> </td> </tr> </tbody> </table> </div> </div> </div> <!-- Schools --> <div class="col-md-3 mb10"> <div class="chkSchTbl"> <div class="sticky-tbl leadSourcesBx" style="height: 300px"> <div class="pos-sticky-1px"></div> <table class="table table-condensed table-bordered table-advance nomrgn"> <thead class="vmid"> <tr> <th> <input type="checkbox" class="allChk" onclick="allChk('.chkSchTbl')"> Select Schools </th> </tr> </thead> <tbody class="vmid"> <tr> <td> <div class="row mingap"> <div class="col-md-12" ng-repeat="(i,r) in DS.mdata.schools"> <label> <input type="checkbox" class="chk" name="schools[]" value="{{r.id}}" ng-checked="DS.is_checked('schools', r.id)" onclick="chk('.chkSchTbl')"> {{r.title}} </label> </div> <div class="clearfix"></div> </div> </td> </tr> </tbody> </table> </div> </div> </div> <!-- Leads Sources --> <!-- <div class="col-md-3 mb10"> <div class="chkLeadTbl"> <div class="sticky-tbl leadSourcesBx" style="height: 300px"> <div class="pos-sticky-1px"></div> <table class="table table-condensed table-bordered table-advance nomrgn"> <thead class="vmid"> <tr> <th> <input type="checkbox" class="allChk" onclick="allChk('.chkLeadTbl')"> Select Lead Source </th> </tr> </thead> <tbody class="vmid"> <tr> <td> <div class="row mingap"> <div class="col-md-6" ng-repeat="(i,r) in DS.mdata.lead_sources"> <label> <input type="checkbox" class="chk" name="lead_sources[]" value="{{r.id}}" ng-checked="DS.is_checked('lead_sources', r.id)" onclick="chk('.chkLeadTbl')"> {{r.name}} </label> </div> <div class="clearfix"></div> </div> </td> </tr> </tbody> </table> </div> </div> </div> --> <!-- Leads Remarks --> <div class="col-md-3"> <div class="chkLeadRTbl"> <div class="sticky-tbl leadSourcesBx" style="height: 300px"> <div class="pos-sticky-1px"></div> <table class="table table-condensed table-bordered table-advance nomrgn"> <thead class="vmid"> <tr> <th> <input type="checkbox" class="allChk" onclick="allChk('.chkLeadRTbl')"> Select Disposition/Remarks </th> </tr> </thead> <tbody class="vmid"> <tr> <td> <div class="row mingap"> <div class="col-md-12" ng-repeat="(i,r) in DS.mdata.lead_remarks"> <label> <input type="checkbox" class="chk" name="remarks_ids[]" value="{{r.id}}" ng-checked="DS.is_checked('remarks_ids', r.id)" onclick="chk('.chkLeadRTbl')"> {{r.title}} </label> </div> <div class="clearfix"></div> </div> </td> </tr> </tbody> </table> </div> </div> </div> <div class="clearfix"></div> <!-- superbot_dispositions --> <div class="col-md-3"> <div class="chkLeadSRTbl"> <div class="sticky-tbl leadSourcesBx" style="height: 300px"> <div class="pos-sticky-1px"></div> <table class="table table-condensed table-bordered table-advance nomrgn"> <thead class="vmid"> <tr> <th> <input type="checkbox" class="allChk" onclick="allChk('.chkLeadSRTbl')"> Select Superbot Disposition </th> </tr> </thead> <tbody class="vmid"> <tr> <td> <div class="row mingap"> <div class="col-md-12" ng-repeat="(i,r) in DS.mdata.superbot_dispositions"> <label> <input type="checkbox" class="chk" name="superbot_disposition[]" value="{{r}}" ng-checked="DS.is_checked('superbot_disposition', r)" onclick="chk('.chkLeadSRTbl')"> {{r}} </label> </div> <div class="clearfix"></div> </div> </td> </tr> </tbody> </table> </div> </div> </div> <!-- PS Status --> <div class="col-md-3"> <div class="chkPSSTbl" ng-show="DS.mdata.ps_app_status_list.length"> <div class="sticky-tbl leadSourcesBx" style="height: 300px"> <div class="pos-sticky-1px"></div> <table class="table table-condensed table-bordered table-advance nomrgn"> <thead class="vmid"> <tr> <th> <input type="checkbox" class="allChk" onclick="allChk('.chkPSSTbl')"> Select PeopleSoft Status </th> </tr> </thead> <tbody class="vmid"> <tr> <td> <div class="row mingap"> <div class="col-md-12" ng-repeat="(i,r) in DS.mdata.ps_app_status_list"> <label> <input type="checkbox" class="chk" name="ps_app_status[]" value="{{r.DESCR1}}" ng-checked="DS.is_checked('ps_app_status', r.DESCR1)" onclick="chk('.chkPSSTbl')"> {{r.DESCR1}} </label> </div> <div class="clearfix"></div> </div> </td> </tr> </tbody> </table> </div> </div> </div> <!-- Others --> <div class="col-md-3"> <!-- Step Completed --> <table class="table table-condensed table-bordered table-advance chkStepTbl"> <thead class="vmid"> <tr> <th> <input type="checkbox" class="allChk" onclick="allChk('.chkStepTbl')"> Steps Completed </th> </tr> </thead> <tbody class="vmid"> <tr> <td> <div class="inblock w100" ng-repeat="(k,v) in DS.mdata.steps"> <label class="nomrgn"> <input type="checkbox" class="chk" name="steps[]" value="{{v}}" ng-checked="DS.is_checked('steps', v)" onclick="chk('.chkStepTbl')"> Step {{v}} {{v=='0'?'(API)':''}} </label> </div> </td> </tr> </tbody> </table> <!-- Payment Modes --> <table class="table table-condensed table-bordered table-advance chkPaymodeTbl"> <thead class="vmid"> <tr> <th> <input type="checkbox" class="allChk" onclick="allChk('.chkPaymodeTbl')"> Payment Modes </th> </tr> </thead> <tbody class="vmid"> <tr> <td> <div class="inblock w80" ng-repeat="(k,v) in DS.mdata.payment_modes"> <label class="nomrgn"> <input type="checkbox" class="chk" name="payment_modes[]" value="{{v}}" ng-checked="DS.is_checked('payment_modes', v)" onclick="chk('.chkPaymodeTbl')"> {{v}} </label> </div> </td> </tr> </tbody> </table> <!-- Encryption --> <table class="table table-condensed table-bordered table-advance chkEncTbl"> <thead class="vmid"> <tr> <th> <input type="checkbox" class="allChk" onclick="allChk('.chkEncTbl')"> Encrypted Field </th> </tr> </thead> <tbody class="vmid"> <tr> <td> <div class="inblock w80" ng-repeat="(i,r) in DS.mdata.encryptionFields"> <label class="nomrgn"> <input type="checkbox" class="chk" name="{{r.k}}" value="1" ng-checked="DS.data[r.k]==1" onclick="chk('.chkEncTbl')"> {{r.v}} </label> </div> </td> </tr> </tbody> </table> </div> <div class="col-md-3"> <div> <table class="table table-condensed table-bordered table-advance"> <tbody class="vmid"> <tr> <td>Followup</td> <td> <select class="w150" name="followup_done" ng-model="DS.data.followup_done"> <option value="">ALL</option> <option value="Y">Followup Done</option> <option value="N">Followup Not Done</option> </select> </td> </tr> <tr> <td>Max Followup Count</td> <td> <input class="w150" name="followup_count_max" ng-model="DS.data.followup_count_max"> </td> </tr> <tr> <td>Online/Offline</td> <td> <select class="w150" name="online_offline" ng-model="DS.data.online_offline"> <option value="">ALL</option> <option>Online</option> <option>Offline</option> </select> </td> </tr> <tr> <td>Medical/PHD</td> <td> <select class="w150" name="med_phd" ng-model="DS.data.med_phd"> <option value="">ALL</option> <option>Medical</option> <option>PHD</option> </select> </td> </tr> </tbody> </table> </div> <div class="pt5"> <label>Show Campus Offline Leads</label> <select class="w150 ml35" name="show_campus_offline_leads" ng-model="DS.data.show_campus_offline_leads"> <option value="Y">Yes</option> <option value="N">No</option> </select> </div> <div class="pt5"> <label style="width:182px">Payment Failed</label> <select class="w150 ml35" name="payment_failed" ng-model="DS.data.payment_failed"> <option value="">Both</option> <option value="Y">Failed Ony</option> <option value="N">Not Failed Only</option> </select> </div> <div class="pt5"> <label style="width:182px">Exclude Superbot</label> <select class="w150 ml35" name="exclude_superbot" ng-model="DS.data.exclude_superbot"> <option value="N">No</option> <option value="Y">Yes</option> </select> </div> </div> <div class="clearfix"></div> </div> </form> </div> <div class="modal-footer"> <div class="pull-left" ng-if="DS.data.id"> <span class="font-purple">Leads Count: <strong>{{DS.data.leads_count}}</strong></span> </div> <button type="button" class="btn dark btn-outline" data-dismiss="modal" ng-click="DS.clear_data()">Close</button> <button type="button" class="btn green" ng-click="DS.save()">Save</button> </div> </div> </div> </div> <!-- Cities Modal --> <div class="modal bs-modal-sm in" id="dsCitiesModal" role="dialog" aria-hidden="true" data-backdrop="static"> <div class="modal-dialog modal-md"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button> <h4 class="modal-title">Select Cities</h4> </div> <div class="modal-body"> <form id="dsCitiesForm" autocomplete="off" spellcheck="false"> <input type="hidden" name="id" value="{{DS.data.id}}" /> <input type="hidden" name="state_id" value="{{DS.ds_city_state_id}}" /> <div class="chkCityTbl"> <div class="sticky-tbl leadOptHeight"> <div class="pos-sticky-1px"></div> <table class="table table-condensed table-bordered table-advance nomrgn"> <thead class="vmid"> <tr> <th class="w20"> <input type="checkbox" class="allChk" onclick="allChk('.chkCityTbl')"> </th> <th>Select City</th> </tr> </thead> <tbody class="vmid"> <tr ng-repeat="(i,r) in DS.mdata.cities"> <td class="w20"> <input type="checkbox" class="chk" name="cities[]" value="{{r.id}}" ng-checked="r.isadded" onclick="chk('.chkCityTbl')"> </td> <td> {{r.title}} </td> </tr> </tbody> </table> </div> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn dark btn-outline" data-dismiss="modal">Close</button> <button type="button" class="btn green" ng-click="DS.saveCities()">Save</button> </div> </div> </div> </div> <!-- Plans Modal --> <div class="modal bs-modal-sm in" id="dsPlansModal" role="dialog" aria-hidden="true" data-backdrop="static"> <div class="modal-dialog modal-md"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button> <h4 class="modal-title">Select Plans</h4> </div> <div class="modal-body"> <form id="dsPlansForm" autocomplete="off" spellcheck="false"> <input type="hidden" name="id" value="{{DS.data.id}}" /> <input type="hidden" name="program_id" value="{{DS.ds_plan_program_id}}" /> <div class="chkPlanTbl"> <div class="sticky-tbl leadOptHeight"> <div class="pos-sticky-1px"></div> <table class="table table-condensed table-bordered table-advance nomrgn"> <thead class="vmid"> <tr> <th class="w20"> <input type="checkbox" class="allChk" onclick="allChk('.chkPlanTbl')"> </th> <th>Select Plan</th> </tr> </thead> <tbody class="vmid"> <tr ng-repeat="(i,r) in DS.mdata.plans"> <td class="w20"> <input type="checkbox" class="chk" name="plans[]" value="{{r.id}}" ng-checked="r.isadded" onclick="chk('.chkPlanTbl')"> </td> <td> {{r.title}} </td> </tr> </tbody> </table> </div> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn dark btn-outline" data-dismiss="modal">Close</button> <button type="button" class="btn green" ng-click="DS.savePlans()">Save</button> </div> </div> </div> </div>