New/Pending\n"); print("

New/Pending Articles:

\n"); print("

New/Pending STRs:

\n"); html_footer(); break; case 'P' : // Change password html_header("Change Password"); html_start_links(1); html_link("New/Pending", "$PHP_SELF?L"); html_link("Change Password", "$PHP_SELF?P"); html_link("Logout", "$PHP_SELF?X"); html_end_links(); print("

Change Password

\n"); if ($REQUEST_METHOD == "POST" && array_key_exists("PASSWORD", $_POST) && array_key_exists("PASSWORD2", $_POST) && $_POST["PASSWORD"] == $_POST["PASSWORD2"]) { // Store new password and re-login... print("

Password changed successfully!

\n"); } else { print("
" ."

\n" ."" ."\n" ."" ."\n" ."\n" ."
Password:
Password Again:
" ."

\n"); } html_footer(); break; } // // End of "$Id: account.php,v 1.1 2004/05/17 20:28:52 mike Exp $". // ?>