-added stylesheet support
-set frameset borders to 0 -removed scrollbars
This commit is contained in:
parent
7fead3d337
commit
61c81cd9b2
|
@ -19,17 +19,18 @@ $Id$
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
This is the main window. The user and group lists will be shown in this frame.
|
||||
This is the main window. The user and group lists will be shown in this frame.
|
||||
|
||||
*/
|
||||
|
||||
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");
|
||||
|
|
Loading…
Reference in New Issue