The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MySQL::Admin::Main.pm Main template for MySQL::Admin::GUI

SYNOPSIS

see l<MySQL::Admin::GUI>

DESCRIPTION

load The "Main Template" for MySQL::Admin::GUI

EXPORT

SEE ALSO

MySQL::Admin::GUI Template::Quick

Public

new()

initMain()

     my %patmeter =(

     path => "path to cgi-bin",

     style  => "style to use",

     title  => "title";

     htmlright => '',

     login  => '',

     template =>'index.html',

     );

     init(\%patmeter);

Header()

Footer()

PRIVAT

getSelf()

see HTML::Menu::TreeView

AUTHOR

Dirk Lindner <lze@cpan.org>

LICENSE

Copyright (C) 2005-2009 by Hr. Dirk Lindner

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.