⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 infoch.jsp

📁 学生学籍管理系统 有三种权限
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ page import= "java.sql.*,bbs.DBConnect,bean.Student"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML xmlns="http://www.w3.org/1999/xhtml">
<HEAD><TITLE>信息修改</TITLE>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<LINK media=all href="<%=path %>/css/public.css" type=text/css rel=stylesheet>
<style type="text/css">
.button {
	BORDER-RIGHT: #1065ac 1px solid; BORDER-TOP: #1065ac 1px solid; BACKGROUND: #1065ac; FONT: bold 12px Verdana; BORDER-LEFT: #1065ac 1px solid; CURSOR: pointer; COLOR: #ffffff; BORDER-BOTTOM: #1065ac 1px solid
}
.text {
	BORDER: #1065ac 1px solid; FONT: 12px Verdana; WIDTH: 130px; COLOR: #1065ac
}
</style>
<SCRIPT type=text/javascript>
        //**************************************************<![CDATA[
        window.onload=function(){
        typeof menuItem=="undefined"?alert("当前页面所属菜单项目未定义!"):parent.selectMenu(menuItem);
        if(typeof helpMsg=="undefined")helpMsg="无";
        parent.writeHelpMsg(helpMsg);
        parent.loaded(document.body.scrollHeight);
        //document.getElementById("e_focus").focus();
        if(typeof init=="function")init();
        //	gony_rollover();
        //	gony_preload();
        };
        window.onunload=parent.loading;
        //**************************************************]]>
    </SCRIPT>
</HEAD>
<BODY>
<FORM id=myForm name=myForm action=<%=path %>/service/student/repwdHandler.jsp method=post>
<DIV><INPUT id=__EVENTTARGET type=hidden name=__EVENTTARGET></DIV>
<SCRIPT type=text/javascript>
<!--
var theForm = document.forms['myForm'];
if (!theForm) {
    theForm = document.myForm;
}
function __doPostBack(eventTarget) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        return true;
    }
}
// -->
</SCRIPT>

<DIV id=body>
<DIV class=l_title>信息修改</DIV>
<DIV class=l_content>
<DIV style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; PADDING-TOP: 0px; TEXT-ALIGN: left">
<TABLE class=datagrid id=ctl00_ContentPlaceHolder1_DataGrid1 style="BORDER-COLLAPSE: collapse" cellSpacing=0 rules=rows border=1>
  <TBODY>
  <form action="<%=path %>/service/admin/sure.jsp" method="post"></form>
    <center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;信息修改</center> <br>
    <center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;姓名:<input type=text name=id>&nbsp;入学时间:<input type=text name=rxcj></center><br>
    <center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;学号:<input type=text name=id>&nbsp;入学成绩:<input type=text name=rxcj></center><br>
    <center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;密码:<input type=text name=password>&nbsp;家庭信息:<input type=text name=jtxx></center><br>
    <center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;性别:<input type=text name=sex>&nbsp;体检情况:<input type=text name=tjqk></center><br>
    <center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;年龄:<input type=text name=age>&nbsp;奖励情况:<input type=text name=jlqk></center><br>
    <center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;班级:<input type=text name=sclass>&nbsp;处分情况:<input type=text name=cfqk></center><br>
    <center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input class=button type=submit value="提交">&nbsp;&nbsp;&nbsp;<input class=button type=submit value="取消"></center>
  
  </TBODY></TABLE>&nbsp;<FONT class=page_list></FONT>&nbsp;</DIV></DIV>
<SCRIPT type=text/javascript>
var menuItem="用户功能.修改密码";
var helpMsg="在此页面您可以修改您的登陆密码。";
</SCRIPT>
</DIV>
<DIV></DIV></FORM></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -