]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Trying to improve footer display
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Wed, 27 Aug 2025 12:55:07 +0000 (08:55 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Wed, 27 Aug 2025 12:55:07 +0000 (08:55 -0400)
www/scrfun.php

index 920f5a54c45d565ba5e9f3edb0b8f9ca7389d2ed..4c432c0077dab4631998704f9d86b453b3ce9510 100644 (file)
@@ -20,32 +20,20 @@ include     "release.php";
 $today=date("D M d H:i:s Y");
 
 $STR  = <<<EOT
-<TR>
-<TD height="13"><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
-<TR>
-<TD width="2%" background="/reg-icons/bottom-adm_02.gif">
-<IMG SRC="/reg-icons/bottom-adm_01.gif" WIDTH=20 HEIGHT=10 ALT="">
-</TD>
-<TD width="1%" align="right" background="/reg-icons/bottom-adm_02.gif">
-<IMG SRC="/reg-icons/bottom-adm_03.gif" WIDTH=20 HEIGHT=10 ALT="">
-</TD>
-</TR>
-</TABLE></TD>
-</TR
 
-<TR>
-<TD height="13">
 <TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
-<TD height="30"  width="30%" align="left"  valign="bottom" class="smalltxt10">
+<hr width="100%" size="8" color="black" noshade>
+<TD width="30%" align="left"  valign="top" class="smalltxt10">
 $pageref, Version: $m_release
 </TD>
-<TD height="30"  width="40%" align="center" class="smalltxt10">
+<TD width="40%" align="center" valign="top" class="smalltxt10">
 $copyright
 </TD>
-<TD height="30" width="30%" align="right"  valign="bottom" class="smalltxt10">
+<TD width="30%" align="right"  valign="top" class="smalltxt10">
 $today
-</TABLE></TD>
-</TR>
+</TD>
+<hr width="100%" size="8" color="black" noshade>
+</TABLE>
 
 EOT;