From 8fabf77b2a7720a357c63817c07035a9908818a0 Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 10 Nov 2021 17:53:50 +0100 Subject: Update --- Neutron-trunk/cms-special/setup/index.php | 170 ------------------------------ 1 file changed, 170 deletions(-) delete mode 100644 Neutron-trunk/cms-special/setup/index.php (limited to 'Neutron-trunk/cms-special/setup/index.php') diff --git a/Neutron-trunk/cms-special/setup/index.php b/Neutron-trunk/cms-special/setup/index.php deleted file mode 100644 index 5055510..0000000 --- a/Neutron-trunk/cms-special/setup/index.php +++ /dev/null @@ -1,170 +0,0 @@ - -") ?> - - - - -"> - - - - - /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/oobe/error.png" alt="" height="64px"> -

-

- /resources/image/config_restart.svg" onclick="reloadPage()" class="icon_button">
-
-
" id="00-language"> - /resources/image/oobe/language.png" alt="" height="64px"> -

Neutron

-

- -

- -
-
" id="01-loader"> - /resources/image/oobe/init.png" alt="" height="64px"> -

- /resources/image/storeloader.svg" class="loader"> -
-
- /resources/image/oobe/check.png" alt="" height="64px"> -

- /resources/image/storeloader.svg" class="loader"> -
-
- /resources/image/oobe/welcome.png" alt="" height="64px"> -

-

-

-

- /resources/image/config_next.svg" onclick="document.title = ' - Neutron';switchPage('03-welcome', '04-name');" class="icon_button">
-
-
- /resources/image/oobe/name.png" alt="" height="64px"> -

-

-

- ">

- /resources/image/config_next.svg" onclick="Name_ChangeIfOk()" class="icon_button">
-
-
- /resources/image/oobe/icon.png" alt="" height="64px"> -

-

-

- /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/oobe/software-license.png" alt="" height="64px"> -

-

-

- /resources/image/config_next.svg" onclick="document.title = ' - Neutron';switchPage('06-terms', '07-finish');" class="icon_button">
-
-
- /resources/image/oobe/finish.png" alt="" height="64px"> -

-

-

- /resources/image/config_finish.svg" onclick="upload()" class="icon_button">
-
-
- /resources/image/oobe/installing.png" alt="" height="64px"> -

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


-
-
- /resources/image/oobe/installing.png" alt="" height="64px"> -

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


-
-
- /resources/image/oobe/installing.png" alt="" height="64px"> -

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


-
-
- /resources/image/oobe/installing.png" alt="" height="64px"> -

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


-
-
- /resources/image/oobe/ready.png" alt="" height="64px"> -

-

-

MPCMS-usr-motdepasse

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