userData.html
4.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-Hanj">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>userData</title>
<link rel="stylesheet" href="../css/back.css">
<script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/jquery.js"></script>
<script type="text/javascript" src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script>
<script type="text/javascript" src="../js/common/config.js"></script>
<link rel="stylesheet" href="../css/userData.css">
</head>
<body>
<div class="header s-header">
<div class="header-content clearfix">
<a href="/" class="logo"><img src="../images/logo.png"></a>
</div>
</div>
<div class="mainbox">
<div class="wraper">
<span class="wgl"></span>
<span class="wgr"></span>
<div class="whitebox tg">
<div class="whiteinner">
<h2 class="whead">请完善您的资料:</h2>
<div class="wbody">
<table cellpadding="0" cellspacing="0" class="colortab">
<tr>
<td class="ar">公司姓名:</td>
<td>
<input type="text" class="ipt" defval="至少六位字符"/>
</td>
</tr>
<tr>
<td class="ar">联系人:</td>
<td>
<input type="text" class="ipt" defval="请输入联系人姓名"/>
</td>
</tr>
<tr>
<td class="ar">联系电话:</td>
<td>
<input type="text" class="ipt" />
</td>
</tr>
<tr>
<td class="ar">公司所在地:</td>
<td>
<div class="m-region" url="http://user.nong12.com//api/city/getCityJsonpList.do" data="city,parentId,regionId,regionName,parentId,1"></div>
</td>
</tr>
<tr>
<td class="ar">详细地址:</td>
<td>
<input type="text" class="ipt" />
</td>
</tr>
</table>
</div>
<h2 class="whead tg">请上传相关证件照资料:</h2>
<div class="wbody ac">
<ul class="paper inline">
<li class="inline">
<span class="uploadbtn">
<input type="file" name="somefile" />
<span class="loadini">
<i class="ic"></i>
<p>点击上传</p>
</span>
</span>
<p>营业执照</p>
</li>
<li class="inline">
<span class="uploadbtn">
<input type="file" name="somefile" />
<span class="loadpro">
<i class="ic ani_sw"></i>
<p>上传中</p>
</span>
</span>
<p>组织机构代码证</p>
</li>
<li class="inline">
<span class="uploadbtn">
<input type="file" name="somefile" />
<span class="loaderr">
<i class="ic"></i>
<p>上传失败,请重试</p>
</span>
</span>
<p>税务登记证</p>
</li>
</ul>
</div>
<div class="wfoot">
<button class="bt bigbt">提交审核</button>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
seajs.use([
'../js/common/common.js',
'../js/index/userData.js'
]);
</script>
<div class="footer">
<div class="aboutus">
<ul class="wraper clearfix">
<li>
<a href="#">关于我们</a><em>|</em>
</li>
<li>
<a href="#">联系我们</a><em>|</em>
</li>
<li>
<a href="#">人才招聘</a><em>|</em>
</li>
<li>
<a href="#">地利服务</a><em>|</em>
</li>
<li>
<a href="#">帮助中心</a>
</li>
<li>
<p class="copyright">
Copyright © 2013-2014 dili7.com, All Rights Reserver
陕ICP备14002958号 版权所有 地利网络农业有限公司
</p>
</li>
</ul>
</div>
</div>
</body>
</html>