list frame can be scrolled; default list is user list

This commit is contained in:
Roland Gruber 2003-04-18 16:22:13 +00:00
parent c61f45bf3e
commit a5abc03e30
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ echo ("<link rel=\"stylesheet\" type=\"text/css\" href=\"../style/layout.css\" /
echo ("</head>\n");
echo ("<frameset rows=\"130,*\">\n");
echo ("<frame src=\"./main_header.php\" name=\"head\" frameborder=\"0\" scrolling=\"no\">\n");
echo ("<frame src=\"../lib/listhosts.php\" name=\"mainpart\" frameborder=\"0\" scrolling=\"no\">\n");
echo ("<frame src=\"../lib/listusers.php\" name=\"mainpart\" frameborder=\"0\" scrolling=\"yes\">\n");
echo ("<noframes>\n");
echo ("This page requires a browser that can show frames!\n");
echo ("</noframes>\n");