Commit 671cd744 by Manzar Hussain

modify template

parent db482574
......@@ -47,19 +47,25 @@
{{ header }}
</header>
{% endif %}
<div class="ls_r_con_b">
<div class="rcb_pd_page">
<h1 class="ineves_det_h_m pr_padd">Quarterly Results</h1>
{% if exposed %}
<div {{ attributes.addClass(classes) }}>
{{ exposed }}
</div>
{% endif %}
{{ attachment_before }}
{% if rows -%}
{% if rows -%}
{{ rows }}
{% elseif empty -%}
{{ empty }}
{% endif %}
</div>
</div>
{{ attachment_before }}
{{ pager }}
{{ attachment_after }}
......
......@@ -26,10 +26,8 @@
%}
<div class="ls_r_con_b">
<div class="rcb_pd_page">
<h1 class="ineves_det_h_m pr_padd">Quarterly Results</h1>
<div class="id_filter_con">
<div class="id_filter_con">
<div class="id_inner_filter-detail">
<select id="dataFilter">
......@@ -50,8 +48,8 @@
<option value="2011">2011</option>
</select>
</div>
</div>
<div class="a_r_c_b">
</div>
<div class="a_r_c_b">
<div class="row id_spacer_con id_filter_common id_filter_2020">
{% for row in rows %}
......@@ -70,9 +68,6 @@
</div>
{% endfor %}
</div>
</div>
</div>
</div>
......@@ -82,3 +77,5 @@
\ 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