forked from ljb-2000/theme
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmessage-single.html
More file actions
239 lines (195 loc) · 9.45 KB
/
message-single.html
File metadata and controls
239 lines (195 loc) · 9.45 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
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
<!DOCTYPE html>
<html>
<head>
<title>Sugoi Admin</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/admin.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<script src="js/lib/modernizr.js"></script>
</head>
<body class="bg-gray-light">
<nav class="navbar navbar-fixed-top not-collapse bg-g-ln-gray" role="navigation">
<div class="navbar-header">
<a class="navbar-brand" href="#" class="hover-white-shade-bg">
Sugoi Admin
<small class="font-w-100 text-gray-alt hidden-xs hidden-sm">Awesome admin template</small>
</a>
</div>
<div id="top-nav">
<a href="https://wrapbootstrap.com/theme/sugoi-admin-WB0H6TMC9" type="button" class="btn btn-default navbar-btn navbar-right btn-primary m-r-30 mm-r-10">Purchase</a>
<div class="navbar-dropdown navbar-right navbar-avatar">
<a href="#" data-target="#topavatar-toggle" class="hover-no-underline dropdown-toggle m-lr-30 mm-lr-10" data-toggle="dropdown">
<img src="placeholders/avatars/avatar.jpg" class="img-circle" width=25>
<span class="text-gray-light hidden-sm hidden-xs">John Doe</span>
<span class="caret text-white hidden-sm hidden-xs"></span>
</a>
<ul id="topavatar-toggle" class="dropdown-menu avatar-dropdown">
<li><a href="settings.html">Settings</a></li>
<li><a href="login.html">Signup</a></li>
</ul>
</div>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="messages.html">
<span class="glyphicon glyphicon-envelope"></span>
<span
class="text-white circle-12px bg-orange text-small text-center icon-counter">4</span>
<span class="hidden-sm hidden-xs">Messages</span>
</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<span class="glyphicon glyphicon-plus-sign"></span>
<span class="hidden-sm hidden-xs">Pages</span>
</a>
<ul class="dropdown-menu">
<li><a href="/">Dashboard</a></li>
<li><a href="messages.html">Inbox</a></li>
<li><a href="message-single.html">Message</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="ui.html">UI</a></li>
<li><a href="widgets.html">Widgets</a></li>
<li><a href="settings.html">Settings</a></li>
<li class="divider"></li>
<li><a href="login.html">Login</a></li>
<li><a href="signup.html">Signup</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<div class="sidebar bg-gray-dark text-white text-center pushy pushy-left">
<header class="bg-g-ln-gray p-tb-30 pm-tb-10 p-lr-10 b-bot-2px-gray-dark hidden-xs">
<a href="#" data-target="#avatar-toggle" class="hover-no-underline dropdown-toggle" data-toggle="dropdown">
<img src="placeholders/avatars/avatar.jpg" class="img-circle" width=35>
<span class="text-gray-alt">Welcome</span>
<span class="text-gray-light">John Doe</span>
<span class="caret white"></span>
</a>
</header>
<ul id="avatar-toggle" class="dropdown-sidebar-avatar" role="menu" aria-labelledby="dLabel">
<li><a href="settings.html">Settings</a></li>
<li><a href="login.html">Sign out</a></li>
</ul>
<hr class="no-margin">
<ul class="unstyled nav">
<li><a href="index.html" class="text-left">Dashboard</a></li>
<li class="active">
<a href="messages.html" class="text-left">
Inbox
<span class="badge bg-blue-light pull-right text-gray-dark brad-small">4</span>
</a>
</li>
<li><a href="gallery.html" class="text-left">Gallery</a></li>
<li>
<a href="#" class="text-left dropdown-toggle" data-toggle="dropdown">
UI Elements
<b class="caret"></b>
</a>
<ul class="dropdown-menu" role="menu">
<li><a href="ui.html">UI</a></li>
<li><a href="widgets.html">Widgets</a></li>
</ul>
</li>
<li><a href="pricing.html" class="text-left">Pricing</a></li>
<li><a href="settings.html" class="text-left">Settings</a></li>
</ul>
<div class="bg-gray-dark-shade text-left search">
<i class="glyphicon glyphicon-search text-gray-alt"></i>
<input type="text" placeholder="Search" class="input-invisible">
</div>
<div class="sidebar-chart chart m-t-30" data-percent="73" data-scale-color="rgba(255,255,255,.2)">
<div class="percentage text-gray-alt font-w-100">73%</div>
<div class="label text-gray-alt font-w-100 text-uppercase">Bandwidth</div>
</div>
</div>
<div class="preloader">
<div class="timer"></div>
</div>
<div id="container" class="main-content tp-t-60">
<button class="menu-btn btn btn-bordered text-gray-alt text-bold top-left-corner tm-l-30 pull-left">☰ MENU</button>
<div class="row">
<div class="col-lg-10">
<div class="bg-blue p-30 text-white">
<div class="row">
<div class="col-xs-11">
<span class="text-white text-huge font-w-100">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis, consequatur?
</span>
</div>
<div class="col-xs-1 text-right p-t-10">
<a href="#" class="d-block m-b-10 hover-white-opacity-text text-large">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a href="#" class="d-block m-b-10 hover-white-opacity-text text-large">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
<a href="#" class="d-block m-b-10 hover-white-opacity-text text-large">
<span class="glyphicon glyphicon-remove"></span>
</a>
</div>
</div>
</div>
<div class="bg-white p-tb-30">
<div class="clearfix">
<div class="m-l-30 pull-left">
<img src="http://lorempixel.com/30/30/people/2" class="img-circle chat-avatar available m-r-10">
<span class="text-gray-dark text-large align-with-button m-r-10">
John Doe
</span>
<span class="text-blue">j.doe@gmail.com</span> to <span class="text-blue">me</span>
</div>
<div class="pull-right align-with-button text-gray-alt m-r-30">
12 Jul 2013, 3:48pm
</div>
</div>
<hr>
<p class="text-large p-lr-30 m-lr-30 tm-lr-10 pm-lr-10">
<img src="http://lorempixel.com/350/300" class="pull-left m-r-30">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Soluta, optio, tempora explicabo asperiores doloremque reiciendis minima consectetur quam maxime fuga culpa aliquid. Ut, suscipit, reprehenderit id sapiente corporis aliquam adipisci.</p>
<p class="text-large p-lr-30 m-lr-30 tm-lr-10 pm-lr-10">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vitae, velit, ea ratione culpa fuga deserunt veritatis dolores distinctio nostrum fugiat laudantium sapiente dolor mollitia optio error ducimus atque consectetur quia ab itaque ut architecto iste sequi aliquid sit doloremque incidunt alias nulla harum esse. Fugiat, tempora, incidunt, vero, eaque omnis aspernatur a id maxime nostrum eligendi sed temporibus natus beatae quia repudiandae officia delectus possimus odit suscipit cumque quod ea adipisci ullam sequi quaerat eos laudantium rem voluptatem quisquam reiciendis. Consequatur, laboriosam odio sequi accusantium error assumenda neque facilis qui provident et? Perspiciatis, illum laboriosam deleniti recusandae exercitationem cum amet!</p>
<div class="p-lr-30 m-lr-30 tm-lr-10 pm-lr-10">
<hr>
<textarea name="reply" rows="10"
class="input-light brad d-block col-xs-12 p-tb-10 m-b-10"
placeholder="Your message..."></textarea>
<button class="btn btn-primary m-r-10">
<span class="glyphicon glyphicon-share-alt"></span>
Reply
</button>
<a href="#" class="text-gray-alt">
<i class="glyphicon glyphicon-remove"></i>
Discard changes</a>
</div>
</div>
</div>
</div><!-- /.row -->
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/lib/bootstrap.js"></script>
<script src="js/lib/pushy.js"></script>
<script src="js/lib/easypiechart.js"></script>
<script src="js/admin.js"></script>
<script>
var url ='icons/icons.svg';
var c=new XMLHttpRequest(); c.open('GET', url, false); c.setRequestHeader('Content-Type', 'text/xml'); c.send();
document.body.insertBefore(c.responseXML.firstChild, document.body.firstChild)
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49617882-1', 'sugoi-admin-v104.herokuapp.com');
ga('send', 'pageview');
</script>
</body>
</html>