document.write("<div class=\"login\">");
document.write("	<form action=\"login.aspx\" method=\"post\" ID=\"Form1\">");
document.write("		昵称 <input type=\"text\" size=\"11\" class=\"inp2\" name=\"tbXDFStudentName\" id=\"tbXDFStudentName\">");
document.write("		密码 <input type=\"password\" size=\"11\" class=\"inp2\" name=\"tbXDFStudentPassword\" id=\"tbXDFStudentPassword\">");
document.write("		<input type=\"submit\" value=\"登陆\" class=\"btn3\" ID=\"Submit1\" NAME=\"Submit1\">&nbsp;");
document.write("		<a href=\"getpassword.aspx\" target=\"_blank\">忘记密码</a>&nbsp;");
//document.write("		<a href=\"reg.aspx\" target=\"_blank\">注册用户</a>&nbsp;");
//document.write("		<a href=\"course.html\" target=\"_blank\">课程介绍</a>&nbsp;");
//document.write("		<a href=\"baoming.aspx\" target=\"_blank\">购买课程</a>&nbsp;");
//document.write("		<a href=\"StudentStudy.aspx\" target=\"_blank\">学习课程</a>&nbsp;");
//document.write("		<a href=\"teachstation.aspx\" target=\"_blank\">学习中心</a>&nbsp;");
//document.write("		<a href=\"modi.aspx\" target=\"_blank\">修改资料</a>&nbsp;");
//document.write("		<a href=\"help.html\" target=\"_blank\">帮助</a>");
document.write("	</form>");
document.write("</div>");
