-
Notifications
You must be signed in to change notification settings - Fork 2
/
page.html
148 lines (148 loc) · 6.16 KB
/
page.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Board 1</title>
<!-- Enhancement, need to add extra plugin files -->
<!-- Font Awesome -->
<link href="font-awesome-4.2.0/css/font-awesome.css" rel="stylesheet">
<link href='font-awesome-4.2.0/css/font-awesome.min.css'rel="stylesheet">
<!-- plugin stylesheet ends here-->
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
</br>
</br>
</br>
<!-- Breadcrumb-->
<ol class="breadcrumb" style=" float: left; padding-left: 100px;">
<li><a href="#">Home</a></li>
<li><a href="#">Board Name</a></li>
<li class="active">Topic</li>
</ol>
<nav>
<!--Breadcrumb ends-->
</br>
</br>
<!--Pagination-->
<ul class="pagination" style="float: right; padding-right: 15px; padding-top: 50px;">
<li class="disabled"><a href="#" aria-label="Previous"><span aria-hidden="true">«</span></a></li>
<li class="active"><a href="#">1 <span class="sr-only">(current)</span></a></li>
</ul>
</nav>
<!--Pagination ends-->
<!--Thread Tools-->
<div class="ask-question" style="float: right">
<div class="btn-group">
<button type="button" class="btn btn-warning">Ask a Question</button>
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle"
data-toggle="dropdown">
Manage Topic
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><a href="#">Make Sticky</a></li>
<li><a href="#">Move</a></li>
<li><a href="#">Delete</a></li>
<li><a href="#">Notify</a></li>
<li><a href="#">Unwatch</a></li>
<li><a href="#">Mark as unread</a></li>
<li><a href="#">Share</a></li>
<li><a href="#">Print</a></li>
</ul></div>
</div>
</div>
</ul>
<!--Thread tools ends-->
</br>
</br>
</br></br>
</br></br>
<!--Discussion Begins-->
<div class="panel panel-info">
<div class="panel-heading">
<a class="previous" style="float: right"><i class="fa fa-arrow-circle-left fa-2x"></i> <i class="fa fa-arrow-circle-right fa-2x"></i></a><h3 class="panel-title">Topic Title (100 views)</h3>
</div>
<!--Topic module-->
<div class="panel-body">
<div style="margin-left: 5px; margin-right: 5px;" class="panel panel-info">
<!--Post module-->
<div class="panel-heading">
<h3 class="panel-title">Post no : </h3>
</div>
<!--Post info-->
<div class="panel panel-default">
<div class="panel-body">
<div class="post-info-content" style="float: right">Post Count : <span class="label label-primary">500</span></br>
Likes : <span class="label label-primary">60</span>
</div>
<img src="/images/avatar.jpg" class="img-circle"
style="float: left">
<div class="post-info" style="padding-left: 100px">
<div class="user-name" style="color: rgb(75, 124, 14)"><b><h4>meetdilip</h4></b></div>
<span class="label label-danger">Admin </span></div><i class="fa fa-circle fa-spin" style="color: green"></i> <i class="fa fa-male " style="padding-top: 12px"></i> <i class="fa fa-home" style="padding-top: 12px"></i> <i class="fa fa-envelope-o" style="padding-top: 12px"></i>
</div></div>
<!--Post info end-->
<!--Post content-->
<div class="quote-box" style="padding-left: 10px"> <blockquote>
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."</p>
</blockquote></div>
</br>
</br>
</br>
<!--Post Content ends here-->
<!--Post buttons-->
<div class="panel-body"><div class="post buttons" style="float: right"> <button type="button" class="btn btn-info">Reply</button> <div class="post buttons" style="float: right"> <button type="button" class="btn btn-info">Quick Edit</button> <button type="button" class="btn btn-success"><i class="fa fa-heart-o"></i> Like</button> <div class="btn-group">
<button type="button" class="btn btn-primary">More</button>
<button type="button" class="btn btn-primary dropdown-toggle"
data-toggle="dropdown">
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Modify</a></li>
<li><a href="#">Report</a></li>
<li><a href="#">New Topic</a></li>
</ul>
</div> <button type="button" class="btn btn-danger"><i class="fa fa-trash"></i> Remove</button>
</div>
</div>
</div>
<!--Post buttons ends here-->
<!--Post Content ends here-->
<!--Post module ends here-->
</div>
</div>
<!--Topic module ends here-->
</div>
<!--Discussion ends here-->
<!--Jump to-->
<div class="btn-group" style="float: right">
<button type="button" class="btn btn-default dropdown-toggle"
data-toggle="dropdown">
Go to <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Board 1</a></li>
<li><a href="#">Board 2</a></li>
<li><a href="#">Board 3</a></li>
</ul>
</div>
</br>
</br>
</br>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>