no
no
BlogJava
首页
新随笔
联系
聚合
管理
6 Posts :: 2 Stories :: 0 Comments :: 0 Trackbacks
常用链接
我的随笔
我的评论
我的参与
留言簿
(1)
给我留言
查看公开留言
查看私人留言
随笔档案
2008年6月 (6)
文章档案
2008年6月 (2)
搜索
最新评论
阅读排行榜
1. TSysUserDAO(221)
2. struts(220)
3. applicationContext(204)
4. hbm(165)
5. TSysUserService(164)
评论排行榜
1. struts(0)
2. TSysUserDAO(0)
3. hbm(0)
4. TSysUser(0)
5. applicationContext(0)
regist
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)
编辑
收藏
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
Chat2DB
C++博客
博问
管理
Powered by:
BlogJava
Copyright © yasoo