-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblog-details.aspx
More file actions
192 lines (188 loc) · 11.7 KB
/
Copy pathblog-details.aspx
File metadata and controls
192 lines (188 loc) · 11.7 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
<%@ Page Title="" Language="C#" MasterPageFile="~/ananyafashion.master" AutoEventWireup="true" CodeFile="blog-details.aspx.cs" Inherits="blog_details" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<div class="banner-wrapper no_background">
<div class="banner-wrapper-inner">
<div class="breadcrumb-trail breadcrumbs">
<ul class="trail-items breadcrumb">
<li class="trail-item trail-begin"><a href="index.html"><span>Home</span></a></li>
<li class="trail-item"><a href="#"><span>Blog</span></a></li>
<li class="trail-item trail-end active"><span>Blog Details.</span></li>
</ul>
</div>
</div>
</div>
<div class="main-container left-sidebar has-sidebar">
<!-- POST LAYOUT -->
<div class="container">
<div class="row">
<div class="main-content col-xl-9 col-lg-8 col-md-12 col-sm-12">
<article
class="post-item post-single post-195 post type-post status-publish format-standard has-post-thumbnail hentry category-light category-table category-life-style tag-light tag-life-style">
<div class="single-post-thumb">
<div class="post-thumb">
<div class="owl-slick"
data-slick="{"arrows": true, "dots": false, "infinite": false, "slidesToShow": 1}">
<asp:ListView ID="lv_blogs_images" runat="server">
<ItemTemplate>
<figure>
<img src="images/blog/<%#Eval("blogImage") %>"
class="img-responsive attachment-1170x768 size-1170x768" alt="img"
width="1170" height="768">
</figure>
<figure>
<img src="images/blog/<%#Eval("blogImage") %>"
class="img-responsive attachment-1170x768 size-1170x768" alt="img"
width="1170" height="768">
</figure>
<figure>
<img src="images/blog/<%#Eval("blogImage") %>"
class="img-responsive attachment-1170x768 size-1170x768" alt="img"
width="1170" height="768">
</figure>
<figure>
<img src="images/blog/<%#Eval("blogImage") %>"
class="img-responsive attachment-1170x768 size-1170x768" alt="img"
width="1170" height="768">
</figure>
<figure>
<img src="images/blog/<%#Eval("blogImage") %>"
class="img-responsive attachment-1170x768 size-1170x768" alt="img"
width="1170" height="768">
</figure>
</ItemTemplate>
</asp:ListView>
</div>
</div>
</div>
<asp:ListView ID="lv_blog" runat="server">
<ItemTemplate>
<div class="single-post-info">
<h2 class="post-title"><a href="#"><%#Eval("blogTitle") %></a></h2>
<div class="post-meta">
<div class="date">
<a href="#"><%#Eval("blogDate") %> </a>
</div>
<div class="post-author">
By:<a href="#"> admin </a>
</div>
</div>
</div>
<div class="post-content">
<div id="output">
<blockquote>
<p><%#Eval("blogDetail") %></p>
</blockquote>
</div>
<p> </p>
</div>
</ItemTemplate>
</asp:ListView>
<div class="tags">
<a href="#" rel="tag">Blog</a>, <a
href="#" rel="tag">Ethenic Wear</a>
</div>
<div class="post-footer">
<div class="akasha-share-socials">
<h5 class="social-heading">Share: </h5>
<a target="_blank" class="facebook" href="#"><i class="fa fa-facebook-f"></i></a>
<a target="_blank" class="twitter" href="#"><i class="fa fa-twitter"></i></a>
<a target="_blank" class="pinterest" href="#"><i class="fa fa-pinterest"></i></a>
<a target="_blank" class="googleplus" href="#"><i class="fa fa-google-plus"></i></a>
</div>
<div class="categories">
<span>Categories: </span>
<a href="#">Blogs</a>,
<a href="#">Ethenic Wear</a>,
<a href="#">Life Style</a>
</div>
</div>
</article>
<!-- #comments -->
</div>
<div class="sidebar akasha_sidebar col-xl-3 col-lg-4 col-md-12 col-sm-12">
<div id="widget-area" class="widget-area sidebar-blog">
<div id="widget_akasha_post-2" class="widget widget-akasha-post">
<h2 class="widgettitle">Recent
Post<span class="arrow"></span></h2>
<div class="akasha-posts">
<asp:ListView ID="lv_recentblogs" runat="server">
<ItemTemplate>
<article
class="post-195 post type-post status-publish format-standard has-post-thumbnail hentry category-light category-table category-life-style tag-light tag-life-style">
<div class="post-item-inner">
<div class="post-thumb">
<a href="blog-details.aspx?blog-search=<%#Eval("Id") %>">
<img src="images/blog/<%#Eval("blogImage") %>"
class="img-responsive attachment-83x83 size-83x83" alt="img" width="83"
height="83">
</a>
</div>
<div class="post-info">
<div class="block-title">
<h2 class="post-title"><a
href="blog-details.aspx?blog-search=<%#Eval("Id") %>"><%#Eval("blogTitle") %></a></h2>
</div>
<div class="date"><%#Eval("blogDate") %></div>
</div>
</div>
</article>
</ItemTemplate>
</asp:ListView>
</div>
</div>
<div id="widget_akasha_socials-2" class="widget widget-akasha-socials">
<h2 class="widgettitle">Follow us<span class="arrow"></span></h2>
<div class="content-socials">
<ul class="socials-list">
<li>
<a href="https://facebook.com/" target="_blank">
<span class="fa fa-facebook"></span>
Facebook </a>
</li>
<li>
<a href="https://www.instagram.com/" target="_blank">
<span class="fa fa-instagram"></span>
Instagram </a>
</li>
<li>
<a href="https://twitter.com/" target="_blank">
<span class="fa fa-twitter"></span>
Twitter </a>
</li>
<li>
<a href="https://www.pinterest.com/" target="_blank">
<span class="fa fa-pinterest-p"></span>
Pinterest </a>
</li>
</ul>
</div>
</div>
<div id="tag_cloud-3" class="widget widget_tag_cloud">
<h2 class="widgettitle">Tags<span
class="arrow"></span></h2>
<div class="tagcloud">
<a href="#" class="tag-cloud-link tag-link-46 tag-link-position-1"
aria-label="Shoes (4 items)">Shoes</a>
<a href="#"
class="tag-cloud-link tag-link-43 tag-link-position-2"
aria-label="Fashion (5 items)">Fashion</a>
<a href="#"
class="tag-cloud-link tag-link-47 tag-link-position-3"
aria-label="Bags (4 items)">Bags</a>
<a href="#"
class="tag-cloud-link tag-link-48 tag-link-position-4"
aria-label="Collection (4 items)">Collection</a>
<a href="#"
class="tag-cloud-link tag-link-45 tag-link-position-5"
aria-label="Life Style (7 items)">Life Style</a>
</div>
</div>
</div>
<!-- .widget-area -->
</div>
</div>
</div>
</div>
</asp:Content>