📄 addmenberinfo.jsp
字号:
<%@ page language="java" pageEncoding="utf-8"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<html:base />
<title>修改员工信息页面</title>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" background="D:/j2eeworkspace/Companycommonwork/WebRoot/image/s_186.gif">
<tr>
<td height="38" align="center"><font size="5" color=red><b>企业信息管理系统</b></font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" background="red">
<html:form action="/ChangepersonInfoAction">
<tr>
<td>
<table width="100%" height="442" border="0" cellspacing="0" cellpadding="0">
<tr>
<th width="25%" >用 户 ID<br></th>
<td width="75%" ><html:text property="account" size="20"></html:text><br></td>
</tr>
<tr>
<th width="25%" >姓 名<br></th>
<td width="75%" ><html:text property="name" size="20"></html:text><br></td>
</tr>
<tr>
<th width="25%" >性 别</th>
<td width="25%" ><html:radio property="sex" value="男"></html:radio>男
<html:radio property="sex" value="女"></html:radio>女</td>
</tr>
<tr>
<th width="25%" >薪 金</th>
<td width="75%" ><html:text property="wage" size="20"></html:text></td>
</tr>
<tr>
<th width="25%" >部 门</th>
<td width="75%" ><html:text property="partment" size="20"></html:text></td>
</tr>
<tr>
<th width="25%" >毕业学校</th>
<td width="75%" ><html:text property="school" size="20"></html:text></td>
</tr>
<tr>
<th width="25%" >专业类别</th>
<td width="75%" ><html:text property="object" size="20"></html:text></td>
</tr>
<tr>
<th width="25%" >职 务</th>
<td width="75%" ><html:text property="works" size="20"></html:text></td>
</tr>
<tr>
<td colspan="2" align="center">
<html:submit/> <html:cancel/>
</td>
</tr>
</table>
</td>
</tr>
</html:form>
</table>
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -