-added stylesheet support
-set frameset borders to 0 -removed scrollbars
This commit is contained in:
parent
7fead3d337
commit
61c81cd9b2
|
@ -24,12 +24,13 @@ $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
echo ("<html>\n");
|
echo ("<html>\n");
|
||||||
echo (" <head>\n");
|
echo ("<head>\n");
|
||||||
echo ("<title>LDAP Account Manager</title>\n");
|
echo ("<title>LDAP Account Manager</title>\n");
|
||||||
|
echo ("<link rel=\"stylesheet\" type=\"text/css\" href=\"../style/layout.css\" />");
|
||||||
echo ("</head>\n");
|
echo ("</head>\n");
|
||||||
echo ("<frameset rows=\"130,*\">\n");
|
echo ("<frameset rows=\"130,*\">\n");
|
||||||
echo ("<frame src=\"./main_header.php\" name=\"head\">\n");
|
echo ("<frame src=\"./main_header.php\" name=\"head\" frameborder=\"0\" scrolling=\"no\">\n");
|
||||||
echo ("<frame src=\"../lib/listhosts.php\" name=\"mainpart\">\n");
|
echo ("<frame src=\"../lib/listhosts.php\" name=\"mainpart\" frameborder=\"0\" scrolling=\"no\">\n");
|
||||||
echo ("<noframes>\n");
|
echo ("<noframes>\n");
|
||||||
echo ("This page requires a browser that can show frames!\n");
|
echo ("This page requires a browser that can show frames!\n");
|
||||||
echo ("</noframes>\n");
|
echo ("</noframes>\n");
|
||||||
|
|
Loading…
Reference in New Issue