-
Notifications
You must be signed in to change notification settings - Fork 18
/
mail.html
540 lines (525 loc) · 36.2 KB
/
mail.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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
<!DOCTYPE html>
<html>
<head>
<!-- Standard Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<link rel="image_src" type="image/jpeg" href="/images/logo.png" />
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<!-- Site Properities -->
<meta name="generator" content="Visual Studio 2015" />
<title>Mailbox | Golgi Admin</title>
<meta name="description" content="Golgi Admin Theme" />
<meta name="keywords" content="html5, ,semantic,ui, library, framework, javascript,jquery,admin,theme" />
<link href="dist/semantic.min.css" rel="stylesheet" />
<link href="css/main.min.css" rel="stylesheet" />
<link href="plugins/pacejs/pace.css" rel="stylesheet" />
<script src="js/jquery-2.1.4.min.js"></script>
</head>
<body class="admin">
<!--sidebar mobile-->
<div class="ui vertical push sidebar menu thin" id="toc">
</div>
<!--sidebar mobile-->
<!--navbar mobile-->
<div class="mobilenavbar">
</div>
<!--navbar mobile-->
<div class="pusher">
<div class="full height">
<!--Load Sidebar Menu In App.js loadhtml function-->
<div class="toc"></div>
<!--Load Sidebar Menu In App.js loadhtml function-->
<div class="article">
<!--Load Navbar Menu In App.js loadhtml function-->
<div class="navbarmenu"></div>
<!--Load Navbar Menu In App.js loadhtml function-->
<!--Begin Container-->
<div class="containerli">
<div class="ui equal width left aligned padded grid stackable">
<div class="whiteli column">
<div class="ui large menu borderless no-border no-shadow">
<a class="item">
<h4 class="ui header">
<i class="trophy icon"></i>
<span class="content">
Go To
<div class="ui inline dropdown">
<div class="text">Inbox</div>
<i class="dropdown icon"></i>
<div class="menu">
<div class="active item" data-text="Sent">Sent</div>
<div class="item" data-text="Drafts">Drafts</div>
<div class="item" data-text="Trash">Trash</div>
</div>
</div>
</span>
</h4>
</a>
<div class="right menu">
<div class="item">
<div class="ui icon input">
<input type="text" placeholder="Search...">
<i class="search icon"></i>
</div>
</div>
</div>
</div>
<div class="ui fluid menu borderless no-shadow">
<div class="item">
<div class="ui floating dropdown labeled icon button">
<i class="filter icon"></i>
<span class="text">Filter Mail</span>
<div class="menu transition hidden" tabindex="-1">
<div class="ui icon search input">
<i class="search icon"></i>
<input type="text" placeholder="Search tags..." tabindex="0">
</div>
<div class="divider"></div>
<div class="header">
<i class="tags icon"></i>
Tag Label
</div>
<div class="scrolling menu">
<div class="item">
<div class="ui red empty circular label"></div>
Important
</div>
<div class="item">
<div class="ui blue empty circular label"></div>
Announcement
</div>
<div class="item">
<div class="ui black empty circular label"></div>
Cannot Fix
</div>
<div class="item">
<div class="ui purple empty circular label"></div>
News
</div>
<div class="item">
<div class="ui orange empty circular label"></div>
Enhancement
</div>
<div class="item">
<div class="ui empty circular label"></div>
Change Declined
</div>
<div class="item">
<div class="ui yellow empty circular label"></div>
Off Topic
</div>
<div class="item">
<div class="ui pink empty circular label"></div>
Interesting
</div>
<div class="item">
<div class="ui green empty circular label"></div>
Discussion
</div>
</div>
</div>
</div>
</div>
<div class="item">
<button class="circular ui icon button">
<i class="icon chevron down"></i>
</button>
</div>
<div class="item">
<button class="circular ui icon button">
<i class="icon refresh"></i>
</button>
</div>
<div class="item">
<button class="circular ui icon button">
<i class="icon forward mail"></i>
</button>
</div>
<div class="item">
<button class="circular red ui icon button">
<i class="icon close"></i>
</button>
</div>
<div class="item">
<button class="circular red ui icon button">
<i class="icon flag"></i>
</button>
</div>
</div>
<div class="scrollcontent light">
<ul class="message-list nano">
<li class="unread">
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk1">
<label for="chk1" class="toggle"></label>
</div>
<p class="title">Lucas Kriebel (via Twitter)</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Lucas Kriebel (@LucasKriebel) has sent you a direct message on Twitter! – <span class="teaser">@LucasKriebel - Very cool :) Nicklas, You have a new direct message.</span></div>
<div class="date">11:49 am</div>
</div>
</li>
<li class="green-dot unread">
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk2">
<label for="chk2" class="toggle"></label>
</div>
<p class="title">Conceptboard</p>
<div class="star-star-toggle glyphicon glyphicon-star-empty"></div>
</div>
<div class="col col-2">
<div class="subject">Please complete your Conceptboard signup – <span class="teaser">You recently created a Conceptboard account, but you have not yet confirmed your email. Your email is used for notifications about board activity, invites, as well as account related tasks (like password retrieval).</span></div>
<div class="date">11:45 am</div>
</div>
</li>
<li>
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk3">
<label for="chk3" class="toggle"></label>
</div>
<p class="title">Randy, me (5)</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Last pic over my village – <span class="teaser">Yeah i'd like that! Do you remember the video you showed me of your train ride between Colombo and Kandy? The one with the mountain view? I would love to see that one again!</span></div>
<div class="date">5:01 am</div>
</div>
</li>
<li class="blue-dot">
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk4">
<label for="chk4" class="toggle"></label>
</div>
<p class="title">Andrew Zimmer</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Mochila Beta: Subscription Confirmed – <span class="teaser">You've been confirmed! Welcome to the ruling class of the inbox. For your records, here is a copy of the information you submitted to us...</span></div>
<div class="date">Mar 8</div>
</div>
</li>
<li class="unread">
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk5">
<label for="chk5" class="toggle"></label>
</div>
<p class="title">Infinity HR</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Sveriges Hetaste sommarjobb – <span class="teaser">Hej Nicklas Sandell! Vi vill bjuda in dig till "First tour 2014", ett rekryteringsevent som erbjuder jobb på 16 semesterorter i Sverige.</span></div>
<div class="date">Mar 8</div>
</div>
</li>
<li>
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk6">
<label for="chk6" class="toggle"></label>
</div>
<p class="title">Web Support Dennis</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Re: New mail settings – <span class="teaser">Will you answer him asap?</span></div>
<div class="date">Mar 7</div>
</div>
</li>
<li>
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk7">
<label for="chk7" class="toggle"></label>
</div>
<p class="title">me, Peter (2)</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Off on Thursday – <span class="teaser">Eff that place, you might as well stay here with us instead! Sent from my iPhone 4 > 4 mar 2014 at 5:55 pm</span></div>
<div class="date">Mar 4</div>
</div>
</li>
<li class="orange-dot">
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk8">
<label for="chk8" class="toggle"></label>
</div>
<p class="title">Medium</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">This Week's Top Stories – <span class="teaser">Our top pick for you on Medium this week The Man Who Destroyed America’s Ego</span></div>
<div class="date">Feb 28</div>
</div>
</li>
<li class="blue-dot">
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk9">
<label for="chk9" class="toggle"></label>
</div>
<p class="title">Death to Stock</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Montly High-Res Photos – <span class="teaser">To create this month's pack, we hosted a party with local musician Jared Mahone here in Columbus, Ohio.</span></div>
<div class="date">Feb 28</div>
</div>
</li>
<li>
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk10">
<label for="chk10" class="toggle"></label>
</div>
<p class="title">Revibe</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Weekend on Revibe – <span class="teaser">Today's Friday and we thought maybe you want some music inspiration for the weekend. Here are some trending tracks and playlists we think you should give a listen!</span></div>
<div class="date">Feb 27</div>
</div>
</li>
<li>
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk11">
<label for="chk11" class="toggle"></label>
</div>
<p class="title">Erik, me (5)</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Regarding our meeting – <span class="teaser">That's great, see you on Thursday!</span></div>
<div class="date">Feb 24</div>
</div>
</li>
<li>
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk12">
<label for="chk12" class="toggle"></label>
</div>
<p class="title">KanbanFlow</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Task assigned: Clone ARP's website – <span class="teaser">You have been assigned a task by Alex@Work on the board Web.</span></div>
<div class="date">Feb 24</div>
</div>
</li>
<li class="blue-dot">
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk13">
<label for="chk13" class="toggle"></label>
</div>
<p class="title">Tobias Berggren</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Let's go fishing! – <span class="teaser">Hey, You wanna join me and Fred at the lake tomorrow? It'll be awesome.</span></div>
<div class="date">Feb 23</div>
</div>
</li>
<li>
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk14">
<label for="chk14" class="toggle"></label>
</div>
<p class="title">Charukaw, me (7)</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Hey man – <span class="teaser">Nah man sorry i don't. Should i get it?</span></div>
<div class="date">Feb 23</div>
</div>
</li>
<li class="unread">
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk15">
<label for="chk15" class="toggle"></label>
</div>
<p class="title">me, Peter (5)</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Home again! – <span class="teaser">That's just perfect! See you tomorrow.</span></div>
<div class="date">Feb 21</div>
</div>
</li>
<li class="green-dot">
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk16">
<label for="chk16" class="toggle"></label>
</div>
<p class="title">Stack Exchange</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">1 new items in your Stackexchange inbox – <span class="teaser">The following items were added to your Stack Exchange global inbox since you last checked it.</span></div>
<div class="date">Feb 21</div>
</div>
</li>
<li>
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk17">
<label for="chk17" class="toggle"></label>
</div>
<p class="title">Google Drive Team</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">You can now use your storage in Google Drive – <span class="teaser">Hey Nicklas Sandell! Thank you for purchasing extra storage space in Google Drive.</span></div>
<div class="date">Feb 20</div>
</div>
</li>
<li class="unread">
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk18">
<label for="chk18" class="toggle"></label>
</div>
<p class="title">me, Susanna (11)</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Train/Bus – <span class="teaser">Yes ok, great! I'm not stuck in Stockholm anymore, we're making progress.</span></div>
<div class="date">Feb 19</div>
</div>
</li>
<li>
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk19">
<label for="chk19" class="toggle"></label>
</div>
<p class="title">Peter, me (3)</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Hello – <span class="teaser">Trip home from Colombo has been arranged, then Jenna will come get me from Stockholm. :)</span></div>
<div class="date">Mar. 6</div>
</div>
</li>
<li>
<div class="col col-1">
<span class="dot"></span>
<div class="checkbox-wrapper">
<input type="checkbox" id="chk20">
<label for="chk20" class="toggle"></label>
</div>
<p class="title">me, Susanna (7)</p><i class="icon star yellow"></i>
</div>
<div class="col col-2">
<div class="subject">Since you asked... and i'm inconceivably bored at the train station – <span class="teaser">Alright thanks. I'll have to re-book that somehow, i'll get back to you.</span></div>
<div class="date">Mar. 6</div>
</div>
</li>
</ul>
</div>
<button class="ui fluid blue button loadmore">Show More</button>
</div>
</div>
</div>
<!--Finish Container-->
<!--Load Footer Menu In App.js loadhtml function-->
<div class="footer"></div>
<!--Load Footer Menu In App.js loadhtml function-->
</div>
</div>
</div>
<!--Mail Content Modal-->
<div class="ui right demo sidebar vertical very wide menu push mess">
<div class="ui equal width left aligned padded grid stackable">
<div class="row">
<div class="sixteen wide column">
<h3 class="ui center aligned header">
Incoming Mail
</h3>
<div class="ui segments">
<div class="ui segment">
<h5 class="ui header">
From You to Roberto Mancini, on March 2, 2016 at 2:14 pm.
</h5>
</div>
<div class="ui segment">
<h3 class="ui dividing header">
You <i class="angle double right icon"></i> Roberto Mancini
</h3>
<div class="message">
<p>
Fusce a quam. Aliquam erat volutpat. Curabitur suscipit suscipit tellus. Phasellus volutpat, metus eget egestas mollis, lacus lacus blandit dui, id egestas quam mauris ut lacus. Donec posuere vulputate arcu.
Fusce fermentum odio nec arcu. Praesent metus tellus, elementum eu, semper a, adipiscing nec, purus. Quisque ut nisi. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nam eget dui.
Maecenas nec odio et ante tincidunt tempus. Suspendisse eu ligula. Quisque libero metus, condimentum nec, tempor a, commodo mollis, magna. In auctor lobortis lacus. Praesent egestas tristique nibh.
Vestibulum facilisis, purus nec pulvinar iaculis, ligula mi congue nunc, vitae euismod ligula urna in dolor. Morbi nec metus. Suspendisse faucibus, nunc et pellentesque egestas, lacus ante convallis tellus, vitae iaculis lacus elit id tortor. Sed hendrerit. Donec sodales sagittis magna.
In ac felis quis tortor malesuada pretium. Donec elit libero, sodales nec, volutpat a, suscipit non, turpis. Duis arcu tortor, suscipit eget, imperdiet nec, imperdiet iaculis, ipsum. Donec orci lectus, aliquam ut, faucibus non, euismod id, nulla. Curabitur at lacus ac velit ornare lobortis.
</p>
</div>
</div>
<div class="ui bottom attached segment">
<div class="ui fluid menu borderless no-shadow">
<div class="horizontally fitted item">
<button class="circular ui icon button">
<i class="attach icon"></i>
Attach
</button>
</div>
<div class="right menu">
<div class="horizontally fitted item">
<button class="circular ui icon button">
<i class="icon chevron down"></i>
</button>
</div>
<div class="horizontally fitted item">
<button class="circular ui icon button">
<i class="icon refresh"></i>
</button>
</div>
<div class="horizontally fitted item">
<button class="circular ui icon button">
<i class="icon forward mail"></i>
</button>
</div>
<div class="horizontally fitted item">
<button class="circular red ui icon button">
<i class="icon close"></i>
</button>
</div>
<div class="horizontally fitted item">
<button class="circular red ui icon button">
<i class="icon flag"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Mail Content Modal-->
<script src='plugins/nicescrool/jquery.nicescroll.min.js'></script>
<script src="dist/semantic.min.js"></script>
<script data-pace-options='{ "ajax": false }' src="plugins/pacejs/pace.js"></script>
<script src="js/customjs/custom-mail.js"></script>
<script src="js/app.min.js"></script>
</body>
</html>