index.jsp~1~
来自「基于WEB的作业提交系统,是用JSP,JBUILDER,TOMCAT,MYSQL」· JSP~1~ 代码 · 共 69 行
JSP~1~
69 行
<%@ page contentType="text/html; charset=GB2312" %>
<html>
<head>
<title>
</title>
</head>
<h1 align="center">欢迎登陆信息与计算科学</h1>
<h1 align="center">网上作业提交系统</h1>
<form name="stuLoginForm" method="post" action="./stuctrol">
<p>学生登陆: </p>
<table width="240" border="1" align="center">
<tr>
<td width="55">学 号</td>
<td width="129"><input name="stuid" type="text" id="stuid"></td>
</tr>
<tr>
<td>密 码</td>
<td><input name="stupassword" type="text" id="stupassword"></td>
</tr>
<tr>
<td colspan="2"> <input type="hidden" name="actionId" value="stuLogin">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置"></td>
</tr>
</table>
</form>
<form name="tLogin" method="post" action="">
<p>教师登陆:</p>
<table width="240" border="1" align="center">
<tr>
<td width="49">教师ID</td>
<td width="165"><input name="teacherid" type="text" id="teacherid"></td>
</tr>
<tr>
<td>密码</td>
<td><input name="password" type="text" id="password"></td>
</tr>
<tr>
<td colspan="2"><input type="hidden" name="actionId" value="tLogin">
<input type="submit" name="Submit3" value="提交">
<input type="reset" name="Submit4" value="重置"></td>
</tr>
</table>
</form>
<form name="mLogin" method="post" action="">
<p>教务管理员登陆:</p>
<table width="240" border="1" align="center">
<tr>
<td width="55">管理员ID</td>
<td width="159"><input name="username" type="text" id="username"></td>
</tr>
<tr>
<td>密码</td>
<td><input name="password" type="text" id="password"></td>
</tr>
<tr>
<td colspan="2"><input type="hidden" name="actionId" value="nLogin">
<input type="submit" name="Submit5" value="提交">
<input type="reset" name="Submit6" value="重置"></td>
</tr>
</table>
<p> </p>
</form>
<p>本系统应用技术:jsp,sevlet,java,j2ee,MVC构架</p>
<p>作者:秦效辉</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?