\n"; print "\n"; print " "; print __("This is where the intro text will go."); print __("For now, it's just a place holder."); print __("It's more important to get the login functionality finished."); print __("After that, this can be filled in with more meaningful text."); print " "; # XXX Is this the proper way to add some spacing between table cells? # print "   "; print " \n"; if (!isset($_COOKIE["AURSID"])) { # the user is not logged in, give them login widgets # print "
\n"; if ($login_error) { print "" . $login_error . "
\n"; } print "\n"; print "\n"; print ""; print ""; print "\n"; print "\n"; print ""; print ""; print "\n"; print "\n"; print ""; print "\n"; print "
".__("Username:")."
".__("Password:")."
 
"; print "
\n"; print "
\n"; } else { print __("Logged-in as: %h%s%h", array("", username_from_sid($_COOKIE["AURSID"]), "")); } print " "; print "\n"; print "\n"; html_footer("\$Id$"); ?>