File manager - Edit - /home/autoph/public_html/tasks/resources/views/common/head.php
Back
<head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><?php echo $global_system_settings['name']; ?></title> <!-- Google Font: Source Sans Pro --> <!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback"> --> <link href="dist/css/font.css" rel="stylesheet" type="text/css"> <link href="dist/img/favicon/<?php echo $global_system_settings['favicon']; ?>" rel="icon" /> <link type="text/css" href="dist/css/style.min.css" rel="stylesheet"> <!-- JQeury UI --> <link rel="stylesheet" href="plugins/jquery-ui/jquery-ui.min.css"> <!-- Font Awesome Icons --> <link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css"> <!-- <link rel="stylesheet" href="plugins/fontawesome6-pro/css/all.min.css"> --> <!-- Ionicons --> <!-- <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> --> <!-- overlayScrollbars --> <link rel="stylesheet" href="plugins/overlayScrollbars/css/OverlayScrollbars.min.css"> <!-- Theme style --> <!-- <link rel="stylesheet" href="dist/css/adminlte.min.css"> --> <link rel="stylesheet" href="dist/css/alt/adminlte.light.min.css"> <!-- <link rel="stylesheet" href="dist/css/alt/adminlte.core.min.css"> --> <!-- Toastr --> <link rel="stylesheet" href="plugins/toastr/toastr.min.css"> <link href="plugins/bootstrap-table/css/bootstrap-table.min.css" rel="stylesheet"> <!-- SweetAlert2 --> <link rel="stylesheet" href="plugins/sweetalert2/sweetalert2.min.css"> <!-- Select2 --> <link rel="stylesheet" href="plugins/select2/css/select2.min.css"> <link rel="stylesheet" href="plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css"> <!-- summernote --> <link rel="stylesheet" href="plugins/summernote/summernote-bs4.min.css"> <!-- Daterange picker --> <link rel="stylesheet" href="plugins/daterangepicker/daterangepicker.css"> <!-- Tempusdominus Bootstrap 4 --> <link rel="stylesheet" href="plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css"> <!-- dropzonejs --> <link rel="stylesheet" href="plugins/dropzone/min/dropzone.min.css"> <!-- Ekko Lightbox --> <link rel="stylesheet" href="plugins/ekko-lightbox/ekko-lightbox.css"> <!-- summernote --> <link rel="stylesheet" href="plugins/summernote/summernote-bs4.min.css"> <!-- BS Stepper --> <link rel="stylesheet" href="plugins/bs-stepper/css/bs-stepper.min.css"> <!-- STar Rating --> <link rel="stylesheet" href="node_modules/bootstrap-star-rating/css/star-rating.min.css"> <link rel="stylesheet" href="node_modules/bootstrap-star-rating/themes/krajee-svg/theme.css"> <style> @media (min-width: 768px) { body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header { margin-left: 100px !important; } .main-sidebar, .main-sidebar::before { width: 100px !important; } body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header { margin-left: 100px !important; } } .hidden { display: none; } .auth-form-header h1 { font-size: 24px; font-weight: 300; letter-spacing: -0.5px; text-align: center; } .cursor-pointer { cursor: pointer; } .uppercase { text-transform: uppercase; } .no-arrow::-webkit-inner-spin-button, .no-arrow::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .swal-height { height: 230px; } .swal2-styled { padding: .20em 0.8em !important; } .swal2-actions { margin-top: 0px !important; } .swal2-input { font-size: .875rem !important; } /* SELECT2 */ .select2-selection { padding-left: .5rem !important; padding-right: 1.2rem !important; } .select2-selection__rendered { padding: 0px !important; } .select2-selection__arrow { top: 1px !important; } .select2-container--default .select2-selection--single { border: 1px solid #ced4da !important; } .select2-container--default.select2-container--focus .select2-selection--multiple { border: 1px solid #ced4da !important; } .select2-container--default .select2-selection--multiple .select2-selection__choice { color: black !important; } .select2-search__field { text-transform: uppercase; } #table_knowledgebase, /* #table_users, */ #table_tickets, #table_leadfile, #table_cnf_role, #table_groupfile, #table_rolefile, #table_group_member_file td { cursor: pointer; font-size: 13px; } .search-transition { transition: all .5s; } .default-search-size { width: 105px; } .expand-search-size { width: 220px; } .dropdown-toggle { padding-bottom: 0 !important; padding-top: 0 !important; } .pagination-detail { margin: 0 !important; } .btn-tool:hover { color: white; } #ticket-info-modal-tab .nav-link.active, .nav-item.active { color: rgb(0 123 255) !important; border-bottom: 1px solid rgb(0 123 255) !important; } #dd_lead_company .select2-selection__choice { background-color: #ffffff; border: 10px solid #ffffff; } .children-ul { /* width: 1px !important; min-width: 8rem !important; */ } .lead-progress-box { height: 40px; width: 100px; /* or whatever width you want. */ max-width: 100px; /* or whatever width you want. */ display: inline-block; } .style-underline { text-decoration: underline; text-decoration-color: #007bff !important; } .role-toggle:hover { color: #000 !important; } body { background-image: url('dist/img/9.png') !important; /* overflow: overlay; */ /* overflow: hidden; */ } .hideEl { display: none !important; } .word-wrap { word-break: break-all !important; } .white-space-wrap { white-space: pre-line !important; } </style> </head> </style> <style> .vab_dialog { font-family: 'Barlow', sans-serif; position: fixed; right: 0; left: 0; top: 15%; margin: auto; z-index: 2147483647; border-radius: 4px; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; -ms-flex-align: center; -webkit-box-align: center; align-items: center; max-width: 580px; background-color: #ffffff; -webkit-box-shadow: 0 0 22px 7px rgba(0, 0, 0, 0.78); box-shadow: 0 0 22px 7px rgba(0, 0, 0, 0.78); padding: 30px 0; } .vab_dialog .vab_no_entry { width: 40px; height: 40px; } .vab_dialog .are_you_sure { font-size: 30px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #718191; margin: 0 85px; } .vab_dialog .detected { margin: 30px 85px 0 85px; font-size: 30px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #718191; } .vab_dialog .do_you_want { font-size: 21px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #718191; margin: 40px 85px 0 85px; } .vab_dialog .opt_out_msg { margin: 20px 50px 0 50px; font-size: 21px; font-weight: normal; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #718191; } .vab_dialog .vab_buttons { margin-top: 50px; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -ms-flex-align: center; -webkit-box-align: center; align-items: center; } .vab_dialog .vab_buttons .vab_button { cursor: pointer; font-size: 16px; font-weight: 500; font-style: normal; font-stretch: normal; line-height: normal; letter-spacing: normal; text-align: center; padding: 16px 24px; border-radius: 5px; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; } .vab_dialog .vab_buttons .vab_button.cancel { border: solid 1px #718191; color: #718191; margin-right: 20px; } .vab_dialog .vab_buttons .vab_button.exit { color: #f55a2e; border: solid 1px #f55a2e; margin-right: 20px; } .vab_dialog .vab_buttons .vab_button.continue { background-color: #8a95ff; color: #ffffff; } #toast-container>div { opacity: 1; } .white-bg>.dropdown-item:active { background-color: #ffffff !important; } </style> <!-- File Explorer --> <style> .file_manager .file a:hover .hover, .file_manager .file .file-name small { display: block } .file_manager .file { padding: 0 !important } .file_manager .file .icon { text-align: center } .file_manager .file { position: relative; border-radius: .55rem; overflow: hidden } .file_manager .file .image, .file_manager .file .icon { max-height: 180px; overflow: hidden; background-size: cover; background-position: top } .file_manager .file .hover { position: absolute; right: 10px; top: 10px; display: none; transition: all 0.2s ease-in-out } .file_manager .file a:hover .hover { transition: all 0.2s ease-in-out } .file_manager .file .icon { padding: 15px 10px; display: table; width: 100% } .file_manager .file .icon i { display: table-cell; font-size: 30px; vertical-align: middle; color: #777; line-height: 100px } .file_manager .file .file-name { padding: 10px; border-top: 1px solid #f7f7f7 } .file_manager .file .file-name small .date { float: right } .folder { padding: 20px; display: block; color: #777 } @media only screen and (max-width: 992px) { .file_manager .nav-tabs { padding-left: 0; padding-right: 0 } .file_manager .nav-tabs .nav-item { display: inline-block } } .item-details-info { width: 100%; background: #f9f9f9; border-top: 2px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; } .coveo-title { display: block; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 24px; } .CoveoResultLink:hover, .CoveoResultLink:hover a, a.CoveoResultLink:hover, a.CoveoResultLink:hover a, .CoveoResult a.CoveoResultLink:hover, .CoveoResult a.CoveoResultLink:hover a { text-decoration: underline; } .coveo-list-layout.CoveoResult { border-bottom: thin solid #bcc3ca; padding: 16px 0 16px 16px; } .children:hover { background-color: transparent !important; } /* .CoveoExcerpt p { display: inline-block; } */ .fullscreen { position: fixed; top: 0; right: 0; bottom: 0; left: 0; } .ekko-lightbox .modal-header { padding-bottom: 0.25rem !important; padding-top: 0.25rem !important; } @media(max-width:768px) { .waitpage-box { left: 35% !important; } } .waitpage { background: url(dist/img/BlockUI.png) repeat scroll 0 0 rgba(0, 0, 0, 0); height: 100%; left: 0; overflow: hidden; position: fixed; top: 0; width: 100%; z-index: 9999; } .waitpage-box { background: none repeat scroll center center #fff; border: 1px solid #999; border-radius: 5px 5px 5px 5px; box-shadow: 0 1px 4px 0 #666; left: 44%; overflow: auto; padding: 16px; position: fixed; text-align: center; top: 40%; z-index: 99999; } .waitpage-box p img { color: #d0622b; float: left; font-size: 14px; font-style: italic; font-weight: bold; } .waitpage-box p span { float: left; font-size: .8125em; font-weight: bold; padding: 6px 0 0 12px; white-space: nowrap; } .notification { left: 50% !important; transform: translateX(-50%) !important; max-height: 500px !important; overflow-y: scroll !important; } .dropdown-menu { /* max-height:500px; overflow-y: scroll; */ z-index: 9999; } .daterangepicker { z-index: 99999; } .select2-dropdown { z-index: 99999; } .custom-chk-rdo-size { width: 15px; height: 15px; } .custom-text-area { resize: none; overflow: hidden; min-height: calc(1.8125rem + 2px) !important; /* max-height: 100px; */ } @media print { .main-footer, .hide-print { display: none !important; } } .direct-chat-textt { border-radius: 0.0rem; background-color: #ffffff; /* border: 1px solid #d2d6de; */ color: #444; margin: 5px 0 0 50px; padding: 5px 10px; position: relative; } .direct-chat-textt { display: block; } .custom-right-border { /* border-color: #007bff!important; */ border-right: 5px solid #007bff !important; border-left: 1px solid #dee2e6 !important; border-top: 1px solid #dee2e6 !important; border-bottom: 1px solid #dee2e6 !important; } .custom-left-border { /* border-color: #007bff!important; */ border-right: 1px solid #dee2e6 !important; border-left: 5px solid #dee2e6 !important; border-top: 1px solid #dee2e6 !important; border-bottom: 1px solid #dee2e6 !important; } .scrollmenu { /* background-color: #333; */ overflow: auto; white-space: nowrap; } /* Hide scrollbar for Chrome, Safari and Opera */ .scrollmenu::-webkit-scrollbar { display: none; } /* Hide scrollbar for IE, Edge and Firefox */ .scrollmenu { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } .checked-star { color: orange; } /* video::-webkit-media-controls-current-time-display { display: none !important; } video::-webkit-media-controls-time-remaining-display { display: none !important; } */ .video_el::-webkit-media-controls-timeline { display: none !important; } </style> <style> /* body { font-family: 'Varela Round', sans-serif; } */ .modal-newsletter { color: #999; font-size: 15px; } .modal-newsletter .modal-content { padding: 40px; border-radius: 0; border: none; } .modal-newsletter .modal-header { border-bottom: none; position: relative; text-align: center; border-radius: 5px 5px 0 0; } .modal-newsletter h4 { color: #000; text-align: center; font-size: 30px; margin: 0 0 25px; font-weight: bold; text-transform: capitalize; } .modal-newsletter .close { background: #c0c3c8; position: absolute; top: -15px; right: -15px; color: #fff; text-shadow: none; opacity: 0.5; width: 22px; height: 22px; border-radius: 20px; font-size: 16px; } .modal-newsletter .close span { position: relative; top: -1px; } .modal-newsletter .close:hover { opacity: 0.8; } .modal-newsletter .icon-box { color: #7265ea; display: inline-block; z-index: 9; text-align: center; position: relative; margin-bottom: 10px; } .modal-newsletter .icon-box i { font-size: 110px; } .modal-newsletter .form-control, .modal-newsletter .btn { min-height: 46px; border-radius: 3px; } .modal-newsletter .form-control { box-shadow: none; border-color: #dbdbdb; } .modal-newsletter .form-control:focus { border-color: #7265ea; box-shadow: 0 0 8px rgba(114, 101, 234, 0.5); } .modal-newsletter .btn { color: #fff; border-radius: 4px; background: #7265ea; text-decoration: none; transition: all 0.4s; line-height: normal; padding: 6px 20px; min-width: 150px; border: none; } .modal-newsletter .btn:hover, .modal-newsletter .btn:focus { background: #4e3de4; outline: none; } .modal-newsletter .input-group { margin: 30px 0 15px; } .hint-text { margin: 100px auto; text-align: center; } </style> <?php // include dirname(__FILE__) . '/script/script.php'; ?> </head>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings