Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Casino-2018-10-11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mohamed makdoudi
Casino-2018-10-11
Commits
46fabccb
Commit
46fabccb
authored
Oct 13, 2018
by
Mohamed makdoudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ticket BCW-656
parent
372652e1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
66 additions
and
54 deletions
+66
-54
module-SPECTACLE-FILTER.php
src/html/inc/modules/module-SPECTACLE-FILTER.php
+18
-14
module-SPECTACLE-LIST-CALENDAR.php
src/html/inc/modules/module-SPECTACLE-LIST-CALENDAR.php
+0
-0
module-SPECTACLE-LIST.php
src/html/inc/modules/module-SPECTACLE-LIST.php
+0
-0
module-SPECTACLE-SUGGESTIONS.php
src/html/inc/modules/module-SPECTACLE-SUGGESTIONS.php
+48
-40
No files found.
src/html/inc/modules/module-SPECTACLE-FILTER.php
View file @
46fabccb
...
...
@@ -4,13 +4,15 @@
<script
type=
"text/template"
id=
"spectaclefilteritem"
>
<
article
class
=
"spectacle-list-item"
>
<
div
class
=
"spectacle-list-item-genre"
>
{{
genre
}}
<
/div
>
<
div
class
=
"spectacle-list-item-picture"
>
<
img
src
=
"{{poster}}"
alt
=
""
>
<
/div
>
<
div
class
=
"spectacle-list-item-title"
>
<
a
href
=
"#"
>
{{
title
}}
<
/a
>
<
/div
>
<
div
class
=
"spectacle-list-item-price"
>
À
PARTIR
DE
<
span
>
{{
price
}}
€
<
/span></
div
>
<
a
href
=
"#"
>
<
div
class
=
"spectacle-list-item-picture"
>
<
img
src
=
"{{poster}}"
alt
=
""
>
<
/div
>
<
div
class
=
"spectacle-list-item-title"
>
{{
title
}}
<
/div
>
<
div
class
=
"spectacle-list-item-price"
>
À
PARTIR
DE
<
span
>
{{
price
}}
€
<
/span></
div
>
<
/a
>
<
div
class
=
"spectacle-list-item-city"
>
{{
city
}}
<
/div
>
<
div
class
=
"spectacle-list-item-date"
>
<
span
class
=
"date-single {{classSingleShow}}"
>
Le
{{
date_from
}}
<
/span
>
...
...
@@ -25,13 +27,15 @@
<script
type=
"text/template"
id=
"spectaclefilteritem-free"
>
<
article
class
=
"spectacle-list-item"
>
<
div
class
=
"spectacle-list-item-genre"
>
{{
genre
}}
<
/div
>
<
div
class
=
"spectacle-list-item-picture"
>
<
img
src
=
"{{poster}}"
alt
=
""
/>
<
/div
>
<
div
class
=
"spectacle-list-item-title"
>
<
a
href
=
"#"
>
{{
title
}}
<
/a
>
<
/div
>
<
div
class
=
"spectacle-list-item-price"
>
Gratuit
<
/div
>
<
a
href
=
"#"
>
<
div
class
=
"spectacle-list-item-picture"
>
<
img
src
=
"{{poster}}"
alt
=
""
/>
<
/div
>
<
div
class
=
"spectacle-list-item-title"
>
{{
title
}}
<
/div
>
<
div
class
=
"spectacle-list-item-price"
>
Gratuit
<
/div
>
<
/a
>
<
div
class
=
"spectacle-list-item-city"
>
{{
city
}}
<
/div
>
<
div
class
=
"spectacle-list-item-date"
>
<
span
class
=
"date-single {{classSingleShow}}"
>
Le
{{
date_from
}}
<
/span
>
...
...
src/html/inc/modules/module-SPECTACLE-LIST-CALENDAR.php
View file @
46fabccb
This diff is collapsed.
Click to expand it.
src/html/inc/modules/module-SPECTACLE-LIST.php
View file @
46fabccb
This diff is collapsed.
Click to expand it.
src/html/inc/modules/module-SPECTACLE-SUGGESTIONS.php
View file @
46fabccb
...
...
@@ -7,16 +7,18 @@
<!-- item 1 -->
<article
class=
"spectacle-list-item loaded"
>
<div
class=
"spectacle-list-item-genre"
>
MUSIQUE
</div>
<div
class=
"spectacle-list-item-picture"
>
<picture
data-alt=
""
data-default-src=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
>
<source
media=
"(min-width: 1025px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_desktop.jpg"
/>
<source
media=
"(min-width: 481px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_tablet.jpg"
/>
<source
media=
"(max-width: 480px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
/>
<img
src=
""
alt=
""
/>
</picture>
</div>
<div
class=
"spectacle-list-item-title"
>
ONE NIGHT OF QUEEN
</div>
<div
class=
"spectacle-list-item-price"
>
À PARTIR DE
<span>
29€
</span></div>
<a
href=
"#"
>
<div
class=
"spectacle-list-item-picture"
>
<picture
data-alt=
""
data-default-src=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
>
<source
media=
"(min-width: 1025px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_desktop.jpg"
/>
<source
media=
"(min-width: 481px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_tablet.jpg"
/>
<source
media=
"(max-width: 480px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
/>
<img
src=
""
alt=
""
/>
</picture>
</div>
<div
class=
"spectacle-list-item-title"
>
ONE NIGHT OF QUEEN
</div>
<div
class=
"spectacle-list-item-price"
>
À PARTIR DE
<span>
29€
</span></div>
</a>
<div
class=
"spectacle-list-item-city"
>
TOULOUSE
</div>
<div
class=
"spectacle-list-item-date"
>
Du Mercredi 9 décembre 2015 Au jeudi 16 Décembre 2015
</div>
<div
class=
"spectacle-list-item-cta"
>
...
...
@@ -27,16 +29,18 @@
<!-- item 2 -->
<article
class=
"spectacle-list-item loaded"
>
<div
class=
"spectacle-list-item-genre"
>
MUSIQUE
</div>
<div
class=
"spectacle-list-item-picture"
>
<picture
data-alt=
""
data-default-src=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
>
<source
media=
"(min-width: 1025px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_desktop.jpg"
/>
<source
media=
"(min-width: 481px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_tablet.jpg"
/>
<source
media=
"(max-width: 480px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
/>
<img
src=
""
alt=
""
/>
</picture>
</div>
<div
class=
"spectacle-list-item-title"
>
ONE NIGHT OF QUEEN
</div>
<div
class=
"spectacle-list-item-price"
>
À PARTIR DE
<span>
29€
</span></div>
<a
href=
"#"
>
<div
class=
"spectacle-list-item-picture"
>
<picture
data-alt=
""
data-default-src=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
>
<source
media=
"(min-width: 1025px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_desktop.jpg"
/>
<source
media=
"(min-width: 481px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_tablet.jpg"
/>
<source
media=
"(max-width: 480px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
/>
<img
src=
""
alt=
""
/>
</picture>
</div>
<div
class=
"spectacle-list-item-title"
>
ONE NIGHT OF QUEEN
</div>
<div
class=
"spectacle-list-item-price"
>
À PARTIR DE
<span>
29€
</span></div>
</a>
<div
class=
"spectacle-list-item-city"
>
TOULOUSE
</div>
<div
class=
"spectacle-list-item-date"
>
Du Mercredi 9 décembre 2015 Au jeudi 16 Décembre 2015
</div>
<div
class=
"spectacle-list-item-cta"
>
...
...
@@ -47,16 +51,18 @@
<!-- item 3 -->
<article
class=
"spectacle-list-item loaded"
>
<div
class=
"spectacle-list-item-genre"
>
MUSIQUE
</div>
<div
class=
"spectacle-list-item-picture"
>
<picture
data-alt=
""
data-default-src=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
>
<source
media=
"(min-width: 1025px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_desktop.jpg"
/>
<source
media=
"(min-width: 481px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_tablet.jpg"
/>
<source
media=
"(max-width: 480px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
/>
<img
src=
""
alt=
""
/>
</picture>
</div>
<div
class=
"spectacle-list-item-title"
>
ONE NIGHT OF QUEEN
</div>
<div
class=
"spectacle-list-item-price"
>
À PARTIR DE
<span>
29€
</span></div>
<a
href=
"#"
>
<div
class=
"spectacle-list-item-picture"
>
<picture
data-alt=
""
data-default-src=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
>
<source
media=
"(min-width: 1025px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_desktop.jpg"
/>
<source
media=
"(min-width: 481px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_tablet.jpg"
/>
<source
media=
"(max-width: 480px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
/>
<img
src=
""
alt=
""
/>
</picture>
</div>
<div
class=
"spectacle-list-item-title"
>
ONE NIGHT OF QUEEN
</div>
<div
class=
"spectacle-list-item-price"
>
À PARTIR DE
<span>
29€
</span></div>
</a>
<div
class=
"spectacle-list-item-city"
>
TOULOUSE
</div>
<div
class=
"spectacle-list-item-date"
>
Du Mercredi 9 décembre 2015 Au jeudi 16 Décembre 2015
</div>
<div
class=
"spectacle-list-item-cta"
>
...
...
@@ -67,16 +73,18 @@
<!-- item 4 -->
<article
class=
"spectacle-list-item loaded"
>
<div
class=
"spectacle-list-item-genre"
>
MUSIQUE
</div>
<div
class=
"spectacle-list-item-picture"
>
<picture
data-alt=
""
data-default-src=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
>
<source
media=
"(min-width: 1025px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_desktop.jpg"
/>
<source
media=
"(min-width: 481px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_tablet.jpg"
/>
<source
media=
"(max-width: 480px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
/>
<img
src=
""
alt=
""
/>
</picture>
</div>
<div
class=
"spectacle-list-item-title"
>
ONE NIGHT OF QUEEN
</div>
<div
class=
"spectacle-list-item-price"
>
À PARTIR DE
<span>
29€
</span></div>
<a
href=
"#"
>
<div
class=
"spectacle-list-item-picture"
>
<picture
data-alt=
""
data-default-src=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
>
<source
media=
"(min-width: 1025px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_desktop.jpg"
/>
<source
media=
"(min-width: 481px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_tablet.jpg"
/>
<source
media=
"(max-width: 480px)"
srcset=
"img/layout/spectacle/spectacle-item-sample_mobile.jpg"
/>
<img
src=
""
alt=
""
/>
</picture>
</div>
<div
class=
"spectacle-list-item-title"
>
ONE NIGHT OF QUEEN
</div>
<div
class=
"spectacle-list-item-price"
>
À PARTIR DE
<span>
29€
</span></div>
</a>
<div
class=
"spectacle-list-item-city"
>
TOULOUSE
</div>
<div
class=
"spectacle-list-item-date"
>
Du Mercredi 9 décembre 2015 Au jeudi 16 Décembre 2015
</div>
<div
class=
"spectacle-list-item-cta"
>
...
...
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