<
div
class
=
"col-md-5"
>
<
form
role
=
"form"
action
=
""
method
=
"post"
>
<
fieldset
>
<
legend
class
=
"text-center text-primary"
>
用
户
注
册
页
面
legend
>
<
div
class
=
"form-group"
>
<
label
>
用
户
名:
label
>
<
input
type
=
"text"
name
=
"name"
placeholder
=
"请输入用户名"
class
=
"form-control"
/>
div
>
<
div
class
=
"form-group"
>
<
label
>
密
码:
label
>
<
input
type
=
"text"
name
=
"password"
placeholder
=
"请输入密码"
class
=
"form-control"
/>
div
>
<
div
class
=
"form-group"
>
<
label
>
选
择
你
的
性
别:
label
>
<
div
>
<
label
class
=
"checkbox-inline"
style
=
"padding-left: 0;"
>
<
input
type
=
"radio"
name
=
"sex"
value
=
"0"
>
男
label
>
<
label
class
=
"checkbox-inline"
style
=
"padding-left: 0;"
>
<
input
type
=
"radio"
name
=
"sex"
value
=
"1"
>
女
label
>
div
>
div
>
<
div
class
=
"form-group"
>
<
label
for
=
""
>
选
择
你
的
兴
趣
爱
好:
label
>
<
div
>
<
label
class
=
"checkbox-inline"
>
<
input
type
=
"checkbox"
name
=
"hobby"
value
=
"学习"
/>
学
习
label
>
<
label
class
=
"checkbox-inline"
>
<
input
type
=
"checkbox"
name
=
"hobby"
value
=
"美女"
/>
美
女
label
>
<
label
class
=
"checkbox-inline"
>
<
input
type
=
"checkbox"
name
=
"hobby"
value
=
"游戏"
/>
游
戏
label
>
<
label
class
=
"checkbox-inline"
>
<
input
type
=
"checkbox"
name
=
"hobby"
value
=
"电话"
/>
电
视
label
>
div
>
div
>
<
div
class
=
"form-group"
>
<
label
>
请
选
择
省
份:
label
>
<
select
class
=
"form-control"
name
=
"province"
>
<
option
value
=
"0"
>
广
东
省
option
>
<
option
value
=
"1"
>
湖
南
省
option
>
<
option
value
=
"2"
>
广
西
省
option
>
<
option
value
=
"3"
>
福
建
省
option
>
select
>
div
>
<
div
class
=
"form-group"
>
<
input
type
=
"submit"
value
=
"注册"
class
=
"btn btn-primary"
/>
div
>
fieldset
>
form
>
div
>