Файловый менеджер - Редактировать - /home/clickysoft/public_html/travel-guru.clickysoft.net/storage/framework/views/6dbf927cfee822ba990bf737d68d8e7c.php
Назад
<!DOCTYPE html> <html lang="en" class="light-style layout-navbar-fixed layout-menu-fixed" dir="ltr" data-theme="theme-default" data-assets-path="<?php echo e(asset('/assets/admin/admin')); ?>/" data-template="vertical-menu-template-starter"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" /> <title><?php echo $__env->yieldContent('title', ''); ?></title> <meta name="description" content="" /> <!-- Favicon --> <link rel="icon" type="image/x-icon" href="<?php echo e(asset('assets/admin/img/favicon/favicon.png')); ?>" /> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet" /> <!-- Icons --> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/vendor/fonts/boxicons.css')); ?>" /> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/vendor/fonts/fontawesome.css')); ?>" /> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/vendor/fonts/flag-icons.css')); ?>" /> <!-- Core CSS --> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/vendor/css/rtl/core.css')); ?>" class="template-customizer-core-css" /> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/vendor/css/rtl/theme-default.css')); ?>" class="template-customizer-theme-css" /> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/css/main.css')); ?>" /> <!-- Phone number CSS --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css" /> <!-- Vendors CSS --> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/vendor/libs/perfect-scrollbar/perfect-scrollbar.css')); ?>" /> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/vendor/libs/typeahead-js/typeahead.css')); ?>" /> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/vendor/libs/select2/select2.css')); ?>" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css"> <script src="https://cdn.jsdelivr.net/npm/flatpickr"></script> <script src="<?php echo e(asset('assets/admin/vendor/js/helpers.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/js/config.js')); ?>"></script> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/vendor/libs/tagify/tagify.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/richtexteditor/rte_theme_default.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/vendor/libs/dropzone/dropzone.css')); ?>"> <style> .redirect-btn { color: white !important; } .cs-style { padding-left: 22px; } .cs-style h2 { font-size: 20px; margin: 0; } #cover-spin { position: fixed; width: 100%; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.7); z-index: 9999; display: none; } @-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } #cover-spin::after { content: ''; display: block; position: absolute; left: 48%; top: 40%; width: 40px; height: 40px; border-style: solid; border-color: #5a8dee; border-top-color: transparent; border-width: 4px; border-radius: 50%; -webkit-animation: spin .8s linear infinite; animation: spin .8s linear infinite; } .richtexteditor.rte-fullpage { position: fixed !important; border: none !important; left: 263px !important; top: 59px !important; right: -2px !important; bottom: -2px !important; width: 87% !important; height: 100% !important; max-width: none !important; max-height: none !important; border-radius: 0px !important; } </style> <?php echo $__env->yieldPushContent('admin-styles'); ?> </head> <body> <div id="cover-spin"></div> <div class="layout-wrapper layout-content-navbar"> <div class="layout-container"> <?php echo $__env->make('admin.layouts.side-bar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- / Menu --> <!-- Layout container --> <div class="layout-page"> <?php echo $__env->make('admin.layouts.nav', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="content-wrapper"> <!-- Content --> <?php echo $__env->yieldContent('content'); ?> <!-- / Content --> <!-- Footer --> <footer class="content-footer footer bg-footer-theme"> <div class="container-fluid d-flex flex-wrap justify-content-between py-2 flex-md-row flex-column"> <div class="mb-2 mb-md-0"> Copyright © <?php echo e(date('Y')); ?> </div> </div> </footer> <!-- / Footer --> <div class="content-backdrop fade"></div> </div> </div> </div> <div class="layout-overlay layout-menu-toggle"></div> <div class="drag-target"></div> </div> <!-- Core JS --> <!-- build:js assets/admin/vendor/js/core.js --> <script src="<?php echo e(asset('assets/admin/vendor/libs/jquery/jquery.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/vendor/libs/popper/popper.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/vendor/js/bootstrap.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/vendor/libs/perfect-scrollbar/perfect-scrollbar.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/vendor/libs/hammer/hammer.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/vendor/libs/i18n/i18n.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/vendor/libs/typeahead-js/typeahead.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/vendor/libs/select2/select2.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/js/forms-selects.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/vendor/js/menu.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/vendor/libs/tagify/tagify.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/vendor/libs/sortablejs/sortable.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/js/extended-ui-drag-and-drop.js')); ?>"></script> <script type="text/javascript" src="<?php echo e(asset('assets/admin/richtexteditor/rte.js')); ?>"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.9.3/dropzone.min.js" integrity="sha512-U2WE1ktpMTuRBPoCFDzomoIorbOyUv0sP8B+INA3EzNAhehbzED1rOJg6bCqPf/Tuposxb5ja/MAUnC8THSbLQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script> <script> RTE_DefaultConfig.url_base = "<?php echo e(env('APP_URL')); ?>/assets/admin/richtexteditor"; </script> <script type="text/javascript" src="<?php echo e(asset('assets/admin/richtexteditor/plugins/all_plugins.js')); ?>"></script> <script> var img_url = "<?php echo e(asset('editor')); ?>"; </script> <?php $imageUrls = []; $files = \File::files(public_path('editor')); foreach ($files as $file) { $imageUrls[] = asset('editor/' . basename($file)); } ?> <script> if ($("#div-short-editor").length) { const editorConfig = { toolbar: `mytoolbar`, // [`toolbar_mytoolbar`]: "{bold,italic}|{insertorderedlist,insertunorderedlist}" + [`toolbar_mytoolbar`]: "{bold,italic}" + "#{undo,redo}" }; new RichTextEditor(`#div-short-editor`, Object.assign({}, editorConfig, { editorResizeMode: 'none' })); } if ($("#div-long-editor").length) { let editor2 = new RichTextEditor("#div-long-editor", { editorResizeMode: "none", galleryImages: <?php echo json_encode($imageUrls, 15, 512) ?>, linkItems: <?php echo json_encode($imageUrls, 15, 512) ?>, }); } $("div[contenteditable=true]").off('paste').on('paste', function(e) { e.preventDefault(); let text = e.originalEvent.clipboardData ? e.originalEvent.clipboardData.getData('text/plain') : window .clipboardData.getData('Text'); _insertText(text); }); function _insertText(text) { // use insertText command if supported if (document.queryCommandSupported('insertText')) { document.execCommand('insertText', false, text); } // or insert the text content at the caret's current position // replacing eventually selected content else { let range = document.getSelection().getRangeAt(0); range.deleteContents(); let textNode = document.createTextNode(text); range.insertNode(textNode); range.selectNodeContents(textNode); range.collapse(false); let selection = window.getSelection(); selection.removeAllRanges(); selection.addRange(range); } }; setTimeout(function() { let codeButton = document.getElementsByClassName("rte_command_insertcode"); if (codeButton?.length > 0) { $.each(codeButton, function(k, v) { v.style.display = "none"; }) } }, 1000) </script> <script src="<?php echo e(asset('assets/admin/res/patch.js')); ?>"></script> <!-- Main JS --> <script src="<?php echo e(asset('assets/admin/js/main.js')); ?>"></script> <script> function showLoader() { $('#cover-spin').show(); } function hideLoader() { $('#cover-spin').hide(); } </script> <script> $(document).ready(function() { $('#meta_keywords').select2(); }); </script> <script> var total_tags = $('.seo-tags').length; function addSeoFields(input) { $('.div-clone').append(` <div class="row mt-3 seo-tags"> <div class="col-md-4 mb-4"> <label class="form-label">Type <i class="fa small-font text-danger" aria-hidden="true"></i> </label> <select class="form-select" name="seo_type[]" id="seo-type"> <option value="name">Name</option> <option value="rel">Rel</option> <option value="property">Property</option> </select> </div> <div class="col-md-4 mb-4"> <label class="form-label">Name <i class="fa small-font text-danger" aria-hidden="true"></i> </label> <input type="text" class="form-control" name="seo_name[]" id="seo-name" value=""> </div> <div class="col-md-4 mb-4"> <label class="form-label">Content / Link <i class="fa small-font text-danger" aria-hidden="true"></i> </label> <input type="text" class="form-control" name="seo_value[]" id="seo-value"> </div> <div class="col-md-4 mt-4"> <button type="button" class="btn btn-primary" onclick="addSeoFields(this)"><i class="fa fa-plus"></i></button> <button type="button" class="btn btn-danger" onclick="removeSeoFields(this)"><i class="fa fa-minus"></i></button> </div> </div> `); } function removeSeoFields(input) { $(input).closest('.row').remove(); } </script> <!--soe add.blade.php --> <script> function previewOpenGraphAdd() { const fileInput = document.getElementById('open-image-form-File'); const openImageFrame = document.getElementById('open-image-frame'); if (fileInput.files.length > 0) { openImageFrame.src = URL.createObjectURL(fileInput.files[0]); openImageFrame.style.width = '200px'; } else { openImageFrame.removeAttribute('src'); openImageFrame.removeAttribute('style'); } } function clearImageAdd() { const fileInput = document.getElementById('open-image-form-File'); const openImageFrame = document.getElementById('open-image-frame'); fileInput.value = null; openImageFrame.removeAttribute('src'); openImageFrame.removeAttribute('style'); } </script> <script> function previewOpenGraphUpdate() { const fileInput = document.getElementById('open-image-form-File'); const openImageFrame = document.getElementById('open-image-frame'); const existingImage = document.getElementById('existingOpenImage'); if (fileInput.files.length > 0) { if (existingImage) { existingImage.style.display = 'none'; } openImageFrame.src = URL.createObjectURL(fileInput.files[0]); openImageFrame.style.width = '200px'; } else { if (existingImage) { existingImage.style.display = 'block'; } openImageFrame.removeAttribute('src'); openImageFrame.removeAttribute('style'); } } function clearImageUpdate() { const fileInput = document.getElementById('open-image-form-File'); const openImageFrame = document.getElementById('open-image-frame'); const existingImage = document.getElementById('existingOpenImage'); existingImage.style.display = 'none'; fileInput.value = null; openImageFrame.removeAttribute('src'); openImageFrame.removeAttribute('style'); } </script> <script> $(document).ready(function() { const tagifyBasicEl = document.querySelector('#TagifyBasic'); const TagifyBasic = new Tagify(tagifyBasicEl); }); </script> <script> document.addEventListener('DOMContentLoaded', function() { var textarea = document.getElementById('meta_description'); var charCount = document.getElementById('char_count'); // Check if textarea exists if (textarea) { // Function to update character count function updateCharCount() { charCount.textContent = 'Characters: ' + textarea.value.length; } // Attach event listener to input event textarea.addEventListener('input', updateCharCount); // Call updateCharCount initially updateCharCount(); } }); </script> <script> function disableScroll() { // Get the current page scroll position in the vertical direction scrollTop = window.pageYOffset || document.documentElement.scrollTop; // Get the current page scroll position in the horizontal direction scrollLeft = window.pageXOffset || document.documentElement.scrollLeft; // if any scroll is attempted, // set this to the previous value window.onscroll = function() { window.scrollTo(scrollLeft, scrollTop); }; } $('.rte_command_controlalt').click(function(ev) { ev.preventDefault(); // console.log(12323,'here') // disableScroll() // setTimeout(function () { // enableScroll() // },2000) }); function enableScroll() { window.onscroll = function() {}; } </script> <?php echo $__env->yieldPushContent('admin-scripts'); ?> </body> </html> <?php /**PATH /home/clickysoft/public_html/travel-guru.clickysoft.net/resources/views/admin/layouts/master.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка