'; // Header menu echo ' '; // Content 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 '

eXtreme Cloud Administration Toolkit

Open Source. EPL License
'; } ?>