no

no

BlogJava 首页 新随笔 联系 聚合 管理
  6 Posts :: 2 Stories :: 0 Comments :: 0 Trackbacks
 1<%@ page language="java" import="java.util.*,java.sql.*" pageEncoding="utf-8"%>
 2<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 3<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
 4<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
 5<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
 6<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
 7<script language=javascript type="text/javascript" src="/Bank_Framework/js/1223.js"></script>
 8<html:html>
 9  <body> 
10    新用户注册<br>
11    <html:form action="/regist.do?method=regist" method="post" enctype="multipart/form-data">  
12    <table align=center >    
13        <tr><th>用户编号:</th><th colspan=2 ><html:text property="szUserId"/><html:errors property="szUserId"/></th>    
14        <tr><th>用户名:</th><th><html:text property="szUserName"/><html:errors property="szUserName"/></th></tr>    
15        <tr><th>性别:</th><th><input name="szSex" type="radio" value="1"/><input name="szSex" type="radio" value="0"/></th>       
16           <tr><th>用户密码:</th><th><html:password property="szPassword" /><html:errors property="szPassword"/></th></tr>                                                              
17           <tr><th>密码确认:</th><th><html:password property="szRepassword"/></th></tr>       
18           <tr><th>用户图片:</th><th><html:file  property="imPhoto"></html:file></th></tr>       
19           <tr><th>员工部门:</th><th><html:select property="szOrgan">
20                        <html:optionsCollection property="organ" value="code"/>
21                        </html:select></th></tr>        
22           <tr><th>员工岗位:</th><th><html:select property="szStation">
23                        <html:optionsCollection property="station" 
24                                label="value" value="code"/><html:errors property="szStation"/>
25                        </html:select></th></tr>
26        <tr><th>员工类型:</th><th><html:select property="szEmployeeType">
27                           <html:optionsCollection property="employeeType" 
28                                   label="value" value="code"/><html:errors property="szEmployeeType"/>
29                        </html:select></th></tr>           
30           <tr><th>员工职称:</th><th><html:select property="szOfficeHolder">
31                           <html:optionsCollection property="officeHolder" 
32                                   label="value" value="code"/><html:errors property="szOfficeHolder"/>
33                        </html:select></th></tr>                                        
34           <tr><th>入职日期:</th><th><html:text property="szEntryBankDate" onfocus="calendar()"/>
35                                       <html:errors property="szEntryBankDate"/></th></tr>        
36           <tr><th>工作日期:</th><th><html:text property="szWorkDate" onfocus="calendar()"/>
37                                       <html:errors property="szWorkDate"/></th></tr>         
38           <tr><th>身份证号:</th><th><html:text property="szIdCardNumber" />
39                                       <html:errors property="szIdCardNumber"/></th></tr>             
40           <tr><th>婚姻状态:</th><th><html:select property="szMarriageState">
41                           <html:optionsCollection property="marriageState" 
42                                   label="value" value="code"/><html:errors property="szMarriageState"/>
43                        </html:select></th></tr> 
44           <tr><th>员工职务:</th><th><html:select property="szJob">
45                           <html:optionsCollection property="job" 
46                                   label="value" value="code"/><html:errors property="szJob"/>
47                        </html:select> </th></tr>                                                
48        <tr><th>学历:</th><th><html:select property="szEduExperience">
49                           <html:optionsCollection property="eduExp" 
50                                   label="value" value="code"/><html:errors property="szEduExperience"/>
51                        </html:select></th></tr></th>
52           <tr><th>家庭住址:</th><th><html:text property="szFamilyAddress" />
53                                       <html:errors property="szFamilyAddress"/></th> </tr>           
54           <tr><th>目前住址:</th><th><html:text property="szLifeAddress" />
55                                       <html:errors property="szLifeAddress"/></th></tr>            
56           <tr><th>家庭电话:</th><th><html:text property="szFamilyTel" />
57                                       <html:errors property="szFamilyTel"/></th></tr>            
58           <tr><th>移动电话:</th><th><html:text property="szMobilePhone" />
59                                       <html:errors property="szMobilePhone"/></th></tr>            
60           <tr><th>用户状态:</th><th><html:text property="szRegState" />
61                                       <html:errors property="szRegState"/></th></tr>            
62           <tr><th>用户角色:</th><th><html:select property="szUserRole">
63                                       <html:option value="03" >普通用户</html:option>
64                                   </html:select><html:errors property="szUserRole"/></th></tr>                 
65          <tr><th><input type="submit" value="提交"></th><th><input type="reset" value="取消"></th></tr>        
66        </table>
67     </html:form> 
68  </body>
69</html:html>
posted on 2008-06-17 07:04 yasoo 阅读(81) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: