-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
350 lines (337 loc) · 15.3 KB
/
index.html
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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE HTML>
<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" />
<link href="css/app.css" rel="stylesheet" type="text/css">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<script src="js/jquery-1.9.1.js" ></script>
<script src="js/raphael.js"></script>
<script src="js/jquery.cookie-1.4.1.min.js"></script>
<script src="js/jquery.enumerable.js"></script>
<script src="js/jquery.tufte-graph.js"></script>
<script src="js/hiveapp-api-mock.js" type="text/javascript"></script>
<script src="js/localbitcoins.js" type="text/javascript"></script>
<script src="js/app.js" type="text/javascript"></script>
</head>
<body>
<div id="loading-page" class="page">
<img src="images/loading.gif" />
</div>
<div id="header">
<div><button id="exchange-btn">rates</button></div>
<div><button id="home-btn"><img src="images/logo.png" /></button></div>
<div><button id="login-btn">login</button></div>
</div>
<div id="page-content">
<div id="info-user-details" class="page">
<div class="home-title"><span id="uid-un"></span> profile</div>
<div class="list-container">
<table class="table table-striped">
<tr>
<td width="40%">Trading partners count</td>
<td id="uid-tpc" width="60%"></td>
</tr>
<tr>
<td width="40%">Feedbacks unconfirmed count</td>
<td id="uid-fuc" width="60%"></td>
</tr>
<tr>
<td width="40%">Trade volume text</td>
<td id="uid-tvt" width="60%"></td>
</tr>
<tr>
<td width="40%">Blocked count</td>
<td id="uid-tbc" width="60%"></td>
</tr>
<tr>
<td width="40%">Feedback count</td>
<td id="uid-fc" width="60%"></td>
</tr>
<tr>
<td width="40%">Trusted count</td>
<td id="uid-tc" width="60%"></td>
</tr>
</table>
</div>
</div>
<div id="edit-info-page" class="page">
<div class="home-title">Edit your ad</div>
<div id="edit-info-error" class="alert alert-danger">...</div>
<div id="edit-info-success" class="alert alert-success">...</div>
<div class="list-container">
<table class="table table-striped">
<tr>
<td width="40%">Visible</td>
<td width="60%">
<select id="edit-info-visible">
<option value="false">false</option>
<option value="true">true</option>
</select>
</td>
</tr>
<tr>
<td width="40%">Price</td>
<td id="edit-info-price" width="60%"></span></td>
</tr>
<tr>
<td width="40%">Payment method</td>
<td id="edit-info-payment" width="60%"></td>
</tr>
<tr>
<td width="40%">User</td>
<td id="edit-info-user" width="60%"></td>
</tr>
<tr>
<td width="40%">Trade min</td>
<td width="60%"><input id="edit-info-min" type="text" /></td>
</tr>
<tr>
<td width="40%">Trade max</td>
<td width="60%"><input id="edit-info-max" type="text" /></td>
</tr>
<tr>
<td width="40%">Location</td>
<td id="edit-info-location" width="60%"></td>
</tr>
<tr>
<td width="40%">Price equation</td>
<td width="60%"><input id="edit-info-equation" type="text" /></td>
</tr>
</table>
<div>
<button id="" class="save-info-btn">Save</button>
</div>
</div>
</div>
<div id="info-page" class="page">
<div class="home-title">Buy and sell bitcoins near you</div>
<div class="rtp-title">From LocalBitcoins.com user <span id="info-user-short">SamBrannan49</span></div>
<div class="list-container">
<table class="table table-striped">
<tr>
<td width="40%">Price</td>
<td id="info-price" width="60%"></td>
</tr>
<tr>
<td width="40%">Payment method</td>
<td id="info-payment" width="60%"></td>
</tr>
<tr>
<td width="40%">User</td>
<td id="info-user" width="60%"></td>
</tr>
<tr>
<td width="40%">Trade limits</td>
<td id="info-limits" width="60%"></td>
</tr>
<tr>
<td width="40%">Location</td>
<td id="info-location" width="60%"></td>
</tr>
<tr>
<td width="40%">Price equation</td>
<td id="info-info-equation" width="60%"></td>
</tr>
</table>
</div>
</div>
<div id="exchange-page" class="page">
<div class="home-title">Bitcoins exchange rates</div>
<div><select id="exchange-select"></select></div>
<div id='defaults-graph' class='graph'></div>
<div>Rates (last): <span id='rates-last'></span></div>
<div>Volume BTC: <span id='volume-btc'></span></div>
<div class="container-section">
<div class="home-title">Trades</div>
<div id="trades-container" class="short-list list-container">
<table class="table table-striped">
<tr>
<th width="25%">Amount</th>
<th width="25%">Price</th>
<th width="50%">Date</th>
</tr>
</table>
</div>
<div>
<button class="more-btn">more offers</button>
<button class="less-btn">less offers</button>
</div>
</div>
</div>
<div id="user-page" class="page">
<div class="home-title">Your profile</div>
<div class="list-container">
<table class="table table-striped">
<tr>
<td width="40%">Trading partners count</td>
<td id="myself-tpc" width="60%"></td>
</tr>
<tr>
<td width="40%">Feedbacks unconfirmed count</td>
<td id="myself-fuc" width="60%"></td>
</tr>
<tr>
<td width="40%">Trade volume text</td>
<td id="myself-tvt" width="60%"></td>
</tr>
<tr>
<td width="40%">Blocked count</td>
<td id="myself-tbc" width="60%"></td>
</tr>
<tr>
<td width="40%">Feedback count</td>
<td id="myself-fc" width="60%"></td>
</tr>
<tr>
<td width="40%">Trusted count</td>
<td id="myself-tc" width="60%"></td>
</tr>
</table>
</div>
<div class="home-title">Your ads</div>
<div id="user-ads-container" class="list-container">
<table class="table table-striped">
<tr>
<th width="25%">Visible</th>
<th width="25%">Price</th>
<th width="25%">Limits</th>
<th width="25%"> </th>
</tr>
</table>
</div>
<div class="home-title">Escrows</div>
<div id="user-escrow-container" class="list-container">
<table class="table table-striped">
<tr>
<th width="20%">Buyer</th>
<th width="20%">Amount</th>
<th width="20%">Amount btc</th>
<th width="20%">Updated</th>
<th width="20%"> </th>
</tr>
</table>
</div>
<div id="footer"><button id="logout-btn">logout</button></div>
</div>
<div id="main-page" class="page">
<div class="home-title">Buy and sell bitcoins</div>
<div id="home-subtitle">3248 cities <span>in</span> 180 countries</div>
<div id="search" class="center-content">
<div>
<label>
<input id="id-whattodo" name="whattodo" type="radio" value="0" checked="checked"/>
I want to buy bitcoins
</label>
<label>
<input name="whattodo" type="radio" value="1" />
I want to sell bitcoins
</label>
</div>
<div>
<select id="search-country" placeholder="country"></select>
</div>
<div>
<select>
<optgroup id="payment-method" label="Online">
<option value="">All online offers</option>
</optgroup>
</select>
</div>
<div><button id="search-btn">find offers</button></div>
</div>
<div id="search-result">
<div id="search-result-sell" class="container-section">
<div class="home-title">Results for sell bitcoins online</div>
<div id="result-sell-bitcoins" class="list-container">
<table class="table table-striped">
<tr>
<th width="50%">Seller</th>
<th width="25%">Price</th>
<th width="25%"> </th>
</tr>
</table>
</div>
</div>
<div id="search-result-buy" class="container-section">
<div class="home-title">Results for buy bitcoins online</div>
<div id="result-buy-bitcoins" class="list-container">
<table class="table table-striped">
<tr>
<th width="50%">Seller</th>
<th width="25%">Price</th>
<th width="25%"> </th>
</tr>
</table>
</div>
</div>
</div>
<div id="main-result">
<div class="container-section">
<div class="home-title">Buy bitcoins online in <span class="fill-country"></span></div>
<div id="buy-bitcoins" class="short-list list-container">
<table class="table table-striped">
<tr>
<th width="50%">Seller</th>
<th width="25%">Price</th>
<th width="25%"> </th>
</tr>
</table>
</div>
<div>
<button class="more-btn">more offers</button>
<button class="less-btn">less offers</button>
</div>
</div>
<div class="container-section">
<div class="home-title">Buy bitcoins with cash near You</div>
<div id="buy-cash-near" class="short-list list-container">
<table class="table table-striped">
<tr>
<th width="50%">Seller</th>
<th width="25%">Price</th>
<th width="25%"> </th>
</tr>
</table>
</div>
<div>
<button class="more-btn">more offers</button>
<button class="less-btn">less offers</button>
</div>
</div>
<div class="container-section">
<div class="home-title">Sell bitcoins online in <span class="fill-country"></span></div>
<div id="sell-bitcoins" class="short-list list-container">
<table class="table table-striped">
<tr>
<th width="50%">Buyer</th>
<th width="25%">Price</th>
<th width="25%"> </th>
</tr>
</table>
</div>
<div>
<button class="more-btn">more offers</button>
<button class="less-btn">less offers</button>
</div>
</div>
<div class="container-section">
<div class="home-title">Sell bitcoins with cash near You</div>
<div id="sell-cash-near" class="short-list list-container">
<table class="table table-striped">
<tr>
<th width="50%">Buyer</th>
<th width="25%">Price</th>
<th width="25%"> </th>
</tr>
</table>
</div>
<div>
<button class="more-btn">more offers</button>
<button class="less-btn">less offers</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>