-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsignup.htm
297 lines (243 loc) · 7.71 KB
/
signup.htm
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>iReply</title>
<link href="style.css"rel="stylesheet" type="text/css" />
<script type="text/javascript" src="iscroll.js"></script>
<script type="text/javascript">
var myScroll;
function loaded() {
myScroll = new iScroll('wrapper', {
useTransform: false,
onBeforeScrollStart: function (e) {
var target = e.target;
while (target.nodeType != 1) target = target.parentNode;
if (target.tagName != 'SELECT' && target.tagName != 'INPUT' && target.tagName != 'TEXTAREA')
e.preventDefault();
}
});
}
document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);
document.addEventListener('DOMContentLoaded', loaded, false);
</script>
<style type="text/css" media="all">
body,ul,li {
padding:0;
margin:0;
border:0;
}
body {
font-size:12px;
-webkit-user-select:none;
-webkit-text-size-adjust:none;
font-family:helvetica;
/* padding-bottom:44px; /* This prevents the scroller to lock if the user swipes down outside of the screen.
NOT needed if in home screen mode and on Android. */
background:#ff8000;
}
#header {
width:100%;
height:auto;
min-height:50px;
line-height:45px;
background:url(images/header.png) repeat-x ;
box-shadow: inset 0px 15px 30px 0px rgba(255,255,255,0.1);
text-align:center;
font-family: 'OpenSansCondensedLight';
padding-top:2%;
color:#FF6600;
font-size:36px;
font-weight:bold;
}
#header a {
color:#f3f3f3;
text-decoration:none;
font-weight:bold;
text-shadow:0 -1px 0 rgba(0,0,0,0.5);
}
#footer {
width:100%;
height:65px;
position:absolute; z-index:2;
bottom:0;
padding:0;
background:url(images/header.png) repeat-x;
box-shadow: inset 0px 15px 30px 0px rgba(255,255,255,0.1);
}
#footer li {
display:block;
float:left;
}
#footer li {
width:50%;
text-align:center;
}
#footer a.remove {
border-right:1px solid #333;
}
#footer a.add {
border-left:1px solid #6a6a6a;
}
#footer a {
display:block;
text-decoration:none;
font-size:12px;
color:#eee;
line-height:24px;
text-shadow:0 -1px 0 #000;
}
#footer span {
display:block;
font-size:30px;
font-weight:bold;
}
#wrapper {
/* Of course you need to specify the object height */
top:60px; bottom:48px;
position:absolute; z-index:1;
width:100%;
overflow:hidden;
}
#scroller {
/* -webkit-touch-callout:none;*/
-webkit-tap-highlight-color:rgba(0,0,0,0);
float:left;
width:100%;
padding:0;
/* -webkit-box-shadow:0 0 8px #555; /* Don't use box shadows, they slow down drastically CSS animations */
}
#scroller ul {
list-style:none;
padding:0;
margin:0;
width:100%;
text-align:left;
}
#scroller li {
padding:0 10px;
height:40px;
line-height:40px;
border-bottom:1px solid #ccc;
border-top:1px solid #fff;
background-color:#fafafa;
font-size:14px;
}
#scroller li > a {
display:block;
}
#myFrame {
position:absolute;
top:0; left:0;
}
</style>
<style>
.button3{
border:1px solid #26759E;-webkit-box-shadow: #FEFFFF 0px 1px 3px inset;-moz-box-shadow: #FEFFFF 0px 1px 3px inset; box-shadow: #FEFFFF 0px 1px 3px inset; -webkit-border-radius: 7px; -moz-border-radius: 7px;border-radius: 7px;font-size:14px;font-family:lucida sans unicode, lucida grande, sans-serif; padding: 11px 5px 11px 5px; text-shadow: 0px 1px 0 rgba(0,0,0,0.5); text-align: center; color: #FFFFFF;background-color: #60FA1E;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60FA1E), color-stop(100%, #174F17));
background-image: -webkit-linear-gradient(top, #60FA1E, #174F17);
background-image: -moz-linear-gradient(top, #60FA1E, #174F17);
background-image: -ms-linear-gradient(top, #60FA1E, #174F17);
background-image: -o-linear-gradient(top, #60FA1E, #174F17);
background-image: linear-gradient(top, #60FA1E, #174F17);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#60FA1E, endColorstr=#174F17);
}
.textbox1{
width:100%;
height:28px;
border-radius:5px; -moz-border-radius:5px;
-moz-box-shadow: 0 0 3px #888;
-webkit-box-shadow: 0 0 3px #888;
box-shadow: 0 0 3px #888;
padding-left:1%;
color:#666666;
border:none;
background: -webkit-gradient(linear, 0% 0%, 0% 5%, from(#efefef), to(#ffffff)); /* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, #efefef, #ffffff); /* Firefox 3.6+ */
background: -moz-linear-gradient(top, #efefef, #ffffff); /* IE 10 */
background: -ms-linear-gradient(top, #efefef, #ffffff); /* Opera 11.10+ */
background: -o-linear-gradient(top, #efefef, #ffffff);
}
</style>
</head>
<body>
<div id="header" >
iReply
</div>
<div id="wrapper">
<div id="scroller">
<div id="container" style=" padding-bottom:20px;">
<div style="width:100%; height:auto; float:left; margin-top:6%;">
<h3 style="color:#000000;"> Signup Here</h3>
<table style="width:80%; height:460px; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:14px;" align="center">
<tr>
<td >User Name</td>
</tr>
<tr>
<td ><input type="text" name="name" class="textbox1"/></td>
</tr>
<tr>
<td >Create Your Password</td>
</tr>
<tr>
<td ><input type="password" name="name" class="textbox1"/></td>
</tr>
<tr>
<td >Confirm Your Password</td>
</tr>
<tr>
<td ><input type="password" name="name" class="textbox1"/></td>
</tr>
<tr>
<td >Your Mobile No</td>
</tr>
<tr>
<td ><input type="text" name="name" class="textbox1"/></td>
</tr>
<tr>
<td >Your Current Email Address</td>
</tr>
<tr>
<td ><input type="text" name="name" class="textbox1"/></td>
</tr>
<tr>
<td >Location</td>
</tr>
<tr>
<td ><input type="text" name="name" class="textbox1"/></td>
</tr>
<tr>
<td style="color:#000000;"><input type="checkbox" name="" />I agree to the ireply terms of service and privacy policy.</td>
</tr>
<tr>
<td ><input type="submit" name="submit" value="" style="background:url(images/submit1.png); width:85px; height:28px; border:none;" /></td>
</tr>
</table>
</div>
<div style="width:100%; float:left; height:30px; text-align:center;">
</div>
</div>
</div>
</div>
<div id="footer">
<div style="width:49%; padding-top:6%; padding-left:1%; float:left; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#36B4F8;">
Version 3.1
</div>
<div style="width:49%; height:auto; padding-top:4%; float:left; padding-right:1%; text-align:right;">
<img src="images/stop.png" style="width:25%;height:auto;" />
</div>
</div>
<!-- jQuery Plugin -->
<!-- Preloader -->
<script type="text/javascript">
//<![CDATA[
$(window).load(function() { // makes sure the whole site is loaded
$("#status").fadeOut(); // will first fade out the loading animation
$("#preloader").delay(350).fadeOut("slow"); // will fade out the white DIV that covers the website.
})
//]]>
</script>
</body>
</html>