From 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 15:38:16 +0200 Subject: Update --- Neutron-trunk/cms-special/setup/index.php | 156 ++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 Neutron-trunk/cms-special/setup/index.php (limited to 'Neutron-trunk/cms-special/setup') diff --git a/Neutron-trunk/cms-special/setup/index.php b/Neutron-trunk/cms-special/setup/index.php new file mode 100644 index 0000000..d17d5a6 --- /dev/null +++ b/Neutron-trunk/cms-special/setup/index.php @@ -0,0 +1,156 @@ + +") ?> + + + + +"> + + + + + /resources/css/setup.css"> + /resources/css/fonts-import.css"> + /resources/css/ui.css"> + <?php + + if ($ready) { + if (!isset($lang)) { + echo(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/data/webcontent/sitename")); + } else { + echo($lang["setup"]["ititle"] . " - " . file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/data/webcontent/sitename")); + } + } else { + if (!isset($lang)) { + echo("Neutron"); + } else { + echo($lang["setup"]["ititle"] . " - Neutron"); + } + } + + ?> + + + location.href = '" . $GLOBALS['SYSTEM_ROOT'] . "/index.php';"); + } + + ?> + + window.onbeforeunload = function (e) { + e = e || window.event; + + // For IE and Firefox prior to version 4 + if (e) { + e.returnValue = ""; + } + + // For Safari + return ""; + }; + ' ?> + +
+

+

+ /resources/image/config_restart.svg" onclick="reloadPage()" class="icon_button">
+
+
" id="00-language"> +

Neutron

+

+ +

+ +
+
" id="01-loader"> +

+ /resources/image/storeloader.svg" class="loader"> +
+
+

+ /resources/image/storeloader.svg" class="loader"> +
+
+

+

+

+

+ /resources/image/config_next.svg" onclick="document.title = ' - Neutron';switchPage('03-welcome', '04-name');" class="icon_button">
+
+
+

+

+

+

+ /resources/image/config_next.svg" onclick="Name_ChangeIfOk()" class="icon_button">
+
+
+

+

+

+ /resources/image/config_file_import.svg" onclick="Icon_UploadFile()" class="icon_button">


+ /resources/image/config_next.svg" onclick="document.title = ' - Neutron';switchPage('05-icon', '06-terms');" class="icon_button">
+
+
+

+

+

+ /resources/image/config_next.svg" onclick="document.title = ' - Neutron';switchPage('06-terms', '07-finish');" class="icon_button">
+
+
+

+

+

+ /resources/image/config_finish.svg" onclick="upload()" class="icon_button">
+
+
+

+ /resources/image/storeloader.svg" class="finisher loadblink">


+
+
+

+ /resources/image/storeloader.svg" class="finisher loadblink">


+
+
+

+ /resources/image/storeloader.svg" class="finisher loadblink">


+
+
+

+ /resources/image/storeloader.svg" class="finisher loadblink">


+
+
+

+

+

MPCMS-usr-motdepasse

+ /resources/image/config_explore.svg" onclick="location.href = '/'" class="icon_button">
+
+ ' ?> + + -- cgit