'; // Header menu echo ' '; // Nodes section echo '
'; // Configure section echo '
'; // Provision section echo '
'; // Monitor section echo '
'; // End of page echo ' '; } /** * Load page content * * @param Nothing * @return Nothing */ function loadContent() { // Initialize page echo ''; } /** * Login user into a new session * * @param Nothing * @return Nothing */ function login() { // xcatauth.js will open a dialog box // asking for the user name and password echo '

Give the username and password configured in the passwd table

'; } ?>