Commit 789643c3 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

Feature theme

See merge request manzarH/dic-global-dev!21
parents f7f4f672 af2a8c71
{#
/**
* @file
* Default theme implementation to display a view of unformatted rows.
*
* Available variables:
* - title: The title of this group of rows. May be empty.
* - rows: A list of the view's row items.
* - attributes: The row's HTML attributes.
* - content: The row's content.
* - view: The view object.
* - default_row_class: A flag indicating whether default classes should be
* used on rows.
*
* @see template_preprocess_views_view_unformatted()
*
* @ingroup themeable
*/
#}
<div class="container-fluid spacerTB">
<div class="row">
<div class="container">
<div class="a_s_w_c">
<div class="ls_i_c">
<div class="ls_l_con_b">
<div class="la_sb_l">
<h5 class="sb_h_c_b box_c_dd_menu">Category <span><i class="fa fa-angle-down" aria-hidden="true"></i></span></h5>
<div class="ls_sbmenu sb_dd_m_data">
<ul>
<li class="active_sb"><a href="">All</a></li>
<li><a href="">Business & Products</a></li>
<li><a href="">Management & IR</a></li>
<li><a href="">Sustainbility</a></li>
<li><a href="">Exhibition & Event</a></li>
<li><a href="">Other</a></li>
</ul>
</div>
</div>
</div>
<div class="ls_r_con_b">
<div class="cs_slider_wp">
<div class="cs_s_cb row">
{% for row in rows %}
<div class="cs_item_b col-10 col-md-6 col-xl-4">
<div class="cs_inner_item">
<div class="cs_containe_i_w">
<a href="#" class="cs_img_bc">
<span class="cs_c1_m">Management &amp; IR</span>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_news_image }}'] }}
</a>
<div class="cs_text_cib">
<div class="cs_wc_b">
<div class="cs_iwcb">
<i class="fa fa-clock-o" aria-hidden="true"></i>&nbsp; {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_date }}'] }}
</div>
<span>TSE Filings</span>
</div>
<h6 class="cs_hcwbm">
<a href="">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</a>
</h6>
<p>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_short_description }}'] }}
</p>
</div>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment