Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dic-global-dev
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Manzar Hussain
dic-global-dev
Commits
37d4fe76
Commit
37d4fe76
authored
Jan 20, 2021
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-theme' into 'develop'
add filter for history See merge request manzarH/dic-global-dev!513
parents
5e855b47
920953cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
87 additions
and
1 deletions
+87
-1
views-view-unformatted--history--block-1.html.twig
themes/custom/envigo/templates/views/views-view-unformatted--history--block-1.html.twig
+1
-1
views-view-unformatted--history--block-3.html.twig
themes/custom/envigo/templates/views/views-view-unformatted--history--block-3.html.twig
+86
-0
No files found.
themes/custom/envigo/templates/views/views-view-unformatted--history--block-1.html.twig
View file @
37d4fe76
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<span></span>
<span></span>
</div>
</div>
</div>
</div>
<div
class=
"hs_wrap_c historyscrollerPane"
>
<div
class=
"hs_wrap_c historyscrollerPane"
style=
"display: none;"
>
<ul
class=
"count_li_item"
>
<ul
class=
"count_li_item"
>
{%
for
row
in
rows
%}
{%
for
row
in
rows
%}
<li
class=
"blue"
>
<li
class=
"blue"
>
...
...
themes/custom/envigo/templates/views/views-view-unformatted--history--block-3.html.twig
0 → 100644
View file @
37d4fe76
{#
/**
* @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 dichistroy dic-font-size"
>
<div
class=
"row"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-8"
>
<h6
class=
"h_c_w_bnm"
>
DIC Corporation History
</h6>
<p
class=
"sub-text"
>
A look into the rich history of 110+ years
</p>
</div>
<div
class=
"col-md-4"
>
<ul
class=
"d-flex justify-content-around indicator"
>
<li>
Corporation History
</li>
<li
class=
"blue"
>
Product History
</li>
</ul>
</div>
<div
class=
"col-12"
>
<div
class=
"h_s_c_o_w"
>
<div
class=
"hs_i_wrapper history_scroll_pane"
>
<div
class=
"hs_wrap_c historyscrollerPane"
style=
"display: none;"
>
<ul
class=
"count_li_item"
>
{%
for
row
in
rows
%}
<li>
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ title }}'
]
}}
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ body }}'
]
}}
</li>
{%
endfor
%}
</ul>
<div
class=
"strip_c_line"
>
<span></span>
</div>
</div>
<div
class=
"hs_wrap_c historyscrollerPane"
>
<ul
class=
"count_li_item"
>
{%
for
row
in
rows
%}
<li
class=
"blue"
>
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ title }}'
]
}}
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ body }}'
]
}}
</li>
{%
endfor
%}
</ul>
<div
class=
"strip_c_line"
>
<span></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End: DIC corp History-->
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment