-added stylesheet support

-set frameset borders to 0
-removed scrollbars
This commit is contained in:
dechutes 2003-04-09 17:09:38 +00:00
parent 7fead3d337
commit 61c81cd9b2
1 changed files with 5 additions and 4 deletions

View File

@ -24,12 +24,13 @@ $Id$
*/
echo ("<html>\n");
echo (" <head>\n");
echo ("<head>\n");
echo ("<title>LDAP Account Manager</title>\n");
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\">\n");
echo ("<frame src=\"../lib/listhosts.php\" name=\"mainpart\">\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 ("<noframes>\n");
echo ("This page requires a browser that can show frames!\n");
echo ("</noframes>\n");