From 69d73db9a7cec2cc470122d5192085166c4ae764 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 8 Sep 2019 00:02:50 +0200 Subject: [PATCH] hightlight password + add waiting box when installing --- html/install.php | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/html/install.php b/html/install.php index 330e1ae96..2c4248fec 100644 --- a/html/install.php +++ b/html/install.php @@ -73,6 +73,9 @@ session_start(); color: inherit; } + +

@@ -129,6 +132,13 @@ if ( ! isset($_GET['lang'])){ require_once '../include/constant.php'; include_once NOALYSS_INCLUDE.'/lib/ac_common.php'; include_once NOALYSS_INCLUDE.'/lib/html_input.class.php'; +include_once '../lib/function_javascript.php'; +load_all_script(); + + + + +echo '

'; if ( $_GET['lang'] == "en_US.utf8" || $_GET['lang']=='fr_FR.utf8') { $_SESSION['g_lang']=$_GET['lang']; @@ -137,8 +147,11 @@ if ( $_GET['lang'] == "en_US.utf8" || $_GET['lang']=='fr_FR.utf8') ?> +