Commit fa3ebfe2 by Manzar Hussain

related news

parent f53ea3f3
{#
/**
* @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 bg_l_gray spacerTB cs_bnmv cs_box_shadow">
<div class="row">
<div class="container">
<div class="row">
<div class="col-12">
<div class="cs_w_b">
<h1 class="c_heading_b text-center">Related News</h1>
<div class="cs_slider_wp">
<div class="cs_s_cb row cs_slider_container">
{% for row in rows %}
<div class="cs_item_b col-10 col-md-4">
<div class="cs_inner_item">
<div class="cs_containe_i_w">
<a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ view_node }}'] }}" class="cs_img_bc">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_category }}'] }}
{{ 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 style="display: none;">TSE Filings</span>
</div>
<h6 class="cs_hcwbm">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
</h6>
<p>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_short_description }}'] }}
</p>
</div>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
<div class="cs_btn_c_b">
<a href="/news">View All &nbsp;<i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="a_r_c_b">
<div class="row id_spacer_con">
{% for row in rows %}
<div class="id_item_con col-12 col-sm-4 col-md-3">
<div class="i_c_b_m_p">
<a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_pdf_url }}'] }}" class="hyper_link" target="_blank">
<h5 class="id_c_tc">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_year }}'] }}</h5>
<div class="img_id_cb">
<img src="/themes/custom/envigo/images/pdf-download.png" />
</div>
<div class="id_txt_con">
<h6 class="id_hc_b">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h6>
</div>
</a>
</div>
</div>
{% endfor %}
</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