?? infoch.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> 信息修改</center> <br>
<center> 姓名:<input type=text name=id> 入學時間:<input type=text name=rxcj></center><br>
<center> 學號:<input type=text name=id> 入學成績:<input type=text name=rxcj></center><br>
<center> 密碼:<input type=text name=password> 家庭信息:<input type=text name=jtxx></center><br>
<center> 性別:<input type=text name=sex> 體檢情況:<input type=text name=tjqk></center><br>
<center> 年齡:<input type=text name=age> 獎勵情況:<input type=text name=jlqk></center><br>
<center> 班級:<input type=text name=sclass> 處分情況:<input type=text name=cfqk></center><br>
<center> <input class=button type=submit value="提交"> <input class=button type=submit value="取消"></center>
</TBODY></TABLE> <FONT class=page_list></FONT> </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 + -