Commit afc2545e by Manzar Hussain

add category

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