Commit afc2545e by Manzar Hussain

add category

parent 922a0032
......@@ -40,11 +40,13 @@
<div class="hs_wrap_c historyscrollerPane">
<ul class="count_li_item">
{% for row in rows %}
{% if row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] == 'Corporation History' %}
<li>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}
</li>
{% endif %}
{% endfor %}
</ul>
......@@ -52,14 +54,16 @@
<span></span>
</div>
</div>
<div class="hs_wrap_c historyscrollerPane" style="display: none;">
<div class="hs_wrap_c historyscrollerPane" >
<ul class="count_li_item">
{% for row in rows %}
{% if row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] == 'Product History' %}
<li class="blue">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}
</li>
{% endif %}
{% endfor %}
</ul>
......
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