Hallo allesamt,
hier eine kurze Meldung.
In der Zeile 66 der Datei
admin.php fehlt ein
colspan="2"Außerdem könnte man die Tabelle in einem
<blockquote> einschliessen.
Ein
<td style=\"padding-bottom:4px;\"> wäre auch nicht schlecht.
ALT von Zeile 60 bis 72Zitat
- echo "<form action=\"admin.php\" method=\"post\" name=\"adminlogin\">"
. "<table border=\"0\">"
. "<tr><td>" . _ADMINID . "</td>"
. "<td><input type=\"text\" NAME=\"aid\" size=\"30\" maxlength=\"25\"></td></tr>"
. "<tr><td>" . _PASSWORD . "</td>"
. "<td><input type=\"password\" NAME=\"pwd\" size=\"30\" maxlength=\"20\"></td></tr>"
. "<tr><td>"
. "<input type=\"hidden\" NAME=\"op\" value=\"login\">"
. "<input type=\"hidden\" NAME=\"check\" value=\"" . MD5($xcv) . "\">"
. "<input type=\"hidden\" NAME=\"sess\" value=\"" . MD5(session_id()) . "\">"
. "<input type=\"submit\" VALUE=\"" . _LOGIN . "\">"
. "</td></tr></table>"
. "</form>";
NEUZitat
- echo "<blockquote>";
echo "<form action=\"admin.php\" method=\"post\" name=\"adminlogin\">"
."<table width=\"100%\" border=\"0\">"
."<tr><td style=\"padding-bottom:4px;\">"._ADMINID."</td>"
."<td style=\"padding-bottom:4px;\"><input type=\"text\" NAME=\"aid\" size=\"30\" maxlength=\"25\"></td></tr>"
."<tr><td style=\"padding-bottom:4px;\">"._PASSWORD."</td>"
."<td style=\"padding-bottom:4px;\">
<input type=\"password\" NAME=\"pwd\" size=\"30\" maxlength=\"20\"></td></tr>"
."<tr><td colspan=\"2\">"
."<input type=\"hidden\" NAME=\"op\" value=\"login\">"
."<input type=\"hidden\" NAME=\"check\" value=\"".MD5($xcv)."\">"
."<input type=\"hidden\" NAME=\"sess\" value=\"".MD5(session_id())."\">"
."<input type=\"submit\" VALUE=\""._LOGIN."\">"
."</td></tr></table>"
."</form>";
echo "</blockquote>";
Gruß
gabin