
document.write("");
document.write("<h1>Login</h1>");
document.write("    <form action=\"login.php\" method=\"post\">");
document.write("      <input type=\"hidden\" name=\"pflag\" value=\"login\" />");
document.write("      Username<br>");
document.write("      <span>");
document.write("      <input type=\"text\" name=\"username\" style=\"width:180px;\"/><br>");
document.write("      Password<br>");
document.write("      <input type=\"password\" name=\"password\" style=\"width:180px;\" />");
document.write("      </span>");
document.write("      <br />");
document.write("      <input type=\"checkbox\" name=\"remember_me\" value=\"1\" />Remember me      <br />");
document.write("      <input type=\"submit\" value=\"Login\" />");
document.write("    </form>");
document.write("");