-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproblem-resen.html
356 lines (343 loc) · 20.7 KB
/
problem-resen.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Teachhood</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.6 -->
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="dist/css/AdminLTE.min.css">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="dist/css/skins/_all-skins.min.css">
<link rel="stylesheet" href="bootstrap/css/custom.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/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- ADD THE CLASS layout-top-nav TO REMOVE THE SIDEBAR. -->
<body class="hold-transition skin-yellow layout-top-nav">
<div class="wrapper">
<header class="main-header">
<nav class="navbar navbar-static-top">
<div class="container">
<div class="navbar-header">
<a href="index2.html" class="navbar-brand"><img src="images/teachhood-logo.png" style="margin-top: -6px" ></a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<i class="fa fa-bars"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse pull-left" id="navbar-collapse">
</div>
<!-- /.navbar-collapse -->
<!-- Navbar Right Menu -->
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<!-- Messages: style can be found in dropdown.less-->
<!-- Tasks Menu -->
<li class="dropdown tasks-menu">
<!-- Menu Toggle Button -->
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-file"></i>
<span class="label label-danger">9</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 9 tasks</li>
<li>
<!-- Inner menu: contains the tasks -->
<ul class="menu">
<li><!-- Task item -->
<a href="#">
<!-- Task title and progress text -->
<h3>
Design some buttons
<small class="pull-right">20%</small>
</h3>
<!-- The progress bar -->
<div class="progress xs">
<!-- Change the css width attribute to simulate progress -->
<div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">20% Complete</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
</ul>
</li>
<li class="footer">
<a href="#">View all tasks</a>
</li>
</ul>
</li>
<li class="dropdown messages-menu ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-envelope"></i>
<span class="label label-danger">4</span>
</a>
<ul class="dropdown-menu arrow_box">
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- start message -->
<a href="#">
<div class="pull-left">
<img src="dist/img/teachhood-logo.png" class="img-circle" alt="User Image">
</div>
<h4>
Username Name
<small><i class="fa fa-clock-o"></i> 22.10.1016</small>
</h4>
<p>Lorem Ipsum dolar sit amet?</p>
</a>
</li>
<!-- end message -->
<li><!-- start message -->
<a href="#">
<div class="pull-left">
<img src="dist/img/teachhood-logo.png" class="img-circle" alt="User Image">
</div>
<h4>
Username Name
<small><i class="fa fa-clock-o"></i> 22.10.1016</small>
</h4>
<p>Lorem Ipsum dolar sit amet?</p>
</a>
</li>
<!-- end message -->
<li><!-- start message -->
<a href="#">
<div class="pull-left">
<img src="dist/img/teachhood-logo.png" class="img-circle" alt="User Image">
</div>
<h4>
Username Name
<small><i class="fa fa-clock-o"></i> 22.10.1016</small>
</h4>
<p>Lorem Ipsum dolar sit amet?</p>
</a>
</li>
<!-- end message -->
</ul>
</li>
</ul>
</li>
<!-- /.messages-menu -->
<!-- Notifications Menu -->
<li class="dropdown notifications-menu">
<!-- Menu toggle button -->
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bell"></i>
<span class="label label-danger">10</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 10 notifications</li>
<li>
<!-- Inner Menu: contains the notifications -->
<ul class="menu">
<li><!-- start notification -->
<a href="#">
<i class="fa fa-users text-aqua"></i> 5 new members joined today
</a>
</li>
<!-- end notification -->
</ul>
</li>
<li class="footer"><a href="#">View all</a></li>
</ul>
</li>
<!-- User Account Menu -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="dist/img/teachhood-logo.png" class="user-image" alt="User Image">
<span class="hidden-xs">Username</span>
</a>
<ul class="dropdown-menu ">
<li class="user-header arrow_box">
<div class="col-xs-6 text-center">
<p><i class="fa fa-history fa-5x" aria-hidden="true"></i></p>
<span class="hidden-xs">Историја</span>
</div>
<div class="col-xs-6 text-center">
<p><i class="fa fa-cog fa-5x" aria-hidden="true"></i></p>
<span class="hidden-xs">Подесувања</span>
</div>
<!-- /.row -->
</li>
<!-- Menu Footer-->
<li class="user-footer">
<div class="col-xs-8 text-center user-cb">
<a href="#" class="pull-left listleft"><span class="fa fa-sign-out fa-3x icon-set-color"></span><span class="log-c">одјави се</span></a>
</div>
<div class="col-xs-4 text-center user-cb">
<a href="#"><i class="fa fa-question-circle fa-3x icon-set-color" aria-hidden="true"></i></a>
</div>
</li>
</ul>
</ul>
</div>
<!-- /.navbar-custom-menu -->
</div>
<!-- /.container-fluid -->
</nav>
</header>
<!-- Full Width Column -->
<div class="content-wrapper">
<div class="container m-color">
<div class="col-md-12 dashboard-space">
<div class="row">
<div class="col-md-10">
<div class="changespan">
<h3 class="m-color">
Пресметка на интеграли
</h3>
</div>
<hr class="hr_line_grey">
<h5 class="m-color"><strong>Објавен: </strong>20 октомви 2016 08: 30 |<strong> Категорија: </strong>
Матеметика | <strong>Јазик:</strong> Македонски
</h5>
<p class="text-left">
Lorem ipsum dolor sit amet, <strong>consectetur adipiscing elit</strong>. Aliquam eget sapien sapien. Curabitur in metus urna. In hac habitasse platea dictumst. Phasellus eu sem sapien, sed vestibulum velit. Nam purus nibh, lacinia non faucibus et, pharetra in dolor. Sed iaculis posuere diam ut cursus. <em>Morbi commodo sodales nisi id sodales. Proin consectetur, nisi id commodo imperdiet, metus nunc consequat lectus, id bibendum diam velit et dui.</em> Proin massa magna, vulputate nec bibendum nec, posuere nec lacus. <small>Aliquam mi erat, aliquam vel luctus eu, pharetra quis elit. Nulla euismod ultrices massa, et feugiat ipsum consequat eu.</small>
</p>
<a href="" class="y-color"><i class="fa fa-file-text" aria-hidden="true"></i> document.pdf</a>
</div>
<div class="col-md-2 dashboard-spaces-edu">
<div class="buutonspan"><a href="" class="btn default_btn default_grey"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> оспорен</a></div>
</div>
</div>
</div>
<div class="col-md-10">Прифатена понуда</div>
<div class="col-md-2 dashboard-top">16 Август, 2016 16:00</div>
<div class="col-md-5 dashboard cpace_bt">
<div class="col-md-3">
<div class="profile-table text-center">
<img src="./images/default-profile-picture.jpg">
</div>
</div>
<div class="col-md-9 block-top-1 displayleft">
<a href="" class="y-color namesize">Јасмина
Јасмина <i class="fa fa-envelope" aria-hidden="true"></i></a>
<div class="displayleft text-left">
<div class="col-md-12 text-left">
<fieldset class="rating text-left">
<input id="star5" name="rating" value="5" type="radio"><label class="full" for="star5" title="Awesome - 5 stars"></label>
<input id="star4half" name="rating" value="4 and a half" type="radio"><label class="half" for="star4half" title="Pretty good - 4.5 stars"></label>
<input id="star4" name="rating" value="4" type="radio"><label class="full" for="star4" title="Pretty good - 4 stars"></label>
<input id="star3half" name="rating" value="3 and a half" type="radio"><label class="half" for="star3half" title="Meh - 3.5 stars"></label>
<input id="star3" name="rating" value="3" type="radio"><label class="full" for="star3" title="Meh - 3 stars"></label>
<input id="star2half" name="rating" value="2 and a half" type="radio"><label class="half" for="star2half" title="Kinda bad - 2.5 stars"></label>
<input id="star2" name="rating" value="2" type="radio"><label class="full" for="star2" title="Kinda bad - 2 stars"></label>
<input id="star1half" name="rating" value="1 and a half" type="radio"><label class="half" for="star1half" title="Meh - 1.5 stars"></label>
<input id="star1" name="rating" value="1" type="radio"><label class="full" for="star1" title="Sucks big time - 1 star"></label>
<input id="starhalf" name="rating" value="half" type="radio"><label class="half" for="starhalf" title="Sucks big time - 0.5 stars"></label>
</fieldset>
</div>
</div>
</div>
</div>
<div class="col-md-7 dashboard-c cpace_bt">
<h5 class="m-color"><strong>Објавен: </strong>20 октомви 2016 08: 30 |<strong> Категорија: </strong>
Матеметика | <strong>Јазик:</strong> Македонски
</h5>
<p class="text-left">
Lorem ipsum dolor sit amet, velit et dui.</em> Proin massa magna, vulputate nec bibendum nec, posuere nec lacus. <small>Aliquam mi erat, aliquam vel luctus eu, pharetra quis elit. Nulla euismod ultrices massa, et feugiat ipsum consequat eu.</small>
</p>
</div>
<div class="col-md-10">Решение:</div>
<div class="col-md-2 dashboard-top">16 Август, 2016 16:00</div>
<div class="col-md-10 dashboard ">
<p class="text-left spacer_msg">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam eget sapien sapien. Curabitur in metus urna. In hac habitasse platea dictumst. Phasellus eu sem sapien, sed vestibulum velit. Nam purus nibh, lacinia non faucibus et, pharetra in dolor. Sed iaculis posuere diam ut cursus. Morbi commodo sodales nisi id sodales. Proin consectetur, nisi id commodo imperdiet, metus nunc consequat l</p>
<a href="" class="y-color"><i class="fa fa-file-text" aria-hidden="true"></i> document.pdf</a>
</div>
<div class="col-md-2 dashboard-cm padds ">
<div class="displayleft text-center"><i class="fa fa-check" aria-hidden="true"></i></div>
<div class="displayleft text-center">решен</div>
<hr class="hr_lines">
<div class="displayleft text-center">21 август 2016</div>
</div>
<div class="col-md-12 dashboard dashboard-space">
<div class="col-md-2">
<div class="profile-table text-center">
<i class="fa fa-exclamation-circle fa-5x alert-icon-gray " aria-hidden="true"></i>
</div>
</div>
<div class="col-md-10 padds">
<div class="displayleft">Проблем оспорен поради ненавремено донесување на решение на истиот</div>
<div class="displayleft">Поради ова спорот е решен во ваша полза и парите ќе бидат вратени</div>
</div>
</div>
</div><!-- /.container -->
</div> <!-- ./content-wrapper-->
<!-- Footer-->
<footer class="main-footer">
<div class="col-md-12 margintopstyle"></div>
<div class="row">
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="" class="inline-w">
<address>
<span class="glyphicon glyphicon-envelope"></span> Contact <a href="mailto:[email protected]"> Jon Doe</a>.<br>
</address>
</a></li>
<li><a href="" class="inline-w"><span class="glyphicon glyphicon-map-marker"></span> Ул.Перо Наков бб</a></li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li><a href="" class="inline-w">За Нас</a></li>
<li><a href="" class="inline-w">Како Работи</a></li>
<li><a href="" class="inline-w">Инстант Решение</a></li>
<li><a href="" class="inline-w">Блог</a></li>
<li><a href="" class="inline-w">FAQ</a></li>
</ul>
</div>
<div class="col-md-12">
<div class="container">
<div class="col-md-10 col-md-offset-1">
<hr/>
</div>
<div class="col-md-12">
<p class="text-center">TeachHoot © 2016</p>
</div>
</div>
</div>
</div>
</footer>
<!-- /.footer -->
</div>
<!-- ./wrapper -->
<!-- jQuery 2.2.0 -->
<script src="plugins/jQuery/jQuery-2.2.0.min.js"></script>
<!-- Bootstrap 3.3.6 -->
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- SlimScroll -->
<script src="plugins/slimScroll/jquery.slimscroll.min.js"></script>
<!-- FastClick -->
<script src="plugins/fastclick/fastclick.js"></script>
<!-- AdminLTE App -->
<script src="dist/js/app.min.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="dist/js/demo.js"></script>
</body>
</html>