📄 userlogin_jsp.java
字号:
out.write("a:active {\r\n");
out.write("\tcolor: #00CC00;\r\n");
out.write("}\r\n");
out.write(".style11 {font-family: \"宋体\"; color: #99CC33; }\r\n");
out.write(".style12 {font-size: 11px}\r\n");
out.write(".style14 {\r\n");
out.write("\tfont-size: 11px;\r\n");
out.write("\tcolor: #99CC33;\r\n");
out.write("\tfont-family: \"宋体\";\r\n");
out.write("}\r\n");
out.write(".style16 {font-size: 9px}\r\n");
out.write(".style19 {font-size: 9px; color: #9999CC; }\r\n");
out.write(".style26 {font-family: \"宋体\"; font-size: 13px; }\r\n");
out.write(".style27 {font-family: \"黑体\"}\r\n");
out.write("-->\r\n");
out.write("</style>\r\n");
out.write("</head>\r\n");
out.write("\r\n");
out.write("<body>\r\n");
out.write("<table width=\"700\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" background=\"images/0002.gif\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"3500\" height=\"100\"><p><img src=\"images/head.gif\" width=\"707\" height=\"100\"></p></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td><hr size=\"2\"></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td><form name=\"form1\" method=\"post\" action=\"userlogin.jsp\">\r\n");
out.write(" <table width=\"600\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
out.write(" <tr>\r\n");
out.write(" <td colspan=\"3\"> </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"1\" colspan=\"3\"><span class=\"style19\">------------------------------------------------------------------------------------------------------------------------</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td colspan=\"3\"> </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td colspan=\"3\" align=\"center\" valign=\"middle\"><span class=\"style27\">用户注册</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"1\" colspan=\"3\"><span class=\"style19\">------------------------------------------------------------------------------------------------------------------------</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"1\" colspan=\"3\"><span class=\"style19\">------------------------------------------------------------------------------------------------------------------------</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td colspan=\"3\" align=\"center\" valign=\"middle\"> </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"216\" height=\"15\"> <span class=\"style26\">用户名</span></td>\r\n");
out.write(" <td height=\"15\" colspan=\"2\"><p>\r\n");
out.write(" <input name=\"username\" type=\"text\" id=\"username\" size=\"30\">\r\n");
out.write(" <span class=\"style11\">*<span class=\"style12\">数字字母组成</span></span></p>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"1\" colspan=\"3\"><span class=\"style19\">------------------------------------------------------------------------------------------------------------------------</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"216\" height=\"15\"> <span class=\"style26\">密码</span></td>\r\n");
out.write(" <td height=\"15\" colspan=\"2\"><p>\r\n");
out.write(" <input name=\"password\" type=\"password\" id=\"password\" size=\"30\">\r\n");
out.write(" <span class=\"style11\">*<span class=\"style12\">数字字母组成</span></span></p>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"1\" colspan=\"3\"><span class=\"style19\">------------------------------------------------------------------------------------------------------------------------</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td width=\"216\" height=\"15\"> <span class=\"style26\">密码确认</span></td>\r\n");
out.write(" <td height=\"15\" colspan=\"2\"><p>\r\n");
out.write(" <input name=\"confirm\" type=\"password\" id=\"confirm\" size=\"30\">\r\n");
out.write(" <span class=\"style11\"> *<span class=\"style12\">数字字母组成</span></span></p>\r\n");
out.write(" </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"1\" colspan=\"3\"><span class=\"style19\">------------------------------------------------------------------------------------------------------------------------</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"15\"> <span class=\"style26\">真实姓名</span></td>\r\n");
out.write(" <td height=\"15\" colspan=\"2\"><input name=\"name\" type=\"text\" id=\"name\" size=\"30\">\r\n");
out.write(" <span class=\"style14\">*真实姓名</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"1\" colspan=\"3\"><span class=\"style19\">------------------------------------------------------------------------------------------------------------------------</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"15\"> <span class=\"style26\">性别</span></td>\r\n");
out.write(" <td width=\"115\" height=\"15\"> <span class=\"style26\">男</span> <input name=\"sex\" type=\"radio\" value=\"男\" checked></td>\r\n");
out.write(" <td width=\"269\" height=\"15\"><span class=\"style26\">女</span> <input name=\"sex\" type=\"radio\" value=\"女\"> \r\n");
out.write(" <span class=\"style14\">*请如实填写</span> </td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"1\" colspan=\"3\"><span class=\"style19\">------------------------------------------------------------------------------------------------------------------------</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"15\"> <span class=\"style26\"> E-mail</span></td>\r\n");
out.write(" <td height=\"15\" colspan=\"2\"><input name=\"email\" type=\"text\" id=\"email\" size=\"30.\">\r\n");
out.write(" <span class=\"style14\">*电子邮件</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"1\" colspan=\"3\"><span class=\"style19\">------------------------------------------------------------------------------------------------------------------------</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"15\"> <span class=\"style26\">电话</span></td>\r\n");
out.write(" <td height=\"15\" colspan=\"2\"><input name=\"phone\" type=\"text\" id=\"phone\" size=\"30\"></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"1\" colspan=\"3\"><span class=\"style19\">------------------------------------------------------------------------------------------------------------------------</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"15\"> <span class=\"style26\">住址</span></td>\r\n");
out.write(" <td height=\"15\" colspan=\"2\"><input name=\"address\" type=\"text\" id=\"address\" size=\"50\"></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"1\" colspan=\"3\"><span class=\"style19\">------------------------------------------------------------------------------------------------------------------------</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"15\"> <span class=\"style26\">学科</span></td>\r\n");
out.write(" <td height=\"15\" colspan=\"2\"><select name=\"bclass\" >\r\n");
out.write(" <option selected>计算机</option>\r\n");
out.write(" <option >数学</option>\r\n");
out.write(" <option >物理</option>\r\n");
out.write(" <option >土木工程</option>\r\n");
out.write(" <option >信息安全</option>\r\n");
out.write(" <option >其他</option>\r\n");
out.write(" </select></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"1\" colspan=\"3\"><span class=\"style16\">------------------------------------------------------------------------------------------------------------------------</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"20\" colspan=\"3\"> \r\n");
out.write(" \r\n");
out.write(" <input type=\"submit\" name=\"Submit\" value=\"注册\" onclick=\"javascript:return(checkform());\"> \r\n");
out.write(" <input type=\"reset\" name=\"Submit\" value=\"重置\"></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"1\" colspan=\"3\"><span class=\"style16\">------------------------------------------------------------------------------------------------------------------------</span></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td height=\"20\" colspan=\"3\"> </td>\r\n");
out.write(" </tr>\r\n");
out.write(" </table>\r\n");
out.write(" </form></td>\r\n");
out.write(" </tr>\r\n");
out.write(" <tr>\r\n");
out.write(" <td> </td>\r\n");
out.write(" </tr>\r\n");
out.write("</table>\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -