From: Jean-Marc Pigeon Date: Mon, 8 Sep 2025 01:44:50 +0000 (-0400) Subject: Able to display forlder icon withon lvlusr.php screen X-Git-Tag: end-0.15~11 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=77a99b477dcd862be049947293adeaaf5865f647;p=jmp%2Fmailleur Able to display forlder icon withon lvlusr.php screen --- diff --git a/support/do_httpd.sh b/support/do_httpd.sh index da6bb71..482a3ee 100755 --- a/support/do_httpd.sh +++ b/support/do_httpd.sh @@ -63,11 +63,7 @@ SSLSessionCacheTimeout 300 ServerAlias localhost.localdomain ServerAdmin root@$domain DocumentRoot /var/www/$APPNAME - setenv PATH_INFO /etc/$APPNAME/$APPNAME.php - Alias /base-dir/ /var/www/$APPNAME/ - Alias /reg-icons/ /var/www/$APPNAME/reg-icons/ - Alias /base-graph/ /var/www/$APPNAME/graph/ - ScriptAlias /cgi-bin/ /var/www/$APPNAME/ + Alias reg-icons /var/www/$APPNAME/reg-icons Options MultiViews FollowSymlinks ExecCGI AllowOverride AuthConfig FileInfo Indexes Limit Options diff --git a/www/directives.js b/www/directives.js index ea33a6d..eac8696 100644 --- a/www/directives.js +++ b/www/directives.js @@ -2,7 +2,7 @@ .table-userlist tr:nth-child(odd) { - background-color: #66ff99; + background-color: #0074ab ; color: yellow ; } diff --git a/www/gesdis.php b/www/gesdis.php index 1423a16..b62bbe3 100644 --- a/www/gesdis.php +++ b/www/gesdis.php @@ -127,6 +127,7 @@ return $STR; function starthtml($js) { +$JSTR=NULL; if ($js!=NULL) { $JSTR = << diff --git a/www/lvlusr.php b/www/lvlusr.php index 80917c7..16d00af 100644 --- a/www/lvlusr.php +++ b/www/lvlusr.php @@ -29,11 +29,14 @@ foreach($emails as $email) { $last=$email['lastemail']; $max=$email['mxspace']; $lock=$email['locked']; - $line=$line.""; - $line=$line."$name"; - $line=$line."$last"; - $line=$line."$max"; - $line=$line."$lock"; + $line=$line."\r\n"; + $line=$line."$count \r\n"; + $line=$line."\r\n"; + $line=$line." $name\r\n"; + $line=$line."\r\n"; + $line=$line."$last\r\n"; + $line=$line."$max\r\n"; + $line=$line."$lock\r\n"; $line=$line.""; $count++; } diff --git a/www/reg-icons/bottom-adm_01.gif b/www/reg-icons/bottom-adm_01.gif deleted file mode 100644 index f12c43e..0000000 Binary files a/www/reg-icons/bottom-adm_01.gif and /dev/null differ diff --git a/www/reg-icons/bottom-adm_02.gif b/www/reg-icons/bottom-adm_02.gif deleted file mode 100644 index 56b4a5c..0000000 Binary files a/www/reg-icons/bottom-adm_02.gif and /dev/null differ diff --git a/www/reg-icons/bottom-adm_03.gif b/www/reg-icons/bottom-adm_03.gif deleted file mode 100644 index fbcef66..0000000 Binary files a/www/reg-icons/bottom-adm_03.gif and /dev/null differ diff --git a/www/reg-icons/clement_H.gif b/www/reg-icons/clement_H.gif deleted file mode 100644 index 0f323d5..0000000 Binary files a/www/reg-icons/clement_H.gif and /dev/null differ diff --git a/www/reg-icons/folder.gif b/www/reg-icons/folder.gif new file mode 100644 index 0000000..4826460 Binary files /dev/null and b/www/reg-icons/folder.gif differ diff --git a/www/reg-icons/logged_03.gif b/www/reg-icons/logged_03.gif deleted file mode 100644 index a3ffbe2..0000000 Binary files a/www/reg-icons/logged_03.gif and /dev/null differ diff --git a/www/reg-icons/menu-adm_01.gif b/www/reg-icons/menu-adm_01.gif deleted file mode 100644 index ce7ac41..0000000 Binary files a/www/reg-icons/menu-adm_01.gif and /dev/null differ diff --git a/www/reg-icons/menu-adm_02.gif b/www/reg-icons/menu-adm_02.gif deleted file mode 100644 index e6063b3..0000000 Binary files a/www/reg-icons/menu-adm_02.gif and /dev/null differ diff --git a/www/reg-icons/menu-adm_10.gif b/www/reg-icons/menu-adm_10.gif deleted file mode 100644 index fb89fc2..0000000 Binary files a/www/reg-icons/menu-adm_10.gif and /dev/null differ