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

📄 a000405a91a4001d1617cecff84264b6

📁 实习的时候做的数字校园系统
💻
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%@ page import="com.xxgl.bean.StudentBean" %>
<%@ page import="com.xxgl.business.NewstuBO" %>
<%
String id = request.getParameter("id");
NewstuBO bo = new NewstuBO();
StudentBean sbean = bo.selectstu(Integer.parseInt(id));
 %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>修改参数列表</title>
<style type="text/css">
<!--
body {
	background-color: #DEE7FF;
}
.style1 {color: #f7f7f7}
-->
</style>
</head>
<body>
<form name="form1" method="post" action="">
<table width="742"  border="0" align="center" cellPadding="0" cellSpacing="0" borderColor="#ffffff" bgColor="#dee7ff"  ID="Table1" style="FONT-SIZE: 10pt">
          <tbody>
            <tr>
			  <td height="35" colSpan="3" bordercolor="#ffffff" bgcolor="#dee7ff"></td>
              <td width="20" height="16" align="middle" background="<%=request.getContextPath() %>/jiemian/image/title_left.gif" bgColor="#dee7ff"><div align="left"><img src="image/file1.gif" width="12" height="16"></div></td>
              <td width="99" height="35" align="left" background="<%=request.getContextPath() %>/jiemian/image/title_left.gif" bgColor="#dee7ff"><font color="#f7f7f7">学生基本信息</font> </td>
              <td width="11" height="35" align="middle" background="<%=request.getContextPath() %>/jiemian/image/title_middle.gif" bgColor="#dee7ff"><font color="#f7f7f7">&nbsp;</font> </td>
              <td width="630" height="35" align="middle" background="<%=request.getContextPath() %>/jiemian/image/title_right.gif" bgColor="#dee7ff">&nbsp;</td>
            </tr>
          </tbody>
  </table>
  
  
<table width="741" height="450"  border="0" align="center" cellspacing="0" bordercolor="#2955b5" bgcolor="#dee7ff" id="Table2">
  <tr bgcolor="#dee7ff" >
    <td height="20" colspan="4"><span class="style1">学生学号:</span> <input  name="id" value="<%=sbean.getS_id() %>"></td>
	<td width="180" rowspan="4">&nbsp;<img src="" width="193" height="118" border="0" align="absmiddle"></td>
  </tr>
  <tr>
    <td width="13" height="40" align="left">姓名:</td>
    <td width="285"><input name="textfield" type="text" size="15" maxlength="20">
        <font color="red">*</font></td>
    <td width="13" height="40">性别:</td>
    <td width="223"><select name="select" size="1">
      <option value="1">男</option>
      <option value="0">女</option>
      </select>
        <font color="red">*</font></td>
    
  </tr>
  <tr>
    <td width="13" height="40">年龄:</td>
    <td><input name="textfield" type="text" size="15">
        <font color="red">*</font></td>
    <td width="13" height="40">年级:</td>
    <td><input name="textfield" type="text" size="15" maxlength="10">
        <font color="red">*</font></td>
  </tr>
  <tr>
    <td width="13" height="43">班级:</td>
    <td><input name="textfield" type="text" size="15" maxlength="10">
        <font color="red">*</font></td>
    <td width="13" height="43">职务:</td>
    <td><input name="textfield" type="text" size="15" maxlength="20">
        <font color="red">*</font></td>
  </tr>
  <tr>
    <td width="13" height="40"><p>政治面貌:</p></td>
    <td><input name="textfield" type="text" size="15" maxlength="10">
        <font color="red">*</font></td>
    <td width="13" height="40">籍贯:</td>
    <td><input name="textfield" type="text" size="15" maxlength="50">      <font color="red">*</font></td>
  </tr>
  <tr>
    <td width="13" height="40"><p>电话号码:</p></td>
    <td><input name="textfield" type="text" size="15">
        <font color="red">*</font></td>
    <td width="13" height="40"><p>家庭住址:</p></td>
    <td colspan="2"><input name="textfield" type="text" size="40" maxlength="100">
        <font color="red">*</font></td>
  </tr>
  <tr>
    <td width="13" height="40"><p>是否注册:</p></td>
    <td colspan="4"><select name="select" size="1">
      <option value="1">是</option>
      <option value="0">否</option>
      </select>
        <font color="red">*</font></td>
  </tr>
  <tr>
    <td width="13" height="122">备注:</td>
    <td colspan="4"><textarea name="textarea" cols="100" rows="8"></textarea></td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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