From 8fabf77b2a7720a357c63817c07035a9908818a0 Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 10 Nov 2021 17:53:50 +0100 Subject: Update --- .../cms-special/admin-v2/$resources/admin.js | 0 .../cms-special/admin-v2/$resources/common.css | 518 --------------------- .../cms-special/admin-v2/$resources/header.php | 0 .../cms-special/admin-v2/$resources/index-auto.css | 3 - .../cms-special/admin-v2/$resources/index-dark.css | 45 -- .../cms-special/admin-v2/$resources/index.css | 31 -- .../admin-v2/$resources/postcontent.php | 6 - .../cms-special/admin-v2/$resources/precontent.php | 235 ---------- .../cms-special/admin-v2/$resources/responsive.css | 31 -- .../cms-special/admin-v2/$resources/session.php | 11 - .../admin-v2/$resources/spotlight-test.php | 14 - .../cms-special/admin-v2/$resources/spotlight.php | 24 - 12 files changed, 918 deletions(-) delete mode 100644 Neutron-trunk/cms-special/admin-v2/$resources/admin.js delete mode 100644 Neutron-trunk/cms-special/admin-v2/$resources/common.css delete mode 100644 Neutron-trunk/cms-special/admin-v2/$resources/header.php delete mode 100644 Neutron-trunk/cms-special/admin-v2/$resources/index-auto.css delete mode 100644 Neutron-trunk/cms-special/admin-v2/$resources/index-dark.css delete mode 100644 Neutron-trunk/cms-special/admin-v2/$resources/index.css delete mode 100644 Neutron-trunk/cms-special/admin-v2/$resources/postcontent.php delete mode 100644 Neutron-trunk/cms-special/admin-v2/$resources/precontent.php delete mode 100644 Neutron-trunk/cms-special/admin-v2/$resources/responsive.css delete mode 100644 Neutron-trunk/cms-special/admin-v2/$resources/session.php delete mode 100644 Neutron-trunk/cms-special/admin-v2/$resources/spotlight-test.php delete mode 100644 Neutron-trunk/cms-special/admin-v2/$resources/spotlight.php (limited to 'Neutron-trunk/cms-special/admin-v2/$resources') diff --git a/Neutron-trunk/cms-special/admin-v2/$resources/admin.js b/Neutron-trunk/cms-special/admin-v2/$resources/admin.js deleted file mode 100644 index e69de29..0000000 diff --git a/Neutron-trunk/cms-special/admin-v2/$resources/common.css b/Neutron-trunk/cms-special/admin-v2/$resources/common.css deleted file mode 100644 index 1276d2f..0000000 --- a/Neutron-trunk/cms-special/admin-v2/$resources/common.css +++ /dev/null @@ -1,518 +0,0 @@ -@import "./responsive.css"; - -html, body { - margin: 0; - color: var(--mpc-text) !important; - background-color: var(--mpc-background); -} - -.mdc-drawer { - color: var(--mpc-text) !important; - background-color: var(--mpc-menu-background) !important; - height: 100vh; - z-index: 99999999999 !important; -} - -.mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic { - color: var(--mpc-menu-selected) !important; -} - -.mdc-list-item__graphic { - color: var(--mpc-icons) !important; -} - -.mdc-list-group__subheader { - color: var(--mpc-menu-header) !important; -} - -.mdc-drawer__subtitle { - color: var(--mpc-menu-subtitle) !important; -} - -.mdc-drawer__title { - color: var(--mpc-text) !important; -} - -.mdc-list-divider { - border-bottom-color: var(--mpc-separator); -} - -.mdc-list-item__text { - color: var(--mpc-text); -} - -.mdc-list-item.mdc-list-item--activated .mdc-list-item__text { - color: var(--mpc-menu-selected); -} - -.ttdemo { - padding: 10px; - font-family: "Noto Sans", "Segoe UI", "CMS", "Ubuntu", "Roboto", "Google Sans", "Segoe UI", "Noto Sans", Tahoma, Geneva, Verdana, sans-serif !important; -} - -* { - font-family: "Noto Sans", "Segoe UI", "CMS", "Ubuntu", "Roboto", "Google Sans", "Segoe UI", "Noto Sans", Tahoma, Geneva, Verdana, sans-serif; -} - -span, p, body, div, h1, h2, h3, h4, h5, h6 { - font-family: "Noto Sans", "Segoe UI", "CMS", "Ubuntu", "Roboto", "Google Sans", "Segoe UI", "Noto Sans", Tahoma, Geneva, Verdana, sans-serif !important; -} - -#main-content { - padding: 16px; - margin-top: 64px; - position: fixed; - top: 0; - bottom: 0; - left: 0; - right: 0; - overflow-y: auto; -} - -#app-frame { - margin: -16px; - border: none; - width: calc(100% + 32px); -} - -.mdc-top-app-bar--fixed-adjust { - margin: 0; - padding: 0; - height: calc(100% - 64px); -} - -.dualtitle-top { - margin-bottom: 4px; -} - -.dualtitle-bottom { - margin-top: 4px; -} - -.mdc-top-app-bar__section.mdc-top-app-bar__section--align-start > a { - color: inherit; - text-decoration: inherit; -} - -code { - font-family: monospace -} - -a { - color: slategray; -} - -a:hover { - color: gray; -} - -a:active { - color: lightgray; -} - -.mdc-card__primary-action { - padding: 0 16px; -} - -.mdc-icon-button.material-icons.mdc-card__action.mdc-card__action--icon--unbounded { - color: whitesmoke; -} - -img[width="128px"] { - border-radius: 9999px; -} - -.demo-card__primary { - display: grid; - grid-template-columns: 69.6px 1fr; -} - -.ccard_p1 { - margin-left: -15px; - border-top-right-radius: 2px; - border-top-left-radius: 2px; - height: 100%; - background-size: 100%; -} - -.ccard_p2 { - margin-left: 10px; -} - -.ccard_p2 h2 { - margin-bottom: 0; -} - -.ccard_p2 h3 { - margin-top: 0; -} - -.card_link, .card_link:hover, .card_link:active { - color: var(--mpc-text); - text-decoration: none; -} - -.mdc-list-item { - cursor: pointer; -} - -.mdc-list-item > i { - transform: rotate(0deg); - transition: transform 500ms; -} - -.mdc-list-item:hover > i { - transform: rotate(360deg) scale(125%); -} - -.mdc-drawer__header { - background: linear-gradient(to bottom, var(--mpc-menu-background-image) 50%, var(--mpc-menu-background)), url('../../../resources/image/codename.jpg'); - background-size: 100%; -} - -.mdc-top-app-bar__row { - width: 100% !important; -} - -#header-desktop { - height: 190px; - z-index: 2; -} - -#app-grid { - z-index: 5; - position: absolute; - width: 100%; - top: 170px; -} - -#main-content { - z-index: 5; - background: var(--mpc-background); - border-radius: 15px; - position: initial; - margin: 0; - min-height: 200px; -} - -#portal-background { - position: fixed; - top: -20px; - left: -20px; - right: -20px; - height: 230px; - background-image: linear-gradient(to bottom, var(--mpc-menu-background-image) 50%, var(--mpc-menu-background-image)), url('../../../resources/image/codename.jpg'); - background-size: 100%; - background-position: center; - transition: filter 200ms, background-size 200ms, background-image 200ms; - filter: none; -} - -#portal-background.updates { - z-index: 2; -} - -#portal-background.scrolled { - background-image: linear-gradient(to bottom, var(--mpc-menu-background-image-more) 50%, var(--mpc-menu-background-image-more)), url('../../../resources/image/codename.jpg'); - filter: blur(5px); - background-size: 110%; -} - -#header-desktop { - background: transparent; - color: var(--mpc-text); -} - -.mdc-top-app-bar__section.mdc-top-app-bar__section--align-end .material-icons-outlined.mdc-top-app-bar__navigation-icon.mdc-icon-button { - color: var(--mpc-text); -} - -#version-place { - position: absolute; - top: -20px; - font-size: 12px; - opacity: .5; -} - -#language-selector { - position: absolute; - font-size: 18px; - opacity: .5; - left: 0; - top: 0; -} - -#home-grid { - display: grid; - grid-template-columns: 1fr 1fr 1fr; -} - -.home-grid-item { - margin: 20px; -} - -#home-grid-item-pages { - color: var(--mpc-home-pages); - --mpc-icons: var(--mpc-home-pages); -} - -#home-grid-item-calendar { - color: var(--mpc-home-calendar); - --mpc-icons: var(--mpc-home-calendar); -} - -#home-grid-item-gallery { - color: var(--mpc-home-gallery); - --mpc-icons: var(--mpc-home-gallery); -} - -#home-grid-item-appearance { - color: var(--mpc-home-appearance); - --mpc-icons: var(--mpc-home-appearance); -} - -#home-grid-item-data { - color: var(--mpc-home-data); - --mpc-icons: var(--mpc-home-data); -} - -#home-grid-item-housekeeping { - color: var(--mpc-home-housekeeping); - --mpc-icons: var(--mpc-home-housekeeping); -} - -.home-grid-item-button { - font-size: 64px; - width: 86px; - height: 86px; -} - -a:not(.material-icons):not(.material-icons-outlined):not(.button):not(.spotlight-link) { - color: var(--codename-theme); - text-decoration-color: var(--codename-theme); -} - -a:not(.material-icons):not(.material-icons-outlined):not(.button):active, a:not(.material-icons):not(.material-icons-outlined):not(.button):focus:not(.spotlight-link) { - opacity: .75; -} - -.ck.ck-editor__main a { - color: inherit !important; - text-decoration-color: inherit !important; -} - -.all-item-icon { - margin-right: 5px; - vertical-align: middle; -} - -.all-item-text { - vertical-align: middle; -} - -.all-item-link { - color: white !important; - text-decoration: none !important; -} - -.nd_Field { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; - min-width: 0; - position: relative; - margin: 1em 0; - border-radius: 4px; - -webkit-transition: border-color .25s; - transition: border-color .25s; - border: 1px solid var(--codename-theme); -} - -.nd_Field input { - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - -.nd_Field input, .nd_Field select { - color: var(--mpc-text); -} - -.nd_Field input[type="password"], .nd_Field input[type="text"] { - color: var(--mpc-text); -} - -.nd_Field input, .nd_Field select, .nd_Field textarea { - font-weight: 400; - font-size: 1.4rem; - border: none; - border-radius: 4px; - padding: 8px 9px; - color: var(--mpc-text); - background-color: transparent; - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; - min-width: 0; -} - -.nd_Field input[type="password"], .nd_Field input[type="text"], .nd_Field textarea { - background-color: transparent; - color: var(--mpc-text); -} - -.nd_Field input[type="password"]::placeholder, .nd_Field input[type="text"]::placeholder, .nd_Field textarea::placeholder { - color: transparent; -} - -.nd_Field.fallback input[type="password"]::placeholder, .nd_Field.fallback input[type="text"]::placeholder, .nd_Field.fallback textarea::placeholder { - color: var(--codename-theme); - opacity: 1; -} - -.nd_Field input[type="password"], .nd_Field input[type="search"], .nd_Field input[type="text"] { - padding: 9px; - font-size: 14px; - font-weight: 600; - min-width: 0; -} - -.nd_Field_labelAlwaysTopLeft label, .nd_Field input:focus + label, .nd_Field input:not(:placeholder-shown) + label, .nd_Field select + label, .nd_Field textarea:focus + label, .nd_Field textarea:not(:placeholder-shown) + label { - background-color: transparent; -} - -.nd_Field_labelAlwaysTopLeft label, .nd_Field input:focus + label, .nd_Field input:not(:placeholder-shown) + label, .nd_Field select + label, .nd_Field textarea:focus + label, .nd_Field textarea:not(:placeholder-shown) + label { - -webkit-transition: font-size .25s ease-out 0s,color .25s ease-out 0s,top .25s ease-out 0s,background-color .25s ease-out 0s; - transition: font-size .25s ease-out 0s,width .25s ease-out 0s,color .25s ease-out 0s,top .25s ease-out 0s,background-color .25s ease-out 0s; - font-size: 14px; - top: -14px; - padding: 0 2px; - background-color: var(--mpc-background); - pointer-events: auto; -} - -.nd_Field label { - width: 100%; - -webkit-transition: font-size .25s ease-out .1s,color .25s ease-out .1s,top .25s ease-out .1s,background-color .25s ease-out .1s; - transition: font-size .25s ease-out .1s,color .25s ease-out .1s,top .25s ease-out .1s,background-color .25s ease-out .1s; - color: var(--codename-theme); - background-color: transparent; - font-size: 14px; - position: absolute; - left: 0; - top: 0; - margin: 7px 8px; - padding: 2px; - pointer-events: none; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - max-width: calc(100% - 20px); -} - -#search { - width: 256px; -} - -#searchbox { - width: 256px; - margin-left: auto; - margin-right: auto; -} - -.nd_Field input { - border: none !important; - font-weight: normal !important; -} - -.search-match { - color: var(--codename-theme); - text-decoration: underline; -} - -a.discreet, a.discreet:hover, a.discreet:active { - color: inherit !important; - text-decoration: none; -} - -.updates-status { - font-size: 64px; -} - -.separator { - border-bottom: none; - border-color: rgba(0, 0, 0, .5); -} - -#updates-available { - background-color: rgba(211, 211, 0, 0.5); - text-align: center; - z-index: 999999; - position: relative; -} - -.admin-pages-list { - display: grid; - grid-template-columns: 256px 256px 256px 256px 256px; - grid-column-gap: 20px; -} - -@media (max-width: 1424px) { - .admin-pages-list { - grid-template-columns: 256px 256px 256px 256px; - } -} - -@media (max-width: 968px) { - .admin-pages-list { - grid-template-columns: 256px 256px 256px; - } -} - -@media (max-width: 712px) { - .admin-pages-list { - grid-template-columns: 256px 256px; - } -} - -@media (max-width: 556px) { - .admin-pages-list { - grid-template-columns: 256px; - } -} - -.mdc-card__actions-pages-list { - position: absolute; - bottom: 0; -} - -.mdc-button--raised { - color: var(--mdc-theme-on-primary) !important; -} - -.nd_Field, .nd_Field * { - outline: none; -} - -.nd_Field input { - padding-top: 10px !important; -} - -.nd_Field { - width: 256px; -} - -.nd_Field label { - text-align: center; -} - -.nd_Field__centered { - margin-right: auto; - margin-left: auto; -} - -.nd_Field__disabled { - opacity: .5; -} \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin-v2/$resources/header.php b/Neutron-trunk/cms-special/admin-v2/$resources/header.php deleted file mode 100644 index e69de29..0000000 diff --git a/Neutron-trunk/cms-special/admin-v2/$resources/index-auto.css b/Neutron-trunk/cms-special/admin-v2/$resources/index-auto.css deleted file mode 100644 index 773eab9..0000000 --- a/Neutron-trunk/cms-special/admin-v2/$resources/index-auto.css +++ /dev/null @@ -1,3 +0,0 @@ -@import url("./index.css") only screen and (prefers-color-scheme: light); -@import url("./index.css") only screen and (prefers-color-scheme: no-preference); -@import url("./index-dark.css") only screen and (prefers-color-scheme: dark); \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin-v2/$resources/index-dark.css b/Neutron-trunk/cms-special/admin-v2/$resources/index-dark.css deleted file mode 100644 index 1683192..0000000 --- a/Neutron-trunk/cms-special/admin-v2/$resources/index-dark.css +++ /dev/null @@ -1,45 +0,0 @@ -@import "./common.css"; - -:root { - --mdc-theme-primary: var(--codename-theme); - --mdc-theme-secondary: var(--codename-secondary); - --mdc-theme-secondary-light: var(--codename-light); - --mdc-theme-on-primary: #ffffff; - --mdc-theme-on-secondary: white; - --mdc-theme-surface: rgb(44, 44, 44); - --mdc-theme-on-surface: whitesmoke; - --mpc-background: rgb(46, 46, 46); - --mpc-menu-background: rgb(22, 22, 22); - --mpc-menu-background-image: rgb(22, 22, 22, .5); - --mpc-menu-background-image-more: rgb(22, 22, 22, .75); - --mpc-text: whitesmoke; - --mpc-menu-selected: var(--mdc-theme-secondary-light); - --mpc-menu-header: rgb(223, 223, 223); - --mpc-menu-subtitle: rgb(182, 182, 182); - --mpc-icons: rgb(226, 226, 226); - --mpc-separator: rgb(138, 138, 138); - - --mpc-home-pages: rgb(179, 229, 252); - --mpc-home-calendar: rgb(200, 230, 201); - --mpc-home-gallery: rgb(255, 205, 210); - --mpc-home-appearance: rgb(255, 249, 196); - --mpc-home-data: rgb(178, 223, 219); - --mpc-home-housekeeping: rgb(209, 196, 233); - - --mpc-slse-hover1: rgba(255, 255, 255, 0.25); - --mpc-slse-hover2: rgba(255, 255, 255, 0.1); -} - -/* --------------------- */ - -.ck.ck-content { - background: #4a4a4a !important; -} - -.message_img { - filter: invert(100%); -} - -.mdi-icbtn-card { - color: rgba(255,255,255,1) !important; -} \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin-v2/$resources/index.css b/Neutron-trunk/cms-special/admin-v2/$resources/index.css deleted file mode 100644 index 57dd995..0000000 --- a/Neutron-trunk/cms-special/admin-v2/$resources/index.css +++ /dev/null @@ -1,31 +0,0 @@ -@import "./common.css"; - -:root { - --mdc-theme-primary: var(--codename-theme); - --mdc-theme-secondary: var(--codename-secondary); - --mdc-theme-secondary-light: var(--codename-light); - --mdc-theme-on-primary: white; - --mdc-theme-on-secondary: white; - --mdc-theme-surface: rgb(238, 238, 238); - --mdc-theme-on-surface: #000000; - --mpc-background: rgb(255, 255, 255); - --mpc-menu-background: rgb(240, 240, 240); - --mpc-menu-background-image: rgb(240, 240, 240, .5); - --mpc-menu-background-image-more: rgb(240, 240, 240, .75); - --mpc-text: rgb(0, 0, 0); - --mpc-menu-selected: var(--mdc-theme-secondary-light); - --mpc-menu-header: rgb(80, 80, 80); - --mpc-menu-subtitle: rgb(34, 34, 34); - --mpc-icons: rgb(78, 78, 78); - --mpc-separator: rgb(202, 202, 202); - - --mpc-home-pages: rgb(25, 118, 210); - --mpc-home-calendar: rgb(56, 142, 60); - --mpc-home-gallery: rgb(211, 47, 47); - --mpc-home-appearance: rgb(251, 192, 45); - --mpc-home-data: rgb(0, 121, 107); - --mpc-home-housekeeping: rgb(81, 45, 168); - - --mpc-slse-hover1: rgba(0, 0, 0, 0.25); - --mpc-slse-hover2: rgba(0, 0, 0, 0.1); -} \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin-v2/$resources/postcontent.php b/Neutron-trunk/cms-special/admin-v2/$resources/postcontent.php deleted file mode 100644 index cface57..0000000 --- a/Neutron-trunk/cms-special/admin-v2/$resources/postcontent.php +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin-v2/$resources/precontent.php b/Neutron-trunk/cms-special/admin-v2/$resources/precontent.php deleted file mode 100644 index 9b7e60c..0000000 --- a/Neutron-trunk/cms-special/admin-v2/$resources/precontent.php +++ /dev/null @@ -1,235 +0,0 @@ - $subpageel[$subpageid]['dom'] . " — " . $lang["admin-titles"][$pageid]['dom'], "headerName" => $subpageel[$subpageid]['header'] ]; - } else { - $pageConfig = [ "domName" => $lang["admin-titles"]["fallback-subpages"] . " — " . $lang["admin-titles"][$pageid]['dom'], "headerName" => $lang["admin-titles"]["fallback-subpages"] ]; - } - } else { - $pageConfig = [ "domName" => $lang["admin-titles"][$pageid]['dom'], "headerName" => $lang["admin-titles"][$pageid]['header'] ]; - } - } else { - $pageConfig = [ "domName" => $lang["admin-titles"][$pageid]['dom'], "headerName" => $lang["admin-titles"][$pageid]['header'] ]; - } - } else { - $pageConfig = [ "domName" => $lang["admin-titles"][$pageid]['dom'], "headerName" => $lang["admin-titles"][$pageid]['header'] ]; - } - } else { - $pageConfig = [ "domName" => $lang["admin-titles"]["fallback"]['dom'], "headerName" => $lang["admin-titles"]["fallback"]['header'] ]; - } -} else { - $pageConfig = [ "domName" => $lang["admin-titles"]["fallback"], "headerName" => $lang["admin-titles"]["fallback"] ]; -} - -$invalid = false; - -if (isset($_COOKIE['_NEUTRON_ADMIN_TOKEN']) && $_COOKIE['_NEUTRON_ADMIN_TOKEN'] != "." && $_COOKIE['_NEUTRON_ADMIN_TOKEN'] != ".." && $_COOKIE['_NEUTRON_ADMIN_TOKEN'] != "/" && strpos($_COOKIE['_NEUTRON_ADMIN_TOKEN'], "/") === false) { - if (file_exists($_SERVER['DOCUMENT_ROOT'] . "/data/tokens/" . $_COOKIE['_NEUTRON_ADMIN_TOKEN'])) { - - } else { - require $_SERVER['DOCUMENT_ROOT'] . "/api/electrode/quit.php";quit(""); - } -} else { - require $_SERVER['DOCUMENT_ROOT'] . "/api/electrode/quit.php";quit(""); -} - -if (isset($_POST['password'])) { - if (password_verify($_POST['password'], file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/data/webcontent/password"))) { - require $_SERVER['DOCUMENT_ROOT'] . "/api/electrode/quit.php";quit(""); - return; - } else { - $invalid = true; - } -} - -?> - -") ?> - - - - - - - - - /resources/css/fonts-import.css"> - /resources/css/alerts.css"> - - - - /resources/css/spotlight.css"> - /resources/css/admin.css"> - /resources/css/ui.css"> - /resources/css/codename.css"> - /resources/image/siteicon.png"> - - /resources/css/fonts-import.css" as="style"> - /resources/css/alerts.css" as="style"> - /resources/css/admin.css" as="style"> - /resources/css/ui.css" as="style"> - /cms-special/admin-v2/$resources/common.css" as="style"> - /cms-special/admin-v2/$resources/index.css" as="style"> - /cms-special/admin-v2/$resources/responsive.css" as="style"> - /cms-special/admin-v2/$resources/index-dark.css" as="style"> - - - - /cms-special/admin-v2/$resources/admin.js" as="script"> - - - '); - } - - ?> - '); - /*} elseif (file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/data/webcontent/theme") == "auto") { - echo(''); - } else { - echo(''); - }*/ - ?> - /resources/lib/pushbar.js/library.css"> - - /resources/css/admin_v2/chromium.css"> - - - - <?php - - if ($ready) { - echo("{$lang["admin-titles"]["suffix"]} — " . file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/data/webcontent/sitename")); - } else { - echo("{$lang["admin-titles"]["suffix"]} — Neutron"); - } - - ?> - location.href = '" . $GLOBALS["SYSTEM_ROOT"] . "/cms-special/setup';"); - } - ?> - 1024) { - if ($size > 1048576) { - if ($size > 1073741824) { - $sizestr = round($size / 1073741824, 2) . " " . $lang["sizes"]["gib"]; - } else { - $sizestr = round($size / 1048576, 2) . " " . $lang["sizes"]["mib"]; - } - } else { - $sizestr = round($size / 1024, 2) . " " . $lang["sizes"]["kib"]; - } - } else { - $sizestr = $size . " " . $lang["sizes"]["bytes"]; - } - $sizestr = str_replace(".", $lang["sizes"]["separator"], $sizestr); - - ?> - - - - -
- " . $lang["admin-home"]["updates"][0] . " — " . $lang["admin-home"]["updates"][1] . "
"); - $updatable = true; - } else { - $updatable = false; - } - - ?> - \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin-v2/$resources/responsive.css b/Neutron-trunk/cms-special/admin-v2/$resources/responsive.css deleted file mode 100644 index 75810b1..0000000 --- a/Neutron-trunk/cms-special/admin-v2/$resources/responsive.css +++ /dev/null @@ -1,31 +0,0 @@ -@media (max-width: 500px) { - /* The following CSS will apply ONLY to smartphones or small screens */ - .error-desktop { - display: none; - } - .error-mobile { - display: initial; - } - div#home-grid { - display: grid; - grid-template-columns: 1fr !important; - } -} - -@media (max-width: 720px) { - /* The following CSS will apply ONLY to medium screens (less than 720p) */ - #home-grid { - display: grid; - grid-template-columns: 1fr 1fr !important; - } -} - -@media (min-width: 500px) { - /* The following CSS will NEVER apply to smartphones or small screens */ - .error-desktop { - display: initial; - } - .error-mobile { - display: none; - } -} \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin-v2/$resources/session.php b/Neutron-trunk/cms-special/admin-v2/$resources/session.php deleted file mode 100644 index ae480ba..0000000 --- a/Neutron-trunk/cms-special/admin-v2/$resources/session.php +++ /dev/null @@ -1,11 +0,0 @@ -location.href = '" . $GLOBALS["SYSTEM_ROOT"] . "/cms-special/admin-v2/login'"); - } -} else { - require $_SERVER['DOCUMENT_ROOT'] . "/api/electrode/quit.php";quit(""); -} \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin-v2/$resources/spotlight-test.php b/Neutron-trunk/cms-special/admin-v2/$resources/spotlight-test.php deleted file mode 100644 index 625f734..0000000 --- a/Neutron-trunk/cms-special/admin-v2/$resources/spotlight-test.php +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - Spotlight search test - - - - - - - \ No newline at end of file diff --git a/Neutron-trunk/cms-special/admin-v2/$resources/spotlight.php b/Neutron-trunk/cms-special/admin-v2/$resources/spotlight.php deleted file mode 100644 index 2a09ed3..0000000 --- a/Neutron-trunk/cms-special/admin-v2/$resources/spotlight.php +++ /dev/null @@ -1,24 +0,0 @@ - - - - - -"> - \ No newline at end of file -- cgit