From: Jean-Marc Pigeon (Delson) Date: Tue, 26 Aug 2025 14:11:21 +0000 (-0400) Subject: Trying to insert a login screen X-Git-Tag: end-0.15~75 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=d6f75e25060d3e1ebadd0c41fc0b110d715b46aa;p=jmp%2Fmailleur Trying to insert a login screen --- diff --git a/www/mailleur.php b/www/mailleur.php index e543311..e7b2f72 100644 --- a/www/mailleur.php +++ b/www/mailleur.php @@ -9,6 +9,7 @@ function body() include "scrfun.php"; $footer=footer("P:mailleur"); +$footer=login(); $STR = << @@ -20,6 +21,7 @@ $STR = << Mailleur +$login $footer diff --git a/www/reg-icons/clement_H.gif b/www/reg-icons/clement_H.gif new file mode 100644 index 0000000..0f323d5 Binary files /dev/null and b/www/reg-icons/clement_H.gif differ diff --git a/www/reg-icons/login.gif b/www/reg-icons/login.gif new file mode 100644 index 0000000..e131950 Binary files /dev/null and b/www/reg-icons/login.gif differ diff --git a/www/scrfun.php b/www/scrfun.php index 28b086e..f61d921 100644 --- a/www/scrfun.php +++ b/www/scrfun.php @@ -52,5 +52,20 @@ EOT; return $STR; } +//============================================================== +// +// To display the login screen +// +//============================================================== +function login() + +{ +$STR = << + +EOT; + +return $STR; +} ?>