Changed style

This commit is contained in:
zeldaroot 2020-03-13 03:10:36 +02:00
parent 1aeed8cb37
commit 07d6d654f7
14 changed files with 760 additions and 322 deletions

View File

@ -35,8 +35,12 @@
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>"><img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<a href="<%- movie.url %>"><img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps"><%= movie.title %> (<%- movie.year %>)</span>
<span class="ytps"><%- movie.year %></span>
@ -68,8 +72,10 @@
<% categories.forEach(function (content) { %>
<div style="float:left;width:33.33%;">
<div style="margin:10px;padding:0;position:relative">
<div class="cinemapress-categories" style="background-image:url('<%- content.image %>');"></div>
<a href="<%- content.url %>" class="cinemapress-categories-title"><%= content.title %></a>
<div class="cinemapress-categories"
style="background-image:url('<%- content.image %>');"></div>
<a href="<%- content.url %>"
class="cinemapress-categories-title"><%= content.title %></a>
</div>
</div>
<% }); %>

View File

@ -35,10 +35,15 @@
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>"><img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<a href="<%- movie.url %>"><img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps" title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ttps"
title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ytps"><%- movie.year %></span>
</div>
@ -70,10 +75,15 @@
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>"><img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<a href="<%- movie.url %>"><img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps" title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ttps"
title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ytps"><%- movie.year %></span>
</div>
@ -100,10 +110,14 @@
<% } %>
<div class="cinemapress-content-publish">
<% if (content.tags) { %>
<span class="cinemapress-content-publish-tags"><img src="data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1LjI1IDU1LjI1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1NS4yNSA1NS4yNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxwYXRoIGQ9Ik0wLjUyMyw1MS45MzNsLTAuNDk3LDIuMDg1Yy0wLjAxNiwwLjA2Ny0wLjAyLDAuMTM1LTAuMDIyLDAuMjAyQzAuMDA0LDU0LjIzNCwwLDU0LjI0NiwwLDU0LjI1OSAgIGMwLjAwMSwwLjExNCwwLjAyNiwwLjIyNSwwLjA2NSwwLjMzMmMwLjAwOSwwLjAyNSwwLjAxOSwwLjA0NywwLjAzLDAuMDcxYzAuMDQ5LDAuMTA3LDAuMTEsMC4yMSwwLjE5NiwwLjI5NiAgIGMwLjA5NSwwLjA5NSwwLjIwNywwLjE2OCwwLjMyOCwwLjIxOGMwLjEyMSwwLjA1LDAuMjUsMC4wNzUsMC4zNzksMC4wNzVjMC4wNzcsMCwwLjE1NS0wLjAwOSwwLjIzMS0wLjAyN2wyLjA4Ni0wLjQ5NyAgIEwwLjUyMyw1MS45MzN6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBkPSJNNTIuNjE4LDIuNjMxYy0zLjUxLTMuNTA4LTkuMjE5LTMuNTA4LTEyLjcyOSwwTDMuODI3LDM4LjY5M0MzLjgxLDM4LjcxLDMuOCwzOC43MzEsMy43ODUsMzguNzQ5ICAgYy0wLjAyMSwwLjAyNC0wLjAzOSwwLjA1LTAuMDU4LDAuMDc2Yy0wLjA1MywwLjA3NC0wLjA5NCwwLjE1My0wLjEyNSwwLjIzOWMtMC4wMDksMC4wMjYtMC4wMjIsMC4wNDktMC4wMjksMC4wNzUgICBjLTAuMDAzLDAuMDEtMC4wMDksMC4wMi0wLjAxMiwwLjAzbC0yLjQ5NSwxMC40OEw1LjYsNTQuMTgybDEwLjQ4LTIuNDk1YzAuMDI3LTAuMDA2LDAuMDUxLTAuMDIxLDAuMDc3LTAuMDMgICBjMC4wMzQtMC4wMTEsMC4wNjYtMC4wMjQsMC4wOTktMC4wMzljMC4wNzItMC4wMzMsMC4xMzktMC4wNzQsMC4yMDEtMC4xMjNjMC4wMjQtMC4wMTksMC4wNDktMC4wMzMsMC4wNzItMC4wNTQgICBjMC4wMDgtMC4wMDgsMC4wMTgtMC4wMTIsMC4wMjYtMC4wMmwzNi4wNjMtMzYuMDYzQzU2LjEyNywxMS44NSw1Ni4xMjcsNi4xNCw1Mi42MTgsMi42MzF6IE0xNy4xNTcsNDcuOTkybDAuMzU0LTMuMTgzICAgTDM5Ljg4OSwyMi40M2MwLjM5MS0wLjM5MSwwLjM5MS0xLjAyMywwLTEuNDE0cy0xLjAyMy0wLjM5MS0xLjQxNCwwTDE2LjA5Nyw0My4zOTVsLTQuNzczLDAuNTNsMC41My00Ljc3M2wyMi4zOC0yMi4zNzggICBjMC4zOTEtMC4zOTEsMC4zOTEtMS4wMjMsMC0xLjQxNHMtMS4wMjMtMC4zOTEtMS40MTQsMEwxMC40NCwzNy43MzhsLTMuMTgzLDAuMzU0TDM0Ljk0LDEwLjQwOWw5LjksOS45TDE3LjE1Nyw0Ny45OTJ6ICAgIE00Ni4yNTQsMTguODk1bC05LjktOS45bDEuNDE0LTEuNDE0bDkuOSw5LjlMNDYuMjU0LDE4Ljg5NXogTTQ5LjA4MiwxNi4wNjdsLTkuOS05LjlsMS40MTUtMS40MTVsOS45LDkuOUw0OS4wODIsMTYuMDY3eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=" style="width: 10px;"> <%- content.tags %></span>
<span class="cinemapress-content-publish-tags"><img
src="data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU1LjI1IDU1LjI1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1NS4yNSA1NS4yNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxwYXRoIGQ9Ik0wLjUyMyw1MS45MzNsLTAuNDk3LDIuMDg1Yy0wLjAxNiwwLjA2Ny0wLjAyLDAuMTM1LTAuMDIyLDAuMjAyQzAuMDA0LDU0LjIzNCwwLDU0LjI0NiwwLDU0LjI1OSAgIGMwLjAwMSwwLjExNCwwLjAyNiwwLjIyNSwwLjA2NSwwLjMzMmMwLjAwOSwwLjAyNSwwLjAxOSwwLjA0NywwLjAzLDAuMDcxYzAuMDQ5LDAuMTA3LDAuMTEsMC4yMSwwLjE5NiwwLjI5NiAgIGMwLjA5NSwwLjA5NSwwLjIwNywwLjE2OCwwLjMyOCwwLjIxOGMwLjEyMSwwLjA1LDAuMjUsMC4wNzUsMC4zNzksMC4wNzVjMC4wNzcsMCwwLjE1NS0wLjAwOSwwLjIzMS0wLjAyN2wyLjA4Ni0wLjQ5NyAgIEwwLjUyMyw1MS45MzN6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBkPSJNNTIuNjE4LDIuNjMxYy0zLjUxLTMuNTA4LTkuMjE5LTMuNTA4LTEyLjcyOSwwTDMuODI3LDM4LjY5M0MzLjgxLDM4LjcxLDMuOCwzOC43MzEsMy43ODUsMzguNzQ5ICAgYy0wLjAyMSwwLjAyNC0wLjAzOSwwLjA1LTAuMDU4LDAuMDc2Yy0wLjA1MywwLjA3NC0wLjA5NCwwLjE1My0wLjEyNSwwLjIzOWMtMC4wMDksMC4wMjYtMC4wMjIsMC4wNDktMC4wMjksMC4wNzUgICBjLTAuMDAzLDAuMDEtMC4wMDksMC4wMi0wLjAxMiwwLjAzbC0yLjQ5NSwxMC40OEw1LjYsNTQuMTgybDEwLjQ4LTIuNDk1YzAuMDI3LTAuMDA2LDAuMDUxLTAuMDIxLDAuMDc3LTAuMDMgICBjMC4wMzQtMC4wMTEsMC4wNjYtMC4wMjQsMC4wOTktMC4wMzljMC4wNzItMC4wMzMsMC4xMzktMC4wNzQsMC4yMDEtMC4xMjNjMC4wMjQtMC4wMTksMC4wNDktMC4wMzMsMC4wNzItMC4wNTQgICBjMC4wMDgtMC4wMDgsMC4wMTgtMC4wMTIsMC4wMjYtMC4wMmwzNi4wNjMtMzYuMDYzQzU2LjEyNywxMS44NSw1Ni4xMjcsNi4xNCw1Mi42MTgsMi42MzF6IE0xNy4xNTcsNDcuOTkybDAuMzU0LTMuMTgzICAgTDM5Ljg4OSwyMi40M2MwLjM5MS0wLjM5MSwwLjM5MS0xLjAyMywwLTEuNDE0cy0xLjAyMy0wLjM5MS0xLjQxNCwwTDE2LjA5Nyw0My4zOTVsLTQuNzczLDAuNTNsMC41My00Ljc3M2wyMi4zOC0yMi4zNzggICBjMC4zOTEtMC4zOTEsMC4zOTEtMS4wMjMsMC0xLjQxNHMtMS4wMjMtMC4zOTEtMS40MTQsMEwxMC40NCwzNy43MzhsLTMuMTgzLDAuMzU0TDM0Ljk0LDEwLjQwOWw5LjksOS45TDE3LjE1Nyw0Ny45OTJ6ICAgIE00Ni4yNTQsMTguODk1bC05LjktOS45bDEuNDE0LTEuNDE0bDkuOSw5LjlMNDYuMjU0LDE4Ljg5NXogTTQ5LjA4MiwxNi4wNjdsLTkuOS05LjlsMS40MTUtMS40MTVsOS45LDkuOUw0OS4wODIsMTYuMDY3eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo="
style="width: 10px;"> <%- content.tags %></span>
<% } %>
<% if (content.tags) { %>
<span class="cinemapress-content-publish-publish"><img src="data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxjaXJjbGUgY3g9IjMwIiBjeT0iMjkuODc5IiByPSIyIiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBkPSJNMzAsMEMxMy40NTgsMCwwLDEzLjQ1OCwwLDMwczEzLjQ1OCwzMCwzMCwzMHMzMC0xMy40NTgsMzAtMzBTNDYuNTQyLDAsMzAsMHogTTI5LDcuODc5YzAtMC41NTMsMC40NDgtMSwxLTFzMSwwLjQ0NywxLDEgICB2MWMwLDAuNTUzLTAuNDQ4LDEtMSwxcy0xLTAuNDQ3LTEtMVY3Ljg3OXogTTksMzAuODc5SDhjLTAuNTUyLDAtMS0wLjQ0Ny0xLTFzMC40NDgtMSwxLTFoMWMwLjU1MiwwLDEsMC40NDcsMSwxICAgUzkuNTUyLDMwLjg3OSw5LDMwLjg3OXogTTE1Ljg1OCw0NS40MzZsLTAuNzA3LDAuNzA3Yy0wLjE5NSwwLjE5NS0wLjQ1MSwwLjI5My0wLjcwNywwLjI5M3MtMC41MTItMC4wOTgtMC43MDctMC4yOTMgICBjLTAuMzkxLTAuMzkxLTAuMzkxLTEuMDIzLDAtMS40MTRsMC43MDctMC43MDdjMC4zOTEtMC4zOTEsMS4wMjMtMC4zOTEsMS40MTQsMFMxNi4yNDksNDUuMDQ1LDE1Ljg1OCw0NS40MzZ6IE0xNS44NTgsMTUuNzM2ICAgYy0wLjE5NSwwLjE5NS0wLjQ1MSwwLjI5My0wLjcwNywwLjI5M3MtMC41MTItMC4wOTgtMC43MDctMC4yOTNsLTAuNzA3LTAuNzA3Yy0wLjM5MS0wLjM5MS0wLjM5MS0xLjAyMywwLTEuNDE0ICAgczEuMDIzLTAuMzkxLDEuNDE0LDBsMC43MDcsMC43MDdDMTYuMjQ5LDE0LjcxMywxNi4yNDksMTUuMzQ2LDE1Ljg1OCwxNS43MzZ6IE0zMSw1MS44NzljMCwwLjU1My0wLjQ0OCwxLTEsMXMtMS0wLjQ0Ny0xLTF2LTEgICBjMC0wLjU1MywwLjQ0OC0xLDEtMXMxLDAuNDQ3LDEsMVY1MS44Nzl6IE0zMCwzMy44NzljLTEuODU4LDAtMy40MTEtMS4yOC0zLjg1OC0zSDE5Yy0wLjU1MiwwLTEtMC40NDctMS0xczAuNDQ4LTEsMS0xaDcuMTQyICAgYzAuMzY0LTEuMzk5LDEuNDU5LTIuNDk0LDIuODU4LTIuODU4VjE1Ljg3OWMwLTAuNTUzLDAuNDQ4LTEsMS0xczEsMC40NDcsMSwxdjEwLjE0MmMxLjcyLDAuNDQ3LDMsMS45OTksMywzLjg1OCAgIEMzNCwzMi4wODUsMzIuMjA2LDMzLjg3OSwzMCwzMy44Nzl6IE00Ni4yNjMsNDYuMTQzYy0wLjE5NSwwLjE5NS0wLjQ1MSwwLjI5My0wLjcwNywwLjI5M3MtMC41MTItMC4wOTgtMC43MDctMC4yOTNsLTAuNzA3LTAuNzA3ICAgYy0wLjM5MS0wLjM5MS0wLjM5MS0xLjAyMywwLTEuNDE0czEuMDIzLTAuMzkxLDEuNDE0LDBsMC43MDcsMC43MDdDNDYuNjU0LDQ1LjExOSw0Ni42NTQsNDUuNzUyLDQ2LjI2Myw0Ni4xNDN6IE00Ni4yNjMsMTUuMDI5ICAgbC0wLjcwNywwLjcwN2MtMC4xOTUsMC4xOTUtMC40NTEsMC4yOTMtMC43MDcsMC4yOTNzLTAuNTEyLTAuMDk4LTAuNzA3LTAuMjkzYy0wLjM5MS0wLjM5MS0wLjM5MS0xLjAyMywwLTEuNDE0bDAuNzA3LTAuNzA3ICAgYzAuMzkxLTAuMzkxLDEuMDIzLTAuMzkxLDEuNDE0LDBTNDYuNjU0LDE0LjYzOSw0Ni4yNjMsMTUuMDI5eiBNNTIsMzAuODc5aC0xYy0wLjU1MiwwLTEtMC40NDctMS0xczAuNDQ4LTEsMS0xaDEgICBjMC41NTIsMCwxLDAuNDQ3LDEsMVM1Mi41NTIsMzAuODc5LDUyLDMwLjg3OXoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K" style="width: 10px;"> <%- content.publish %></span>
<span class="cinemapress-content-publish-publish"><img
src="data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxjaXJjbGUgY3g9IjMwIiBjeT0iMjkuODc5IiByPSIyIiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBkPSJNMzAsMEMxMy40NTgsMCwwLDEzLjQ1OCwwLDMwczEzLjQ1OCwzMCwzMCwzMHMzMC0xMy40NTgsMzAtMzBTNDYuNTQyLDAsMzAsMHogTTI5LDcuODc5YzAtMC41NTMsMC40NDgtMSwxLTFzMSwwLjQ0NywxLDEgICB2MWMwLDAuNTUzLTAuNDQ4LDEtMSwxcy0xLTAuNDQ3LTEtMVY3Ljg3OXogTTksMzAuODc5SDhjLTAuNTUyLDAtMS0wLjQ0Ny0xLTFzMC40NDgtMSwxLTFoMWMwLjU1MiwwLDEsMC40NDcsMSwxICAgUzkuNTUyLDMwLjg3OSw5LDMwLjg3OXogTTE1Ljg1OCw0NS40MzZsLTAuNzA3LDAuNzA3Yy0wLjE5NSwwLjE5NS0wLjQ1MSwwLjI5My0wLjcwNywwLjI5M3MtMC41MTItMC4wOTgtMC43MDctMC4yOTMgICBjLTAuMzkxLTAuMzkxLTAuMzkxLTEuMDIzLDAtMS40MTRsMC43MDctMC43MDdjMC4zOTEtMC4zOTEsMS4wMjMtMC4zOTEsMS40MTQsMFMxNi4yNDksNDUuMDQ1LDE1Ljg1OCw0NS40MzZ6IE0xNS44NTgsMTUuNzM2ICAgYy0wLjE5NSwwLjE5NS0wLjQ1MSwwLjI5My0wLjcwNywwLjI5M3MtMC41MTItMC4wOTgtMC43MDctMC4yOTNsLTAuNzA3LTAuNzA3Yy0wLjM5MS0wLjM5MS0wLjM5MS0xLjAyMywwLTEuNDE0ICAgczEuMDIzLTAuMzkxLDEuNDE0LDBsMC43MDcsMC43MDdDMTYuMjQ5LDE0LjcxMywxNi4yNDksMTUuMzQ2LDE1Ljg1OCwxNS43MzZ6IE0zMSw1MS44NzljMCwwLjU1My0wLjQ0OCwxLTEsMXMtMS0wLjQ0Ny0xLTF2LTEgICBjMC0wLjU1MywwLjQ0OC0xLDEtMXMxLDAuNDQ3LDEsMVY1MS44Nzl6IE0zMCwzMy44NzljLTEuODU4LDAtMy40MTEtMS4yOC0zLjg1OC0zSDE5Yy0wLjU1MiwwLTEtMC40NDctMS0xczAuNDQ4LTEsMS0xaDcuMTQyICAgYzAuMzY0LTEuMzk5LDEuNDU5LTIuNDk0LDIuODU4LTIuODU4VjE1Ljg3OWMwLTAuNTUzLDAuNDQ4LTEsMS0xczEsMC40NDcsMSwxdjEwLjE0MmMxLjcyLDAuNDQ3LDMsMS45OTksMywzLjg1OCAgIEMzNCwzMi4wODUsMzIuMjA2LDMzLjg3OSwzMCwzMy44Nzl6IE00Ni4yNjMsNDYuMTQzYy0wLjE5NSwwLjE5NS0wLjQ1MSwwLjI5My0wLjcwNywwLjI5M3MtMC41MTItMC4wOTgtMC43MDctMC4yOTNsLTAuNzA3LTAuNzA3ICAgYy0wLjM5MS0wLjM5MS0wLjM5MS0xLjAyMywwLTEuNDE0czEuMDIzLTAuMzkxLDEuNDE0LDBsMC43MDcsMC43MDdDNDYuNjU0LDQ1LjExOSw0Ni42NTQsNDUuNzUyLDQ2LjI2Myw0Ni4xNDN6IE00Ni4yNjMsMTUuMDI5ICAgbC0wLjcwNywwLjcwN2MtMC4xOTUsMC4xOTUtMC40NTEsMC4yOTMtMC43MDcsMC4yOTNzLTAuNTEyLTAuMDk4LTAuNzA3LTAuMjkzYy0wLjM5MS0wLjM5MS0wLjM5MS0xLjAyMywwLTEuNDE0bDAuNzA3LTAuNzA3ICAgYzAuMzkxLTAuMzkxLDEuMDIzLTAuMzkxLDEuNDE0LDBTNDYuNjU0LDE0LjYzOSw0Ni4yNjMsMTUuMDI5eiBNNTIsMzAuODc5aC0xYy0wLjU1MiwwLTEtMC40NDctMS0xczAuNDQ4LTEsMS0xaDEgICBjMC41NTIsMCwxLDAuNDQ3LDEsMVM1Mi41NTIsMzAuODc5LDUyLDMwLjg3OXoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K"
style="width: 10px;"> <%- content.publish %></span>
<% } %>
</div>
</div>
@ -120,7 +134,7 @@
<div class="randomMovieCategory">
<div class="cinemapress-random-category"
onclick="window.location.href='<%- (page.url.indexOf('?')+1 ? page.url + '&random=' : page.url + '?random=') %><%- Math.random() %>'">
onclick="window.location.href='<%- (page.url.indexOf('?') + 1 ? page.url + '&random=' : page.url + '?random=') %><%- Math.random() %>'">
<img src="/themes/<%- page.theme %>/public/images/dice.svg" alt="<%= page.l.random %>">
<span><%- page.l.lucky %></span>
<small><%- page.l.random %></small>
@ -164,9 +178,11 @@
<div class="item">
<a href="<%- movie.url %>">
<div class="image">
<img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;">
<img src="<%- movie.poster %>" alt="<%= movie.title %>"
title="<%= movie.title %>" style="width: 100%; height: 100%;">
<span class="player"></span>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
</a>
<div class="fixyear">
@ -186,7 +202,8 @@
<% if (typeof page.pagination === 'object') { %>
<div class="pagination">
<% if (page.pagination.first) { %>
<a href="<%- page.pagination.first.link %>" rel="nofollow"><%- page.pagination.first.number %></a>
<a href="<%- page.pagination.first.link %>"
rel="nofollow"><%- page.pagination.first.number %></a>
<span class="nav_ext">...</span>
<% } %>
<% if (page.pagination.prev.length) { %>
@ -204,7 +221,8 @@
<% } %>
<% if (page.pagination.last) { %>
<span class="nav_ext">...</span>
<a href="<%- page.pagination.last.link %>" rel="nofollow"><%- page.pagination.last.number %></a>
<a href="<%- page.pagination.last.link %>"
rel="nofollow"><%- page.pagination.last.number %></a>
<% } %>
</div>
<% } %>
@ -226,31 +244,45 @@
</h3>
<% if (comments.config.star_rating) { %>
<div class="cinemapress-comment-star">
<div class="cinemapress-comment-star-down" data-comment-star="1"></div>
<div class="cinemapress-comment-star-award" data-comment-star="3"></div>
<div class="cinemapress-comment-star-up" data-comment-star="2"></div>
<div class="cinemapress-comment-star-down"
data-comment-star="1"></div>
<div class="cinemapress-comment-star-award"
data-comment-star="3"></div>
<div class="cinemapress-comment-star-up"
data-comment-star="2"></div>
</div>
<% } %>
<div class="cinemapress-comment-form">
<% if (comments.config.bb_codes) { %>
<div class="cinemapress-comment-form-bb">
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-b" data-bb-code="b"><%- page.l.bold.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-i" data-bb-code="i"><%- page.l.italic.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-spoiler" data-bb-code="spoiler">👻 <%- page.l.spoiler.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-search" data-bb-code="search">🔍 <%- page.l.search.toLowerCase() %></span>
<input class="cinemapress-comment-bg cinemapress-comment-form-anonymous" name="comment_anonymous" type="text" placeholder="<%- page.l.username %>">
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-b"
data-bb-code="b"><%- page.l.bold.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-i"
data-bb-code="i"><%- page.l.italic.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-spoiler"
data-bb-code="spoiler">👻 <%- page.l.spoiler.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-search"
data-bb-code="search">🔍 <%- page.l.search.toLowerCase() %></span>
<input class="cinemapress-comment-bg cinemapress-comment-form-anonymous"
name="comment_anonymous" type="text"
placeholder="<%- page.l.username %>">
</div>
<% } %>
<div>
<div class="cinemapress-comment-textarea-div">
<textarea name="comment_text" class="cinemapress-comment-bg cinemapress-comment-textarea" placeholder="<%- page.l.comment %>" autocomplete="off" autocapitalize="off" spellcheck="false"></textarea>
<textarea name="comment_text"
class="cinemapress-comment-bg cinemapress-comment-textarea"
placeholder="<%- page.l.comment %>" autocomplete="off"
autocapitalize="off" spellcheck="false"></textarea>
<div class="cinemapress-comment-form-bg"></div>
<div class="cinemapress-comment-button-bg hover-off" data-comment-type="submit">
<div class="cinemapress-comment-button-bg hover-off"
data-comment-type="submit">
<span class="cinemapress-comment-button-text"></span>
</div>
</div>
<% if (comments.config.question) { %>
<div class="cinemapress-comment-bg cinemapress-comment-question" style="display: none">
<div class="cinemapress-comment-bg cinemapress-comment-question"
style="display: none">
<div class="cinemapress-comment-question-text"><%- comments.config.question %></div>
<div class="cinemapress-comment-question-answer">
<% if (comments.config.question_yes) { %>
@ -261,23 +293,32 @@
<% } %>
</div>
<% if (comments.config.question_yes) { %>
<div class="cinemapress-comment-question-text-yes" style="display: none">
<div class="cinemapress-comment-question-text-yes"
style="display: none">
<%- comments.config.question_yes %>
</div>
<% } %>
<% if (comments.config.question_not) { %>
<div class="cinemapress-comment-question-text-not" style="display: none">
<div class="cinemapress-comment-question-text-not"
style="display: none">
<%- comments.config.question_not %>
</div>
<% } %>
<div class="cinemapress-comment-question-bg"></div>
<% if (comments.config.question_poster) { %>
<div class="cinemapress-comment-question-bg-poster" style="background-image:url('<%- comments.config.question_poster %>')"></div>
<div class="cinemapress-comment-question-bg-poster"
style="background-image:url('<%- comments.config.question_poster %>')"></div>
<% } %>
</div>
<% } %>
</div>
<div style="font-size:8px;text-align:right;opacity:.2">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" style="font-size:8px" target="_blank">Privacy Policy</a> and <a href="https://policies.google.com/terms" style="font-size:8px" target="_blank">Terms of Service</a> apply.</div>
<div style="font-size:8px;text-align:right;opacity:.2">This site is
protected by reCAPTCHA and the Google <a
href="https://policies.google.com/privacy"
style="font-size:8px" target="_blank">Privacy Policy</a> and
<a href="https://policies.google.com/terms" style="font-size:8px"
target="_blank">Terms of Service</a> apply.
</div>
</div>
<%- comments.indexer ? comments.indexer : '' %>
<% if (comments.list && comments.list.length) { %>
@ -285,7 +326,8 @@
<div class="cinemapress-comment" id="c<%- comment.id %>">
<div class="cinemapress-comment-head">
<div class="cinemapress-comment-head-avatar">
<img src="<%- comment.avatar %>" alt="<%= comment.user %>">
<img src="<%- comment.avatar %>"
alt="<%= comment.user %>">
</div>
<% if (comments.config.star_rating) { %>
<% if (comment.star === 1) { %>
@ -304,26 +346,39 @@
<% } %>
<div class="cinemapress-comment-head-meta">
<div class="cinemapress-comment-head-meta-vote">
<span class="cinemapress-comment-like" data-comment-type="like" data-comment-id="<%- comment.id %>" title="<%= page.l.like %>">
<span class="cinemapress-comment-like" data-comment-type="like"
data-comment-id="<%- comment.id %>"
title="<%= page.l.like %>">
<span class="cinemapress-comment-like-icon"></span>
<span class="cinemapress-comment-like-number"><%- comment.like %></span>
</span>
<span class="cinemapress-comment-dislike" data-comment-type="dislike" data-comment-id="<%- comment.id %>" title="<%= page.l.dislike %>">
<span class="cinemapress-comment-dislike"
data-comment-type="dislike"
data-comment-id="<%- comment.id %>"
title="<%= page.l.dislike %>">
<span class="cinemapress-comment-dislike-number"><%- comment.dislike %></span>
<span class="cinemapress-comment-dislike-icon"></span>
</span>
<span class="cinemapress-comment-reply" data-reply-id="<%- comment.id %>" data-bb-code="b" data-bb-value="<%- comment.user %>" title="<%= page.l.reply %>">
<span class="cinemapress-comment-reply"
data-reply-id="<%- comment.id %>"
data-bb-code="b"
data-bb-value="<%- comment.user %>"
title="<%= page.l.reply %>">
<span class="cinemapress-comment-reply-icon"></span>
</span>
</div>
<div class="cinemapress-comment-user" data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user"
data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user-name">
<%- comment.user %>
</div><div class="cinemapress-comment-user-said">
</div>
<div class="cinemapress-comment-user-said">
<%- page.l.said %>
</div><div class="cinemapress-comment-user-date">
</div>
<div class="cinemapress-comment-user-date">
<%- comment.date %>
</div><div class="cinemapress-comment-user-link">
</div>
<div class="cinemapress-comment-user-link">
<a href="<%- comment.url %>#c<%- comment.id %>">#</a>
</div>
</div>
@ -346,10 +401,12 @@
<% } %>
<div class="cinemapress-comment-arrow">
<% if (comments && comments.prev) { %>
<div class="cinemapress-prev-comments" onclick="window.location.href='?page=<%- comments.prev %>#cinemapress-comments'"></div>
<div class="cinemapress-prev-comments"
onclick="window.location.href='?page=<%- comments.prev %>#cinemapress-comments'"></div>
<% } %>
<% if (comments && comments.next) { %>
<div class="cinemapress-next-comments" onclick="window.location.href='?page=<%- comments.next %>#cinemapress-comments'"></div>
<div class="cinemapress-next-comments"
onclick="window.location.href='?page=<%- comments.next %>#cinemapress-comments'"></div>
<% } %>
</div>
</div>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="<%- page.language %>" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<html lang="<%- page.language %>"
prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<head>
<%- include('includes/head.ejs'); -%>
@ -32,8 +33,12 @@
<% slider.forEach(function (movie) { %>
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>"><img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<a href="<%- movie.url %>"><img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps"><%= movie.title %> (<%- movie.year %>)</span>
<span class="ytps"><%- movie.year %></span>
@ -112,7 +117,9 @@
<div class="imagen">
<div class="fix">
<div class="cinemapress-poster">
<img src="<%- movie.poster %>" alt="<%= page.title %>" title="<%= page.title %>" data-cinemapress-poster="<%- movie.poster %>">
<img src="<%- movie.poster %>" alt="<%= page.title %>"
title="<%= page.title %>"
data-cinemapress-poster="<%- movie.poster %>">
<% if (movie.quality) { %>
<div class="cinemapress-quality">
<span class="cinemapress-svg-quality"></span>
@ -146,27 +153,27 @@
</p>
<div class="imdb_r">
<div class="a">
<span><%- movie.imdb_rating/10 %></span>
<span><%- movie.imdb_rating / 10 %></span>
</div>
<div class="b">
<div class="bar">
<span style="width: <%- movie.imdb_rating %>%"></span>
</div>
<span class="dato">
<%- page.l.imdb %>: <strong><%- movie.imdb_rating/10 %>/10</strong> <strong><%- movie.imdb_vote %> <%- page.l.votes %></strong>
<%- page.l.imdb %>: <strong><%- movie.imdb_rating / 10 %>/10</strong> <strong><%- movie.imdb_vote %> <%- page.l.votes %></strong>
</span>
</div>
</div>
<div class="kp_r">
<div class="a">
<span><%- movie.kp_rating/10 %></span>
<span><%- movie.kp_rating / 10 %></span>
</div>
<div class="b">
<div class="bar">
<span style="width: <%- movie.kp_rating %>%"></span>
</div>
<span class="dato">
<%- page.l.kp %>: <strong><%- movie.kp_rating/10 %>/10</strong> <strong><%- movie.kp_vote %> <%- page.l.votes %></strong>
<%- page.l.kp %>: <strong><%- movie.kp_rating / 10 %>/10</strong> <strong><%- movie.kp_vote %> <%- page.l.votes %></strong>
</span>
</div>
</div>
@ -213,7 +220,8 @@
<% contents.forEach(function (content) { %>
<div style="float: left; width: 50%;">
<div style="margin: 0; padding: 10px">
<a href="<%- content.url %>" class="cinemapress-news" style="background-image:url('<%- content.image %>');">
<a href="<%- content.url %>" class="cinemapress-news"
style="background-image:url('<%- content.image %>');">
<div class="cinemapress-news-title">
<%= content.title %>
</div>
@ -257,31 +265,46 @@
<% if (typeof comments === 'object' && typeof comments.config === 'object') { %>
<% if (comments.config.star_rating) { %>
<div class="cinemapress-comment-star">
<div class="cinemapress-comment-star-down" data-comment-star="1"></div>
<div class="cinemapress-comment-star-award" data-comment-star="3"></div>
<div class="cinemapress-comment-star-up" data-comment-star="2"></div>
<div class="cinemapress-comment-star-down"
data-comment-star="1"></div>
<div class="cinemapress-comment-star-award"
data-comment-star="3"></div>
<div class="cinemapress-comment-star-up"
data-comment-star="2"></div>
</div>
<% } %>
<div class="cinemapress-comment-form">
<% if (comments.config.bb_codes) { %>
<div class="cinemapress-comment-form-bb">
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-b" data-bb-code="b"><%- page.l.bold.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-i" data-bb-code="i"><%- page.l.italic.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-spoiler" data-bb-code="spoiler">👻 <%- page.l.spoiler.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-search" data-bb-code="search">🔍 <%- page.l.search.toLowerCase() %></span>
<input class="cinemapress-comment-bg cinemapress-comment-form-anonymous" name="comment_anonymous" type="text" placeholder="<%- page.l.username %>">
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-b"
data-bb-code="b"><%- page.l.bold.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-i"
data-bb-code="i"><%- page.l.italic.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-spoiler"
data-bb-code="spoiler">👻 <%- page.l.spoiler.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-search"
data-bb-code="search">🔍 <%- page.l.search.toLowerCase() %></span>
<input class="cinemapress-comment-bg cinemapress-comment-form-anonymous"
name="comment_anonymous" type="text"
placeholder="<%- page.l.username %>">
</div>
<% } %>
<div>
<div class="cinemapress-comment-textarea-div">
<textarea name="comment_text" class="cinemapress-comment-bg cinemapress-comment-textarea" placeholder="<%- page.l.comment %>" autocomplete="off" autocapitalize="off" spellcheck="false"></textarea>
<textarea name="comment_text"
class="cinemapress-comment-bg cinemapress-comment-textarea"
placeholder="<%- page.l.comment %>"
autocomplete="off" autocapitalize="off"
spellcheck="false"></textarea>
<div class="cinemapress-comment-form-bg"></div>
<div class="cinemapress-comment-button-bg hover-off" data-comment-type="submit">
<div class="cinemapress-comment-button-bg hover-off"
data-comment-type="submit">
<span class="cinemapress-comment-button-text"></span>
</div>
</div>
<% if (comments.config.question) { %>
<div class="cinemapress-comment-bg cinemapress-comment-question" style="display: none">
<div class="cinemapress-comment-bg cinemapress-comment-question"
style="display: none">
<div class="cinemapress-comment-question-text"><%- comments.config.question %></div>
<div class="cinemapress-comment-question-answer">
<% if (comments.config.question_yes) { %>
@ -292,31 +315,44 @@
<% } %>
</div>
<% if (comments.config.question_yes) { %>
<div class="cinemapress-comment-question-text-yes" style="display: none">
<div class="cinemapress-comment-question-text-yes"
style="display: none">
<%- comments.config.question_yes %>
</div>
<% } %>
<% if (comments.config.question_not) { %>
<div class="cinemapress-comment-question-text-not" style="display: none">
<div class="cinemapress-comment-question-text-not"
style="display: none">
<%- comments.config.question_not %>
</div>
<% } %>
<div class="cinemapress-comment-question-bg"></div>
<% if (comments.config.question_poster) { %>
<div class="cinemapress-comment-question-bg-poster" style="background-image:url('<%- comments.config.question_poster %>')"></div>
<div class="cinemapress-comment-question-bg-poster"
style="background-image:url('<%- comments.config.question_poster %>')"></div>
<% } %>
</div>
<% } %>
</div>
<div style="font-size:8px;text-align:right;opacity:.2">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" style="font-size:8px" target="_blank">Privacy Policy</a> and <a href="https://policies.google.com/terms" style="font-size:8px" target="_blank">Terms of Service</a> apply.</div>
<div style="font-size:8px;text-align:right;opacity:.2">This
site is protected by reCAPTCHA and the Google <a
href="https://policies.google.com/privacy"
style="font-size:8px" target="_blank">Privacy
Policy</a> and <a
href="https://policies.google.com/terms"
style="font-size:8px" target="_blank">Terms of
Service</a> apply.
</div>
</div>
<%- comments.indexer ? comments.indexer : '' %>
<% if (comments.list && comments.list.length) { %>
<% comments.list.forEach(function (comment) { %>
<div class="cinemapress-comment" id="c<%- comment.id %>">
<div class="cinemapress-comment"
id="c<%- comment.id %>">
<div class="cinemapress-comment-head">
<div class="cinemapress-comment-head-avatar">
<img src="<%- comment.avatar %>" alt="<%= comment.user %>">
<img src="<%- comment.avatar %>"
alt="<%= comment.user %>">
</div>
<% if (comments.config.star_rating) { %>
<% if (comment.star === 1) { %>
@ -335,26 +371,39 @@
<% } %>
<div class="cinemapress-comment-head-meta">
<div class="cinemapress-comment-head-meta-vote">
<span class="cinemapress-comment-like" data-comment-type="like" data-comment-id="<%- comment.id %>" title="<%= page.l.like %>">
<span class="cinemapress-comment-like" data-comment-type="like"
data-comment-id="<%- comment.id %>"
title="<%= page.l.like %>">
<span class="cinemapress-comment-like-icon"></span>
<span class="cinemapress-comment-like-number"><%- comment.like %></span>
</span>
<span class="cinemapress-comment-dislike" data-comment-type="dislike" data-comment-id="<%- comment.id %>" title="<%= page.l.dislike %>">
<span class="cinemapress-comment-dislike"
data-comment-type="dislike"
data-comment-id="<%- comment.id %>"
title="<%= page.l.dislike %>">
<span class="cinemapress-comment-dislike-number"><%- comment.dislike %></span>
<span class="cinemapress-comment-dislike-icon"></span>
</span>
<span class="cinemapress-comment-reply" data-reply-id="<%- comment.id %>" data-bb-code="b" data-bb-value="<%- comment.user %>" title="<%= page.l.reply %>">
<span class="cinemapress-comment-reply"
data-reply-id="<%- comment.id %>"
data-bb-code="b"
data-bb-value="<%- comment.user %>"
title="<%= page.l.reply %>">
<span class="cinemapress-comment-reply-icon"></span>
</span>
</div>
<div class="cinemapress-comment-user" data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user"
data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user-name">
<%- comment.user %>
</div><div class="cinemapress-comment-user-said">
</div>
<div class="cinemapress-comment-user-said">
<%- page.l.said %>
</div><div class="cinemapress-comment-user-date">
</div>
<div class="cinemapress-comment-user-date">
<%- comment.date %>
</div><div class="cinemapress-comment-user-link">
</div>
<div class="cinemapress-comment-user-link">
<a href="<%- comment.url %>#c<%- comment.id %>">#</a>
</div>
</div>
@ -377,10 +426,12 @@
<% } %>
<div class="cinemapress-comment-arrow">
<% if (comments && comments.prev) { %>
<div class="cinemapress-prev-comments" onclick="window.location.href='?page=<%- comments.prev %>#cinemapress-comments'"></div>
<div class="cinemapress-prev-comments"
onclick="window.location.href='?page=<%- comments.prev %>#cinemapress-comments'"></div>
<% } %>
<% if (comments && comments.next) { %>
<div class="cinemapress-next-comments" onclick="window.location.href='?page=<%- comments.next %>#cinemapress-comments'"></div>
<div class="cinemapress-next-comments"
onclick="window.location.href='?page=<%- comments.next %>#cinemapress-comments'"></div>
<% } %>
</div>
</div>
@ -403,9 +454,10 @@
<%- category.name %>
<div class="randomMovieRelated">
<div class="cinemapress-random-related"
onclick="window.location.href='<%- (category.url && category.url.indexOf('?')+1 ? category.url + '&random=' : category.url + '?random=') %><%- Math.random() %>'"
onclick="window.location.href='<%- (category.url && category.url.indexOf('?') + 1 ? category.url + '&random=' : category.url + '?random=') %><%- Math.random() %>'"
title="<%= page.l.random %>">
<img src="/themes/<%- page.theme %>/public/images/dice.svg" alt="<%= page.l.random %>">
<img src="/themes/<%- page.theme %>/public/images/dice.svg"
alt="<%= page.l.random %>">
</div>
</div>
</h3>
@ -427,11 +479,16 @@
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>">
<img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;">
<img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;">
</a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps" title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ttps"
title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ytps"><%- movie.year %></span>
</div>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="<%- page.language %>" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<html lang="<%- page.language %>"
prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<head>
<%- include('includes/head.ejs'); -%>
@ -32,8 +33,12 @@
<% slider.forEach(function (movie) { %>
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>"><img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<a href="<%- movie.url %>"><img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps"><%= movie.title %> (<%- movie.year %>)</span>
<span class="ytps"><%- movie.year %></span>
@ -117,7 +122,9 @@
<div class="imagen">
<div class="fix">
<div class="cinemapress-poster">
<img src="<%- movie.poster %>" alt="<%= page.title %>" title="<%= page.title %>" data-cinemapress-poster="<%- movie.poster %>">
<img src="<%- movie.poster %>" alt="<%= page.title %>"
title="<%= page.title %>"
data-cinemapress-poster="<%- movie.poster %>">
<% if (movie.quality) { %>
<div class="cinemapress-quality">
<span class="cinemapress-svg-quality"></span>
@ -151,27 +158,27 @@
</p>
<div class="imdb_r">
<div class="a">
<span><%- movie.imdb_rating/10 %></span>
<span><%- movie.imdb_rating / 10 %></span>
</div>
<div class="b">
<div class="bar">
<span style="width: <%- movie.imdb_rating %>%"></span>
</div>
<span class="dato">
<%- page.l.imdb %>: <strong><%- movie.imdb_rating/10 %>/10</strong> <strong><%- movie.imdb_vote %> <%- page.l.votes %></strong>
<%- page.l.imdb %>: <strong><%- movie.imdb_rating / 10 %>/10</strong> <strong><%- movie.imdb_vote %> <%- page.l.votes %></strong>
</span>
</div>
</div>
<div class="kp_r">
<div class="a">
<span><%- movie.kp_rating/10 %></span>
<span><%- movie.kp_rating / 10 %></span>
</div>
<div class="b">
<div class="bar">
<span style="width: <%- movie.kp_rating %>%"></span>
</div>
<span class="dato">
<%- page.l.kp %>: <strong><%- movie.kp_rating/10 %>/10</strong> <strong><%- movie.kp_vote %> <%- page.l.votes %></strong>
<%- page.l.kp %>: <strong><%- movie.kp_rating / 10 %>/10</strong> <strong><%- movie.kp_vote %> <%- page.l.votes %></strong>
</span>
</div>
</div>
@ -218,7 +225,8 @@
<% contents.forEach(function (content) { %>
<div style="float: left; width: 50%;">
<div style="margin: 0; padding: 10px">
<a href="<%- content.url %>" class="cinemapress-news" style="background-image:url('<%- content.image %>');">
<a href="<%- content.url %>" class="cinemapress-news"
style="background-image:url('<%- content.image %>');">
<div class="cinemapress-news-title">
<%= content.title %>
</div>
@ -262,31 +270,46 @@
<% if (typeof comments === 'object' && typeof comments.config === 'object') { %>
<% if (comments.config.star_rating) { %>
<div class="cinemapress-comment-star">
<div class="cinemapress-comment-star-down" data-comment-star="1"></div>
<div class="cinemapress-comment-star-award" data-comment-star="3"></div>
<div class="cinemapress-comment-star-up" data-comment-star="2"></div>
<div class="cinemapress-comment-star-down"
data-comment-star="1"></div>
<div class="cinemapress-comment-star-award"
data-comment-star="3"></div>
<div class="cinemapress-comment-star-up"
data-comment-star="2"></div>
</div>
<% } %>
<div class="cinemapress-comment-form">
<% if (comments.config.bb_codes) { %>
<div class="cinemapress-comment-form-bb">
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-b" data-bb-code="b"><%- page.l.bold.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-i" data-bb-code="i"><%- page.l.italic.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-spoiler" data-bb-code="spoiler">👻 <%- page.l.spoiler.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-search" data-bb-code="search">🔍 <%- page.l.search.toLowerCase() %></span>
<input class="cinemapress-comment-bg cinemapress-comment-form-anonymous" name="comment_anonymous" type="text" placeholder="<%- page.l.username %>">
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-b"
data-bb-code="b"><%- page.l.bold.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-i"
data-bb-code="i"><%- page.l.italic.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-spoiler"
data-bb-code="spoiler">👻 <%- page.l.spoiler.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-search"
data-bb-code="search">🔍 <%- page.l.search.toLowerCase() %></span>
<input class="cinemapress-comment-bg cinemapress-comment-form-anonymous"
name="comment_anonymous" type="text"
placeholder="<%- page.l.username %>">
</div>
<% } %>
<div>
<div class="cinemapress-comment-textarea-div">
<textarea name="comment_text" class="cinemapress-comment-bg cinemapress-comment-textarea" placeholder="<%- page.l.comment %>" autocomplete="off" autocapitalize="off" spellcheck="false"></textarea>
<textarea name="comment_text"
class="cinemapress-comment-bg cinemapress-comment-textarea"
placeholder="<%- page.l.comment %>"
autocomplete="off" autocapitalize="off"
spellcheck="false"></textarea>
<div class="cinemapress-comment-form-bg"></div>
<div class="cinemapress-comment-button-bg hover-off" data-comment-type="submit">
<div class="cinemapress-comment-button-bg hover-off"
data-comment-type="submit">
<span class="cinemapress-comment-button-text"></span>
</div>
</div>
<% if (comments.config.question) { %>
<div class="cinemapress-comment-bg cinemapress-comment-question" style="display: none">
<div class="cinemapress-comment-bg cinemapress-comment-question"
style="display: none">
<div class="cinemapress-comment-question-text"><%- comments.config.question %></div>
<div class="cinemapress-comment-question-answer">
<% if (comments.config.question_yes) { %>
@ -297,31 +320,44 @@
<% } %>
</div>
<% if (comments.config.question_yes) { %>
<div class="cinemapress-comment-question-text-yes" style="display: none">
<div class="cinemapress-comment-question-text-yes"
style="display: none">
<%- comments.config.question_yes %>
</div>
<% } %>
<% if (comments.config.question_not) { %>
<div class="cinemapress-comment-question-text-not" style="display: none">
<div class="cinemapress-comment-question-text-not"
style="display: none">
<%- comments.config.question_not %>
</div>
<% } %>
<div class="cinemapress-comment-question-bg"></div>
<% if (comments.config.question_poster) { %>
<div class="cinemapress-comment-question-bg-poster" style="background-image:url('<%- comments.config.question_poster %>')"></div>
<div class="cinemapress-comment-question-bg-poster"
style="background-image:url('<%- comments.config.question_poster %>')"></div>
<% } %>
</div>
<% } %>
</div>
<div style="font-size:8px;text-align:right;opacity:.2">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" style="font-size:8px" target="_blank">Privacy Policy</a> and <a href="https://policies.google.com/terms" style="font-size:8px" target="_blank">Terms of Service</a> apply.</div>
<div style="font-size:8px;text-align:right;opacity:.2">This
site is protected by reCAPTCHA and the Google <a
href="https://policies.google.com/privacy"
style="font-size:8px" target="_blank">Privacy
Policy</a> and <a
href="https://policies.google.com/terms"
style="font-size:8px" target="_blank">Terms of
Service</a> apply.
</div>
</div>
<%- comments.indexer ? comments.indexer : '' %>
<% if (comments.list && comments.list.length) { %>
<% comments.list.forEach(function (comment) { %>
<div class="cinemapress-comment" id="c<%- comment.id %>">
<div class="cinemapress-comment"
id="c<%- comment.id %>">
<div class="cinemapress-comment-head">
<div class="cinemapress-comment-head-avatar">
<img src="<%- comment.avatar %>" alt="<%= comment.user %>">
<img src="<%- comment.avatar %>"
alt="<%= comment.user %>">
</div>
<% if (comments.config.star_rating) { %>
<% if (comment.star === 1) { %>
@ -340,26 +376,39 @@
<% } %>
<div class="cinemapress-comment-head-meta">
<div class="cinemapress-comment-head-meta-vote">
<span class="cinemapress-comment-like" data-comment-type="like" data-comment-id="<%- comment.id %>" title="<%= page.l.like %>">
<span class="cinemapress-comment-like" data-comment-type="like"
data-comment-id="<%- comment.id %>"
title="<%= page.l.like %>">
<span class="cinemapress-comment-like-icon"></span>
<span class="cinemapress-comment-like-number"><%- comment.like %></span>
</span>
<span class="cinemapress-comment-dislike" data-comment-type="dislike" data-comment-id="<%- comment.id %>" title="<%= page.l.dislike %>">
<span class="cinemapress-comment-dislike"
data-comment-type="dislike"
data-comment-id="<%- comment.id %>"
title="<%= page.l.dislike %>">
<span class="cinemapress-comment-dislike-number"><%- comment.dislike %></span>
<span class="cinemapress-comment-dislike-icon"></span>
</span>
<span class="cinemapress-comment-reply" data-reply-id="<%- comment.id %>" data-bb-code="b" data-bb-value="<%- comment.user %>" title="<%= page.l.reply %>">
<span class="cinemapress-comment-reply"
data-reply-id="<%- comment.id %>"
data-bb-code="b"
data-bb-value="<%- comment.user %>"
title="<%= page.l.reply %>">
<span class="cinemapress-comment-reply-icon"></span>
</span>
</div>
<div class="cinemapress-comment-user" data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user"
data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user-name">
<%- comment.user %>
</div><div class="cinemapress-comment-user-said">
</div>
<div class="cinemapress-comment-user-said">
<%- page.l.said %>
</div><div class="cinemapress-comment-user-date">
</div>
<div class="cinemapress-comment-user-date">
<%- comment.date %>
</div><div class="cinemapress-comment-user-link">
</div>
<div class="cinemapress-comment-user-link">
<a href="<%- comment.url %>#c<%- comment.id %>">#</a>
</div>
</div>
@ -382,10 +431,12 @@
<% } %>
<div class="cinemapress-comment-arrow">
<% if (comments && comments.prev) { %>
<div class="cinemapress-prev-comments" onclick="window.location.href='?page=<%- comments.prev %>#cinemapress-comments'"></div>
<div class="cinemapress-prev-comments"
onclick="window.location.href='?page=<%- comments.prev %>#cinemapress-comments'"></div>
<% } %>
<% if (comments && comments.next) { %>
<div class="cinemapress-next-comments" onclick="window.location.href='?page=<%- comments.next %>#cinemapress-comments'"></div>
<div class="cinemapress-next-comments"
onclick="window.location.href='?page=<%- comments.next %>#cinemapress-comments'"></div>
<% } %>
</div>
</div>
@ -408,9 +459,10 @@
<%- category.name %>
<div class="randomMovieRelated">
<div class="cinemapress-random-related"
onclick="window.location.href='<%- (category.url && category.url.indexOf('?')+1 ? category.url + '&random=' : category.url + '?random=') %><%- Math.random() %>'"
onclick="window.location.href='<%- (category.url && category.url.indexOf('?') + 1 ? category.url + '&random=' : category.url + '?random=') %><%- Math.random() %>'"
title="<%= page.l.random %>">
<img src="/themes/<%- page.theme %>/public/images/dice.svg" alt="<%= page.l.random %>">
<img src="/themes/<%- page.theme %>/public/images/dice.svg"
alt="<%= page.l.random %>">
</div>
</div>
</h3>
@ -432,11 +484,16 @@
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>">
<img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;">
<img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;">
</a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps" title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ttps"
title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ytps"><%- movie.year %></span>
</div>

View File

@ -14,8 +14,11 @@
</div>
<span class="texto">
&copy;&nbsp;<%- new Date().getFullYear() %>&nbsp;<a href="https://cinemapress.io" target="_blank">CinemaPress</a>
Email: <span id="mylo">Activate JS</span><script>(function(d,i,l,r){d.getElementById(i).innerHTML=l+'@'+r;})(window.document,'mylo','<%- page.email.split('@')[0] %>','<%- page.email.split('@')[1] %>');</script>
&copy;&nbsp;<%- new Date().getFullYear() %>&nbsp;<a href="https://cinemapress.io"
target="_blank">CinemaPress</a>
Email: <span id="mylo">Activate JS</span><script>(function(d, i, l, r) {
d.getElementById(i).innerHTML = l + '@' + r;
})(window.document, 'mylo', '<%- page.email.split('@')[0] %>', '<%- page.email.split('@')[1] %>');</script>
</span>
<script src="/themes/<%- page.theme %>/public/js/all.min.js"></script>

View File

@ -5,7 +5,7 @@
<meta name="description" content="<%= page.description %>"/>
<link rel="shortcut icon" href="/themes/<%- page.theme %>/public/favicon.ico?v=<%- page.ver %>" type="image/x-icon" />
<link rel="shortcut icon" href="/themes/<%- page.theme %>/public/favicon.ico?v=<%- page.ver %>" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="/themes/<%- page.theme %>/public/css/all.min.css?v=<%- page.ver %>"/>

View File

@ -30,7 +30,8 @@
<div class="rbuscar">
<form method="get" action="/<%- page.urls.search %>">
<div class="textar">
<input class="buscar" type="text" placeholder="<%- page.l.search %> ..." name="q" value="" data-autocomplete="mobile">
<input class="buscar" type="text" placeholder="<%- page.l.search %> ..." name="q" value=""
data-autocomplete="mobile">
</div>
<div class="cinemapress-autocomplete" data-autocomplete="mobile"></div>
</form>

View File

@ -21,8 +21,10 @@
<div class="buscador" style="padding: 1px 19px 1px 10px;">
<form method="get" action="/<%- page.urls.search %>">
<div class="imputo">
<input class="buscar" placeholder="<%- page.l.search %> ..." name="q" type="text" data-autocomplete="desktop">
<input value="<%- page.l.search %>" style="background: none; border: 0; color:#999;cursor: pointer;" type="submit">
<input class="buscar" placeholder="<%- page.l.search %> ..." name="q" type="text"
data-autocomplete="desktop">
<input value="<%- page.l.search %>" style="background: none; border: 0; color:#999;cursor: pointer;"
type="submit">
<div class="cinemapress-autocomplete" data-autocomplete="desktop"></div>
</div>
</form>

View File

@ -3,7 +3,8 @@
<script src="/themes/default/public/desktop/js/yastatic.net/es5-shims.min.js"></script>
<script src="/themes/default/public/desktop/js/yastatic.net/share2.js"></script>
<div class="ya-share2" data-services="vkontakte,facebook,twitter" style="margin: 15px auto; text-align: center;"></div>
<div class="ya-share2" data-services="vkontakte,facebook,twitter"
style="margin: 15px auto; text-align: center;"></div>
<div class="categorias">
<ul class="scrolling cat">
@ -18,7 +19,7 @@
</div>
<div class="filtro_y">
<ul class="scrolling">
<% page.urls.years.slice(0,10).forEach(function(year) { %>
<% page.urls.years.slice(0, 10).forEach(function(year) { %>
<li>
<a class="ito" href="<%- year.url %>">
<%- year.title %>
@ -33,7 +34,8 @@
<h3 style="margin: auto;"><%- page.l.soon %></h3>
<% soon.forEach(function (movie) { %>
<div style="margin: 0; padding: 10px 0">
<a href="<%- movie.url %>" class="cinemapress-news" style="background-image:url('<%- movie.poster %>');">
<a href="<%- movie.url %>" class="cinemapress-news"
style="background-image:url('<%- movie.poster %>');">
<div class="cinemapress-news-title">
<%= movie.title %>
</div>
@ -48,7 +50,8 @@
<h3 style="margin: auto;"><%- page.l.news %></h3>
<% news.forEach(function (content) { %>
<div style="margin: 0; padding: 10px 0">
<a href="<%- content.url %>" class="cinemapress-news" style="background-image:url('<%- content.image %>');">
<a href="<%- content.url %>" class="cinemapress-news"
style="background-image:url('<%- content.image %>');">
<div class="cinemapress-news-title">
<%= content.title %>
</div>
@ -80,12 +83,16 @@
<div class="cinemapress-comment-user" data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user-name">
<%- comment.user %>
</div><div class="cinemapress-comment-user-said">
</div>
<div class="cinemapress-comment-user-said">
<%- page.l.said %>
</div><div class="cinemapress-comment-user-date">
</div>
<div class="cinemapress-comment-user-date">
<%- comment.date %>
</div><div class="cinemapress-comment-user-link">
<a href="<%- comment.url %>#c<%- comment.id %>" title="<%= comment.title %>">#</a>
</div>
<div class="cinemapress-comment-user-link">
<a href="<%- comment.url %>#c<%- comment.id %>"
title="<%= comment.title %>">#</a>
</div>
</div>
</div>

View File

@ -35,10 +35,15 @@
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>"><img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<a href="<%- movie.url %>"><img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps" title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ttps"
title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ytps"><%- movie.year %></span>
</div>
@ -69,36 +74,49 @@
<h2>
<%- category.name %>
<div class="randomMovieIndex">
<div <% if (!category.url) { %>style="display:none"<% } %> class="cinemapress-random-index"
onclick="window.location.href='<%- (category.url && category.url.indexOf('?')+1 ? category.url + '&random=' : category.url + '?random=') %><%- Math.random() %>'"
<div <% if (!category.url) { %>style="display:none"
<% } %>
class="cinemapress-random-index"
onclick="window.location.href='<%- (category.url && category.url.indexOf('?') + 1 ? category.url + '&random=' : category.url + '?random=') %><%- Math.random() %>'"
title="<%= page.l.random %>">
<img src="/themes/<%- page.theme %>/public/images/dice.svg" alt="<%= page.l.random %>">
<img src="/themes/<%- page.theme %>/public/images/dice.svg"
alt="<%= page.l.random %>">
</div>
</div>
</h2>
<% category.movies.forEach(function (movie) { if (movie.hide) { return; } %>
<% category.movies.forEach(function (movie) { if (movie.hide) {
return;
} %>
<div class="items">
<div class="item">
<a href="<%- movie.url %>">
<div class="image">
<img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;">
<span class="player"></span>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
</div>
</a>
<div class="fixyear">
<h3><%= movie.title %> (<% if (movie.season && movie.episode) { %><% if (movie.translate) { %><%- movie.translate %><% } %><% } else { %><%- movie.year %><% } %>)</h3>
<span class="year">
<% if (movie.season && movie.episode) { %><%- movie.season %> <%- page.l.season %> <%- movie.episode %> <%- page.l.episode %><% } else { %><%- movie.genre %><% } %>
</span>
<div class="items">
<div class="item">
<a href="<%- movie.url %>">
<div class="image">
<img src="<%- movie.poster %>" alt="<%= movie.title %>"
title="<%= movie.title %>" style="width: 100%; height: 100%;">
<span class="player"></span>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<% if (movie.quality) { %>
<span class="calidad2"><%- movie.quality %></span>
<% } %>
</a>
<div class="fixyear">
<h3><%= movie.title %> (
<% if (movie.season && movie.episode) { %><% if (movie.translate) { %><%- movie.translate %><% } %>
<% } else { %><%- movie.year %>
<% } %>
)</h3>
<span class="year">
<% if (movie.season && movie.episode) { %><%- movie.season %> <%- page.l.season %> <%- movie.episode %> <%- page.l.episode %>
<% } else { %><%- movie.genre %>
<% } %>
</span>
</div>
<% if (movie.quality) { %>
<span class="calidad2"><%- movie.quality %></span>
<% } %>
</div>
</div>
<% }); } }); } } } %>
@ -107,7 +125,8 @@
<% if (typeof page.pagination === 'object') { %>
<div class="pagination">
<% if (page.pagination.first) { %>
<a href="<%- page.pagination.first.link %>" rel="nofollow"><%- page.pagination.first.number %></a>
<a href="<%- page.pagination.first.link %>"
rel="nofollow"><%- page.pagination.first.number %></a>
<span class="nav_ext">...</span>
<% } %>
<% if (page.pagination.prev.length) { %>
@ -125,7 +144,8 @@
<% } %>
<% if (page.pagination.last) { %>
<span class="nav_ext">...</span>
<a href="<%- page.pagination.last.link %>" rel="nofollow"><%- page.pagination.last.number %></a>
<a href="<%- page.pagination.last.link %>"
rel="nofollow"><%- page.pagination.last.number %></a>
<% } %>
</div>
<% } %>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="<%- page.language %>" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<html lang="<%- page.language %>"
prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<head>
<%- include('includes/head.ejs'); -%>
@ -32,8 +33,12 @@
<% slider.forEach(function (movie) { %>
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>"><img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<a href="<%- movie.url %>"><img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps"><%= movie.title %> (<%- movie.year %>)</span>
<span class="ytps"><%- movie.year %></span>
@ -119,7 +124,9 @@
<div class="imagen">
<div class="fix">
<div class="cinemapress-poster">
<img src="<%- movie.poster %>" alt="<%= page.title %>" title="<%= page.title %>" data-cinemapress-poster="<%- movie.poster %>">
<img src="<%- movie.poster %>" alt="<%= page.title %>"
title="<%= page.title %>"
data-cinemapress-poster="<%- movie.poster %>">
<% if (movie.quality) { %>
<div class="cinemapress-quality">
<span class="cinemapress-svg-quality"></span>
@ -153,27 +160,27 @@
</p>
<div class="imdb_r">
<div class="a">
<span><%- movie.imdb_rating/10 %></span>
<span><%- movie.imdb_rating / 10 %></span>
</div>
<div class="b">
<div class="bar">
<span style="width: <%- movie.imdb_rating %>%"></span>
</div>
<span class="dato">
<%- page.l.imdb %>: <strong><%- movie.imdb_rating/10 %>/10</strong> <strong><%- movie.imdb_vote %> <%- page.l.votes %></strong>
<%- page.l.imdb %>: <strong><%- movie.imdb_rating / 10 %>/10</strong> <strong><%- movie.imdb_vote %> <%- page.l.votes %></strong>
</span>
</div>
</div>
<div class="kp_r">
<div class="a">
<span><%- movie.kp_rating/10 %></span>
<span><%- movie.kp_rating / 10 %></span>
</div>
<div class="b">
<div class="bar">
<span style="width: <%- movie.kp_rating %>%"></span>
</div>
<span class="dato">
<%- page.l.kp %>: <strong><%- movie.kp_rating/10 %>/10</strong> <strong><%- movie.kp_vote %> <%- page.l.votes %></strong>
<%- page.l.kp %>: <strong><%- movie.kp_rating / 10 %>/10</strong> <strong><%- movie.kp_vote %> <%- page.l.votes %></strong>
</span>
</div>
</div>
@ -220,7 +227,8 @@
<% contents.forEach(function (content) { %>
<div style="float: left; width: 50%;">
<div style="margin: 0; padding: 10px">
<a href="<%- content.url %>" class="cinemapress-news" style="background-image:url('<%- content.image %>');">
<a href="<%- content.url %>" class="cinemapress-news"
style="background-image:url('<%- content.image %>');">
<div class="cinemapress-news-title">
<%= content.title %>
</div>
@ -264,31 +272,46 @@
<% if (typeof comments === 'object' && typeof comments.config === 'object') { %>
<% if (comments.config.star_rating) { %>
<div class="cinemapress-comment-star">
<div class="cinemapress-comment-star-down" data-comment-star="1"></div>
<div class="cinemapress-comment-star-award" data-comment-star="3"></div>
<div class="cinemapress-comment-star-up" data-comment-star="2"></div>
<div class="cinemapress-comment-star-down"
data-comment-star="1"></div>
<div class="cinemapress-comment-star-award"
data-comment-star="3"></div>
<div class="cinemapress-comment-star-up"
data-comment-star="2"></div>
</div>
<% } %>
<div class="cinemapress-comment-form">
<% if (comments.config.bb_codes) { %>
<div class="cinemapress-comment-form-bb">
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-b" data-bb-code="b"><%- page.l.bold.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-i" data-bb-code="i"><%- page.l.italic.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-spoiler" data-bb-code="spoiler">👻 <%- page.l.spoiler.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-search" data-bb-code="search">🔍 <%- page.l.search.toLowerCase() %></span>
<input class="cinemapress-comment-bg cinemapress-comment-form-anonymous" name="comment_anonymous" type="text" placeholder="<%- page.l.username %>">
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-b"
data-bb-code="b"><%- page.l.bold.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-i"
data-bb-code="i"><%- page.l.italic.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-spoiler"
data-bb-code="spoiler">👻 <%- page.l.spoiler.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-search"
data-bb-code="search">🔍 <%- page.l.search.toLowerCase() %></span>
<input class="cinemapress-comment-bg cinemapress-comment-form-anonymous"
name="comment_anonymous" type="text"
placeholder="<%- page.l.username %>">
</div>
<% } %>
<div>
<div class="cinemapress-comment-textarea-div">
<textarea name="comment_text" class="cinemapress-comment-bg cinemapress-comment-textarea" placeholder="<%- page.l.comment %>" autocomplete="off" autocapitalize="off" spellcheck="false"></textarea>
<textarea name="comment_text"
class="cinemapress-comment-bg cinemapress-comment-textarea"
placeholder="<%- page.l.comment %>"
autocomplete="off" autocapitalize="off"
spellcheck="false"></textarea>
<div class="cinemapress-comment-form-bg"></div>
<div class="cinemapress-comment-button-bg hover-off" data-comment-type="submit">
<div class="cinemapress-comment-button-bg hover-off"
data-comment-type="submit">
<span class="cinemapress-comment-button-text"></span>
</div>
</div>
<% if (comments.config.question) { %>
<div class="cinemapress-comment-bg cinemapress-comment-question" style="display: none">
<div class="cinemapress-comment-bg cinemapress-comment-question"
style="display: none">
<div class="cinemapress-comment-question-text"><%- comments.config.question %></div>
<div class="cinemapress-comment-question-answer">
<% if (comments.config.question_yes) { %>
@ -299,31 +322,44 @@
<% } %>
</div>
<% if (comments.config.question_yes) { %>
<div class="cinemapress-comment-question-text-yes" style="display: none">
<div class="cinemapress-comment-question-text-yes"
style="display: none">
<%- comments.config.question_yes %>
</div>
<% } %>
<% if (comments.config.question_not) { %>
<div class="cinemapress-comment-question-text-not" style="display: none">
<div class="cinemapress-comment-question-text-not"
style="display: none">
<%- comments.config.question_not %>
</div>
<% } %>
<div class="cinemapress-comment-question-bg"></div>
<% if (comments.config.question_poster) { %>
<div class="cinemapress-comment-question-bg-poster" style="background-image:url('<%- comments.config.question_poster %>')"></div>
<div class="cinemapress-comment-question-bg-poster"
style="background-image:url('<%- comments.config.question_poster %>')"></div>
<% } %>
</div>
<% } %>
</div>
<div style="font-size:8px;text-align:right;opacity:.2">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" style="font-size:8px" target="_blank">Privacy Policy</a> and <a href="https://policies.google.com/terms" style="font-size:8px" target="_blank">Terms of Service</a> apply.</div>
<div style="font-size:8px;text-align:right;opacity:.2">This
site is protected by reCAPTCHA and the Google <a
href="https://policies.google.com/privacy"
style="font-size:8px" target="_blank">Privacy
Policy</a> and <a
href="https://policies.google.com/terms"
style="font-size:8px" target="_blank">Terms of
Service</a> apply.
</div>
</div>
<%- comments.indexer ? comments.indexer : '' %>
<% if (comments.list && comments.list.length) { %>
<% comments.list.forEach(function (comment) { %>
<div class="cinemapress-comment" id="c<%- comment.id %>">
<div class="cinemapress-comment"
id="c<%- comment.id %>">
<div class="cinemapress-comment-head">
<div class="cinemapress-comment-head-avatar">
<img src="<%- comment.avatar %>" alt="<%= comment.user %>">
<img src="<%- comment.avatar %>"
alt="<%= comment.user %>">
</div>
<% if (comments.config.star_rating) { %>
<% if (comment.star === 1) { %>
@ -342,26 +378,39 @@
<% } %>
<div class="cinemapress-comment-head-meta">
<div class="cinemapress-comment-head-meta-vote">
<span class="cinemapress-comment-like" data-comment-type="like" data-comment-id="<%- comment.id %>" title="<%= page.l.like %>">
<span class="cinemapress-comment-like" data-comment-type="like"
data-comment-id="<%- comment.id %>"
title="<%= page.l.like %>">
<span class="cinemapress-comment-like-icon"></span>
<span class="cinemapress-comment-like-number"><%- comment.like %></span>
</span>
<span class="cinemapress-comment-dislike" data-comment-type="dislike" data-comment-id="<%- comment.id %>" title="<%= page.l.dislike %>">
<span class="cinemapress-comment-dislike"
data-comment-type="dislike"
data-comment-id="<%- comment.id %>"
title="<%= page.l.dislike %>">
<span class="cinemapress-comment-dislike-number"><%- comment.dislike %></span>
<span class="cinemapress-comment-dislike-icon"></span>
</span>
<span class="cinemapress-comment-reply" data-reply-id="<%- comment.id %>" data-bb-code="b" data-bb-value="<%- comment.user %>" title="<%= page.l.reply %>">
<span class="cinemapress-comment-reply"
data-reply-id="<%- comment.id %>"
data-bb-code="b"
data-bb-value="<%- comment.user %>"
title="<%= page.l.reply %>">
<span class="cinemapress-comment-reply-icon"></span>
</span>
</div>
<div class="cinemapress-comment-user" data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user"
data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user-name">
<%- comment.user %>
</div><div class="cinemapress-comment-user-said">
</div>
<div class="cinemapress-comment-user-said">
<%- page.l.said %>
</div><div class="cinemapress-comment-user-date">
</div>
<div class="cinemapress-comment-user-date">
<%- comment.date %>
</div><div class="cinemapress-comment-user-link">
</div>
<div class="cinemapress-comment-user-link">
<a href="<%- comment.url %>#c<%- comment.id %>">#</a>
</div>
</div>
@ -384,10 +433,12 @@
<% } %>
<div class="cinemapress-comment-arrow">
<% if (comments && comments.prev) { %>
<div class="cinemapress-prev-comments" onclick="window.location.href='?page=<%- comments.prev %>#cinemapress-comments'"></div>
<div class="cinemapress-prev-comments"
onclick="window.location.href='?page=<%- comments.prev %>#cinemapress-comments'"></div>
<% } %>
<% if (comments && comments.next) { %>
<div class="cinemapress-next-comments" onclick="window.location.href='?page=<%- comments.next %>#cinemapress-comments'"></div>
<div class="cinemapress-next-comments"
onclick="window.location.href='?page=<%- comments.next %>#cinemapress-comments'"></div>
<% } %>
</div>
</div>
@ -410,9 +461,10 @@
<%- category.name %>
<div class="randomMovieRelated">
<div class="cinemapress-random-related"
onclick="window.location.href='<%- (category.url && category.url.indexOf('?')+1 ? category.url + '&random=' : category.url + '?random=') %><%- Math.random() %>'"
onclick="window.location.href='<%- (category.url && category.url.indexOf('?') + 1 ? category.url + '&random=' : category.url + '?random=') %><%- Math.random() %>'"
title="<%= page.l.random %>">
<img src="/themes/<%- page.theme %>/public/images/dice.svg" alt="<%= page.l.random %>">
<img src="/themes/<%- page.theme %>/public/images/dice.svg"
alt="<%= page.l.random %>">
</div>
</div>
</h3>
@ -434,11 +486,16 @@
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>">
<img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;">
<img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;">
</a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps" title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ttps"
title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ytps"><%- movie.year %></span>
</div>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="<%- page.language %>" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<html lang="<%- page.language %>"
prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<head>
<%- include('includes/head.ejs'); -%>
@ -32,8 +33,12 @@
<% slider.forEach(function (movie) { %>
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>"><img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<a href="<%- movie.url %>"><img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps"><%= movie.title %> (<%- movie.year %>)</span>
<span class="ytps"><%- movie.year %></span>
@ -119,7 +124,9 @@
<div class="imagen">
<div class="fix">
<div class="cinemapress-poster">
<img src="<%- movie.poster %>" alt="<%= page.title %>" title="<%= page.title %>" data-cinemapress-poster="<%- movie.poster %>">
<img src="<%- movie.poster %>" alt="<%= page.title %>"
title="<%= page.title %>"
data-cinemapress-poster="<%- movie.poster %>">
<% if (movie.quality) { %>
<div class="cinemapress-quality">
<span class="cinemapress-svg-quality"></span>
@ -153,27 +160,27 @@
</p>
<div class="imdb_r">
<div class="a">
<span><%- movie.imdb_rating/10 %></span>
<span><%- movie.imdb_rating / 10 %></span>
</div>
<div class="b">
<div class="bar">
<span style="width: <%- movie.imdb_rating %>%"></span>
</div>
<span class="dato">
<%- page.l.imdb %>: <strong><%- movie.imdb_rating/10 %>/10</strong> <strong><%- movie.imdb_vote %> <%- page.l.votes %></strong>
<%- page.l.imdb %>: <strong><%- movie.imdb_rating / 10 %>/10</strong> <strong><%- movie.imdb_vote %> <%- page.l.votes %></strong>
</span>
</div>
</div>
<div class="kp_r">
<div class="a">
<span><%- movie.kp_rating/10 %></span>
<span><%- movie.kp_rating / 10 %></span>
</div>
<div class="b">
<div class="bar">
<span style="width: <%- movie.kp_rating %>%"></span>
</div>
<span class="dato">
<%- page.l.kp %>: <strong><%- movie.kp_rating/10 %>/10</strong> <strong><%- movie.kp_vote %> <%- page.l.votes %></strong>
<%- page.l.kp %>: <strong><%- movie.kp_rating / 10 %>/10</strong> <strong><%- movie.kp_vote %> <%- page.l.votes %></strong>
</span>
</div>
</div>
@ -220,7 +227,8 @@
<% contents.forEach(function (content) { %>
<div style="float: left; width: 50%;">
<div style="margin: 0; padding: 10px">
<a href="<%- content.url %>" class="cinemapress-news" style="background-image:url('<%- content.image %>');">
<a href="<%- content.url %>" class="cinemapress-news"
style="background-image:url('<%- content.image %>');">
<div class="cinemapress-news-title">
<%= content.title %>
</div>
@ -264,31 +272,46 @@
<% if (typeof comments === 'object' && typeof comments.config === 'object') { %>
<% if (comments.config.star_rating) { %>
<div class="cinemapress-comment-star">
<div class="cinemapress-comment-star-down" data-comment-star="1"></div>
<div class="cinemapress-comment-star-award" data-comment-star="3"></div>
<div class="cinemapress-comment-star-up" data-comment-star="2"></div>
<div class="cinemapress-comment-star-down"
data-comment-star="1"></div>
<div class="cinemapress-comment-star-award"
data-comment-star="3"></div>
<div class="cinemapress-comment-star-up"
data-comment-star="2"></div>
</div>
<% } %>
<div class="cinemapress-comment-form">
<% if (comments.config.bb_codes) { %>
<div class="cinemapress-comment-form-bb">
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-b" data-bb-code="b"><%- page.l.bold.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-i" data-bb-code="i"><%- page.l.italic.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-spoiler" data-bb-code="spoiler">👻 <%- page.l.spoiler.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-search" data-bb-code="search">🔍 <%- page.l.search.toLowerCase() %></span>
<input class="cinemapress-comment-bg cinemapress-comment-form-anonymous" name="comment_anonymous" type="text" placeholder="<%- page.l.username %>">
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-b"
data-bb-code="b"><%- page.l.bold.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-i"
data-bb-code="i"><%- page.l.italic.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-spoiler"
data-bb-code="spoiler">👻 <%- page.l.spoiler.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-search"
data-bb-code="search">🔍 <%- page.l.search.toLowerCase() %></span>
<input class="cinemapress-comment-bg cinemapress-comment-form-anonymous"
name="comment_anonymous" type="text"
placeholder="<%- page.l.username %>">
</div>
<% } %>
<div>
<div class="cinemapress-comment-textarea-div">
<textarea name="comment_text" class="cinemapress-comment-bg cinemapress-comment-textarea" placeholder="<%- page.l.comment %>" autocomplete="off" autocapitalize="off" spellcheck="false"></textarea>
<textarea name="comment_text"
class="cinemapress-comment-bg cinemapress-comment-textarea"
placeholder="<%- page.l.comment %>"
autocomplete="off" autocapitalize="off"
spellcheck="false"></textarea>
<div class="cinemapress-comment-form-bg"></div>
<div class="cinemapress-comment-button-bg hover-off" data-comment-type="submit">
<div class="cinemapress-comment-button-bg hover-off"
data-comment-type="submit">
<span class="cinemapress-comment-button-text"></span>
</div>
</div>
<% if (comments.config.question) { %>
<div class="cinemapress-comment-bg cinemapress-comment-question" style="display: none">
<div class="cinemapress-comment-bg cinemapress-comment-question"
style="display: none">
<div class="cinemapress-comment-question-text"><%- comments.config.question %></div>
<div class="cinemapress-comment-question-answer">
<% if (comments.config.question_yes) { %>
@ -299,31 +322,44 @@
<% } %>
</div>
<% if (comments.config.question_yes) { %>
<div class="cinemapress-comment-question-text-yes" style="display: none">
<div class="cinemapress-comment-question-text-yes"
style="display: none">
<%- comments.config.question_yes %>
</div>
<% } %>
<% if (comments.config.question_not) { %>
<div class="cinemapress-comment-question-text-not" style="display: none">
<div class="cinemapress-comment-question-text-not"
style="display: none">
<%- comments.config.question_not %>
</div>
<% } %>
<div class="cinemapress-comment-question-bg"></div>
<% if (comments.config.question_poster) { %>
<div class="cinemapress-comment-question-bg-poster" style="background-image:url('<%- comments.config.question_poster %>')"></div>
<div class="cinemapress-comment-question-bg-poster"
style="background-image:url('<%- comments.config.question_poster %>')"></div>
<% } %>
</div>
<% } %>
</div>
<div style="font-size:8px;text-align:right;opacity:.2">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" style="font-size:8px" target="_blank">Privacy Policy</a> and <a href="https://policies.google.com/terms" style="font-size:8px" target="_blank">Terms of Service</a> apply.</div>
<div style="font-size:8px;text-align:right;opacity:.2">This
site is protected by reCAPTCHA and the Google <a
href="https://policies.google.com/privacy"
style="font-size:8px" target="_blank">Privacy
Policy</a> and <a
href="https://policies.google.com/terms"
style="font-size:8px" target="_blank">Terms of
Service</a> apply.
</div>
</div>
<%- comments.indexer ? comments.indexer : '' %>
<% if (comments.list && comments.list.length) { %>
<% comments.list.forEach(function (comment) { %>
<div class="cinemapress-comment" id="c<%- comment.id %>">
<div class="cinemapress-comment"
id="c<%- comment.id %>">
<div class="cinemapress-comment-head">
<div class="cinemapress-comment-head-avatar">
<img src="<%- comment.avatar %>" alt="<%= comment.user %>">
<img src="<%- comment.avatar %>"
alt="<%= comment.user %>">
</div>
<% if (comments.config.star_rating) { %>
<% if (comment.star === 1) { %>
@ -342,26 +378,39 @@
<% } %>
<div class="cinemapress-comment-head-meta">
<div class="cinemapress-comment-head-meta-vote">
<span class="cinemapress-comment-like" data-comment-type="like" data-comment-id="<%- comment.id %>" title="<%= page.l.like %>">
<span class="cinemapress-comment-like" data-comment-type="like"
data-comment-id="<%- comment.id %>"
title="<%= page.l.like %>">
<span class="cinemapress-comment-like-icon"></span>
<span class="cinemapress-comment-like-number"><%- comment.like %></span>
</span>
<span class="cinemapress-comment-dislike" data-comment-type="dislike" data-comment-id="<%- comment.id %>" title="<%= page.l.dislike %>">
<span class="cinemapress-comment-dislike"
data-comment-type="dislike"
data-comment-id="<%- comment.id %>"
title="<%= page.l.dislike %>">
<span class="cinemapress-comment-dislike-number"><%- comment.dislike %></span>
<span class="cinemapress-comment-dislike-icon"></span>
</span>
<span class="cinemapress-comment-reply" data-reply-id="<%- comment.id %>" data-bb-code="b" data-bb-value="<%- comment.user %>" title="<%= page.l.reply %>">
<span class="cinemapress-comment-reply"
data-reply-id="<%- comment.id %>"
data-bb-code="b"
data-bb-value="<%- comment.user %>"
title="<%= page.l.reply %>">
<span class="cinemapress-comment-reply-icon"></span>
</span>
</div>
<div class="cinemapress-comment-user" data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user"
data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user-name">
<%- comment.user %>
</div><div class="cinemapress-comment-user-said">
</div>
<div class="cinemapress-comment-user-said">
<%- page.l.said %>
</div><div class="cinemapress-comment-user-date">
</div>
<div class="cinemapress-comment-user-date">
<%- comment.date %>
</div><div class="cinemapress-comment-user-link">
</div>
<div class="cinemapress-comment-user-link">
<a href="<%- comment.url %>#c<%- comment.id %>">#</a>
</div>
</div>
@ -384,10 +433,12 @@
<% } %>
<div class="cinemapress-comment-arrow">
<% if (comments && comments.prev) { %>
<div class="cinemapress-prev-comments" onclick="window.location.href='?page=<%- comments.prev %>#cinemapress-comments'"></div>
<div class="cinemapress-prev-comments"
onclick="window.location.href='?page=<%- comments.prev %>#cinemapress-comments'"></div>
<% } %>
<% if (comments && comments.next) { %>
<div class="cinemapress-next-comments" onclick="window.location.href='?page=<%- comments.next %>#cinemapress-comments'"></div>
<div class="cinemapress-next-comments"
onclick="window.location.href='?page=<%- comments.next %>#cinemapress-comments'"></div>
<% } %>
</div>
</div>
@ -410,9 +461,10 @@
<%- category.name %>
<div class="randomMovieRelated">
<div class="cinemapress-random-related"
onclick="window.location.href='<%- (category.url && category.url.indexOf('?')+1 ? category.url + '&random=' : category.url + '?random=') %><%- Math.random() %>'"
onclick="window.location.href='<%- (category.url && category.url.indexOf('?') + 1 ? category.url + '&random=' : category.url + '?random=') %><%- Math.random() %>'"
title="<%= page.l.random %>">
<img src="/themes/<%- page.theme %>/public/images/dice.svg" alt="<%= page.l.random %>">
<img src="/themes/<%- page.theme %>/public/images/dice.svg"
alt="<%= page.l.random %>">
</div>
</div>
</h3>
@ -434,11 +486,16 @@
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>">
<img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;">
<img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;">
</a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps" title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ttps"
title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ytps"><%- movie.year %></span>
</div>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="<%- page.language %>" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<html lang="<%- page.language %>"
prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<head>
<%- include('includes/head.ejs'); -%>
@ -32,8 +33,12 @@
<% slider.forEach(function (movie) { %>
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>"><img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<a href="<%- movie.url %>"><img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps"><%= movie.title %> (<%- movie.year %>)</span>
<span class="ytps"><%- movie.year %></span>
@ -112,7 +117,9 @@
<div class="imagen">
<div class="fix">
<div class="cinemapress-poster">
<img src="<%- movie.poster %>" alt="<%= page.title %>" title="<%= page.title %>" data-cinemapress-poster="<%- movie.poster %>">
<img src="<%- movie.poster %>" alt="<%= page.title %>"
title="<%= page.title %>"
data-cinemapress-poster="<%- movie.poster %>">
<% if (movie.quality) { %>
<div class="cinemapress-quality">
<span class="cinemapress-svg-quality"></span>
@ -146,27 +153,27 @@
</p>
<div class="imdb_r">
<div class="a">
<span><%- movie.imdb_rating/10 %></span>
<span><%- movie.imdb_rating / 10 %></span>
</div>
<div class="b">
<div class="bar">
<span style="width: <%- movie.imdb_rating %>%"></span>
</div>
<span class="dato">
<%- page.l.imdb %>: <strong><%- movie.imdb_rating/10 %>/10</strong> <strong><%- movie.imdb_vote %> <%- page.l.votes %></strong>
<%- page.l.imdb %>: <strong><%- movie.imdb_rating / 10 %>/10</strong> <strong><%- movie.imdb_vote %> <%- page.l.votes %></strong>
</span>
</div>
</div>
<div class="kp_r">
<div class="a">
<span><%- movie.kp_rating/10 %></span>
<span><%- movie.kp_rating / 10 %></span>
</div>
<div class="b">
<div class="bar">
<span style="width: <%- movie.kp_rating %>%"></span>
</div>
<span class="dato">
<%- page.l.kp %>: <strong><%- movie.kp_rating/10 %>/10</strong> <strong><%- movie.kp_vote %> <%- page.l.votes %></strong>
<%- page.l.kp %>: <strong><%- movie.kp_rating / 10 %>/10</strong> <strong><%- movie.kp_vote %> <%- page.l.votes %></strong>
</span>
</div>
</div>
@ -213,7 +220,8 @@
<% contents.forEach(function (content) { %>
<div style="float: left; width: 50%;">
<div style="margin: 0; padding: 10px">
<a href="<%- content.url %>" class="cinemapress-news" style="background-image:url('<%- content.image %>');">
<a href="<%- content.url %>" class="cinemapress-news"
style="background-image:url('<%- content.image %>');">
<div class="cinemapress-news-title">
<%= content.title %>
</div>
@ -257,31 +265,46 @@
<% if (typeof comments === 'object' && typeof comments.config === 'object') { %>
<% if (comments.config.star_rating) { %>
<div class="cinemapress-comment-star">
<div class="cinemapress-comment-star-down" data-comment-star="1"></div>
<div class="cinemapress-comment-star-award" data-comment-star="3"></div>
<div class="cinemapress-comment-star-up" data-comment-star="2"></div>
<div class="cinemapress-comment-star-down"
data-comment-star="1"></div>
<div class="cinemapress-comment-star-award"
data-comment-star="3"></div>
<div class="cinemapress-comment-star-up"
data-comment-star="2"></div>
</div>
<% } %>
<div class="cinemapress-comment-form">
<% if (comments.config.bb_codes) { %>
<div class="cinemapress-comment-form-bb">
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-b" data-bb-code="b"><%- page.l.bold.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-i" data-bb-code="i"><%- page.l.italic.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-spoiler" data-bb-code="spoiler">👻 <%- page.l.spoiler.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-search" data-bb-code="search">🔍 <%- page.l.search.toLowerCase() %></span>
<input class="cinemapress-comment-bg cinemapress-comment-form-anonymous" name="comment_anonymous" type="text" placeholder="<%- page.l.username %>">
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-b"
data-bb-code="b"><%- page.l.bold.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-i"
data-bb-code="i"><%- page.l.italic.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-spoiler"
data-bb-code="spoiler">👻 <%- page.l.spoiler.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-search"
data-bb-code="search">🔍 <%- page.l.search.toLowerCase() %></span>
<input class="cinemapress-comment-bg cinemapress-comment-form-anonymous"
name="comment_anonymous" type="text"
placeholder="<%- page.l.username %>">
</div>
<% } %>
<div>
<div class="cinemapress-comment-textarea-div">
<textarea name="comment_text" class="cinemapress-comment-bg cinemapress-comment-textarea" placeholder="<%- page.l.comment %>" autocomplete="off" autocapitalize="off" spellcheck="false"></textarea>
<textarea name="comment_text"
class="cinemapress-comment-bg cinemapress-comment-textarea"
placeholder="<%- page.l.comment %>"
autocomplete="off" autocapitalize="off"
spellcheck="false"></textarea>
<div class="cinemapress-comment-form-bg"></div>
<div class="cinemapress-comment-button-bg hover-off" data-comment-type="submit">
<div class="cinemapress-comment-button-bg hover-off"
data-comment-type="submit">
<span class="cinemapress-comment-button-text"></span>
</div>
</div>
<% if (comments.config.question) { %>
<div class="cinemapress-comment-bg cinemapress-comment-question" style="display: none">
<div class="cinemapress-comment-bg cinemapress-comment-question"
style="display: none">
<div class="cinemapress-comment-question-text"><%- comments.config.question %></div>
<div class="cinemapress-comment-question-answer">
<% if (comments.config.question_yes) { %>
@ -292,31 +315,44 @@
<% } %>
</div>
<% if (comments.config.question_yes) { %>
<div class="cinemapress-comment-question-text-yes" style="display: none">
<div class="cinemapress-comment-question-text-yes"
style="display: none">
<%- comments.config.question_yes %>
</div>
<% } %>
<% if (comments.config.question_not) { %>
<div class="cinemapress-comment-question-text-not" style="display: none">
<div class="cinemapress-comment-question-text-not"
style="display: none">
<%- comments.config.question_not %>
</div>
<% } %>
<div class="cinemapress-comment-question-bg"></div>
<% if (comments.config.question_poster) { %>
<div class="cinemapress-comment-question-bg-poster" style="background-image:url('<%- comments.config.question_poster %>')"></div>
<div class="cinemapress-comment-question-bg-poster"
style="background-image:url('<%- comments.config.question_poster %>')"></div>
<% } %>
</div>
<% } %>
</div>
<div style="font-size:8px;text-align:right;opacity:.2">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" style="font-size:8px" target="_blank">Privacy Policy</a> and <a href="https://policies.google.com/terms" style="font-size:8px" target="_blank">Terms of Service</a> apply.</div>
<div style="font-size:8px;text-align:right;opacity:.2">This
site is protected by reCAPTCHA and the Google <a
href="https://policies.google.com/privacy"
style="font-size:8px" target="_blank">Privacy
Policy</a> and <a
href="https://policies.google.com/terms"
style="font-size:8px" target="_blank">Terms of
Service</a> apply.
</div>
</div>
<%- comments.indexer ? comments.indexer : '' %>
<% if (comments.list && comments.list.length) { %>
<% comments.list.forEach(function (comment) { %>
<div class="cinemapress-comment" id="c<%- comment.id %>">
<div class="cinemapress-comment"
id="c<%- comment.id %>">
<div class="cinemapress-comment-head">
<div class="cinemapress-comment-head-avatar">
<img src="<%- comment.avatar %>" alt="<%= comment.user %>">
<img src="<%- comment.avatar %>"
alt="<%= comment.user %>">
</div>
<% if (comments.config.star_rating) { %>
<% if (comment.star === 1) { %>
@ -335,26 +371,39 @@
<% } %>
<div class="cinemapress-comment-head-meta">
<div class="cinemapress-comment-head-meta-vote">
<span class="cinemapress-comment-like" data-comment-type="like" data-comment-id="<%- comment.id %>" title="<%= page.l.like %>">
<span class="cinemapress-comment-like" data-comment-type="like"
data-comment-id="<%- comment.id %>"
title="<%= page.l.like %>">
<span class="cinemapress-comment-like-icon"></span>
<span class="cinemapress-comment-like-number"><%- comment.like %></span>
</span>
<span class="cinemapress-comment-dislike" data-comment-type="dislike" data-comment-id="<%- comment.id %>" title="<%= page.l.dislike %>">
<span class="cinemapress-comment-dislike"
data-comment-type="dislike"
data-comment-id="<%- comment.id %>"
title="<%= page.l.dislike %>">
<span class="cinemapress-comment-dislike-number"><%- comment.dislike %></span>
<span class="cinemapress-comment-dislike-icon"></span>
</span>
<span class="cinemapress-comment-reply" data-reply-id="<%- comment.id %>" data-bb-code="b" data-bb-value="<%- comment.user %>" title="<%= page.l.reply %>">
<span class="cinemapress-comment-reply"
data-reply-id="<%- comment.id %>"
data-bb-code="b"
data-bb-value="<%- comment.user %>"
title="<%= page.l.reply %>">
<span class="cinemapress-comment-reply-icon"></span>
</span>
</div>
<div class="cinemapress-comment-user" data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user"
data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user-name">
<%- comment.user %>
</div><div class="cinemapress-comment-user-said">
</div>
<div class="cinemapress-comment-user-said">
<%- page.l.said %>
</div><div class="cinemapress-comment-user-date">
</div>
<div class="cinemapress-comment-user-date">
<%- comment.date %>
</div><div class="cinemapress-comment-user-link">
</div>
<div class="cinemapress-comment-user-link">
<a href="<%- comment.url %>#c<%- comment.id %>">#</a>
</div>
</div>
@ -377,10 +426,12 @@
<% } %>
<div class="cinemapress-comment-arrow">
<% if (comments && comments.prev) { %>
<div class="cinemapress-prev-comments" onclick="window.location.href='?page=<%- comments.prev %>#cinemapress-comments'"></div>
<div class="cinemapress-prev-comments"
onclick="window.location.href='?page=<%- comments.prev %>#cinemapress-comments'"></div>
<% } %>
<% if (comments && comments.next) { %>
<div class="cinemapress-next-comments" onclick="window.location.href='?page=<%- comments.next %>#cinemapress-comments'"></div>
<div class="cinemapress-next-comments"
onclick="window.location.href='?page=<%- comments.next %>#cinemapress-comments'"></div>
<% } %>
</div>
</div>
@ -403,9 +454,10 @@
<%- category.name %>
<div class="randomMovieRelated">
<div class="cinemapress-random-related"
onclick="window.location.href='<%- (category.url && category.url.indexOf('?')+1 ? category.url + '&random=' : category.url + '?random=') %><%- Math.random() %>'"
onclick="window.location.href='<%- (category.url && category.url.indexOf('?') + 1 ? category.url + '&random=' : category.url + '?random=') %><%- Math.random() %>'"
title="<%= page.l.random %>">
<img src="/themes/<%- page.theme %>/public/images/dice.svg" alt="<%= page.l.random %>">
<img src="/themes/<%- page.theme %>/public/images/dice.svg"
alt="<%= page.l.random %>">
</div>
</div>
</h3>
@ -427,11 +479,16 @@
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>">
<img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;">
<img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;">
</a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps" title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ttps"
title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ytps"><%- movie.year %></span>
</div>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="<%- page.language %>" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<html lang="<%- page.language %>"
prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/">
<head>
<%- include('includes/head.ejs'); -%>
@ -32,8 +33,12 @@
<% slider.forEach(function (movie) { %>
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>"><img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<a href="<%- movie.url %>"><img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;"></a>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps"><%= movie.title %> (<%- movie.year %>)</span>
<span class="ytps"><%- movie.year %></span>
@ -112,7 +117,9 @@
<div class="imagen">
<div class="fix">
<div class="cinemapress-poster">
<img src="<%- movie.poster %>" alt="<%= page.title %>" title="<%= page.title %>" data-cinemapress-poster="<%- movie.poster %>">
<img src="<%- movie.poster %>" alt="<%= page.title %>"
title="<%= page.title %>"
data-cinemapress-poster="<%- movie.poster %>">
<% if (movie.quality) { %>
<div class="cinemapress-quality">
<span class="cinemapress-svg-quality"></span>
@ -146,27 +153,27 @@
</p>
<div class="imdb_r">
<div class="a">
<span><%- movie.imdb_rating/10 %></span>
<span><%- movie.imdb_rating / 10 %></span>
</div>
<div class="b">
<div class="bar">
<span style="width: <%- movie.imdb_rating %>%"></span>
</div>
<span class="dato">
<%- page.l.imdb %>: <strong><%- movie.imdb_rating/10 %>/10</strong> <strong><%- movie.imdb_vote %> <%- page.l.votes %></strong>
<%- page.l.imdb %>: <strong><%- movie.imdb_rating / 10 %>/10</strong> <strong><%- movie.imdb_vote %> <%- page.l.votes %></strong>
</span>
</div>
</div>
<div class="kp_r">
<div class="a">
<span><%- movie.kp_rating/10 %></span>
<span><%- movie.kp_rating / 10 %></span>
</div>
<div class="b">
<div class="bar">
<span style="width: <%- movie.kp_rating %>%"></span>
</div>
<span class="dato">
<%- page.l.kp %>: <strong><%- movie.kp_rating/10 %>/10</strong> <strong><%- movie.kp_vote %> <%- page.l.votes %></strong>
<%- page.l.kp %>: <strong><%- movie.kp_rating / 10 %>/10</strong> <strong><%- movie.kp_vote %> <%- page.l.votes %></strong>
</span>
</div>
</div>
@ -213,7 +220,8 @@
<% contents.forEach(function (content) { %>
<div style="float: left; width: 50%;">
<div style="margin: 0; padding: 10px">
<a href="<%- content.url %>" class="cinemapress-news" style="background-image:url('<%- content.image %>');">
<a href="<%- content.url %>" class="cinemapress-news"
style="background-image:url('<%- content.image %>');">
<div class="cinemapress-news-title">
<%= content.title %>
</div>
@ -257,31 +265,46 @@
<% if (typeof comments === 'object' && typeof comments.config === 'object') { %>
<% if (comments.config.star_rating) { %>
<div class="cinemapress-comment-star">
<div class="cinemapress-comment-star-down" data-comment-star="1"></div>
<div class="cinemapress-comment-star-award" data-comment-star="3"></div>
<div class="cinemapress-comment-star-up" data-comment-star="2"></div>
<div class="cinemapress-comment-star-down"
data-comment-star="1"></div>
<div class="cinemapress-comment-star-award"
data-comment-star="3"></div>
<div class="cinemapress-comment-star-up"
data-comment-star="2"></div>
</div>
<% } %>
<div class="cinemapress-comment-form">
<% if (comments.config.bb_codes) { %>
<div class="cinemapress-comment-form-bb">
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-b" data-bb-code="b"><%- page.l.bold.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-i" data-bb-code="i"><%- page.l.italic.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-spoiler" data-bb-code="spoiler">👻 <%- page.l.spoiler.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-search" data-bb-code="search">🔍 <%- page.l.search.toLowerCase() %></span>
<input class="cinemapress-comment-bg cinemapress-comment-form-anonymous" name="comment_anonymous" type="text" placeholder="<%- page.l.username %>">
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-b"
data-bb-code="b"><%- page.l.bold.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-i"
data-bb-code="i"><%- page.l.italic.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-spoiler"
data-bb-code="spoiler">👻 <%- page.l.spoiler.toLowerCase() %></span>
<span class="cinemapress-comment-bg cinemapress-comment-form-bb-search"
data-bb-code="search">🔍 <%- page.l.search.toLowerCase() %></span>
<input class="cinemapress-comment-bg cinemapress-comment-form-anonymous"
name="comment_anonymous" type="text"
placeholder="<%- page.l.username %>">
</div>
<% } %>
<div>
<div class="cinemapress-comment-textarea-div">
<textarea name="comment_text" class="cinemapress-comment-bg cinemapress-comment-textarea" placeholder="<%- page.l.comment %>" autocomplete="off" autocapitalize="off" spellcheck="false"></textarea>
<textarea name="comment_text"
class="cinemapress-comment-bg cinemapress-comment-textarea"
placeholder="<%- page.l.comment %>"
autocomplete="off" autocapitalize="off"
spellcheck="false"></textarea>
<div class="cinemapress-comment-form-bg"></div>
<div class="cinemapress-comment-button-bg hover-off" data-comment-type="submit">
<div class="cinemapress-comment-button-bg hover-off"
data-comment-type="submit">
<span class="cinemapress-comment-button-text"></span>
</div>
</div>
<% if (comments.config.question) { %>
<div class="cinemapress-comment-bg cinemapress-comment-question" style="display: none">
<div class="cinemapress-comment-bg cinemapress-comment-question"
style="display: none">
<div class="cinemapress-comment-question-text"><%- comments.config.question %></div>
<div class="cinemapress-comment-question-answer">
<% if (comments.config.question_yes) { %>
@ -292,31 +315,44 @@
<% } %>
</div>
<% if (comments.config.question_yes) { %>
<div class="cinemapress-comment-question-text-yes" style="display: none">
<div class="cinemapress-comment-question-text-yes"
style="display: none">
<%- comments.config.question_yes %>
</div>
<% } %>
<% if (comments.config.question_not) { %>
<div class="cinemapress-comment-question-text-not" style="display: none">
<div class="cinemapress-comment-question-text-not"
style="display: none">
<%- comments.config.question_not %>
</div>
<% } %>
<div class="cinemapress-comment-question-bg"></div>
<% if (comments.config.question_poster) { %>
<div class="cinemapress-comment-question-bg-poster" style="background-image:url('<%- comments.config.question_poster %>')"></div>
<div class="cinemapress-comment-question-bg-poster"
style="background-image:url('<%- comments.config.question_poster %>')"></div>
<% } %>
</div>
<% } %>
</div>
<div style="font-size:8px;text-align:right;opacity:.2">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" style="font-size:8px" target="_blank">Privacy Policy</a> and <a href="https://policies.google.com/terms" style="font-size:8px" target="_blank">Terms of Service</a> apply.</div>
<div style="font-size:8px;text-align:right;opacity:.2">This
site is protected by reCAPTCHA and the Google <a
href="https://policies.google.com/privacy"
style="font-size:8px" target="_blank">Privacy
Policy</a> and <a
href="https://policies.google.com/terms"
style="font-size:8px" target="_blank">Terms of
Service</a> apply.
</div>
</div>
<%- comments.indexer ? comments.indexer : '' %>
<% if (comments.list && comments.list.length) { %>
<% comments.list.forEach(function (comment) { %>
<div class="cinemapress-comment" id="c<%- comment.id %>">
<div class="cinemapress-comment"
id="c<%- comment.id %>">
<div class="cinemapress-comment-head">
<div class="cinemapress-comment-head-avatar">
<img src="<%- comment.avatar %>" alt="<%= comment.user %>">
<img src="<%- comment.avatar %>"
alt="<%= comment.user %>">
</div>
<% if (comments.config.star_rating) { %>
<% if (comment.star === 1) { %>
@ -335,26 +371,39 @@
<% } %>
<div class="cinemapress-comment-head-meta">
<div class="cinemapress-comment-head-meta-vote">
<span class="cinemapress-comment-like" data-comment-type="like" data-comment-id="<%- comment.id %>" title="<%= page.l.like %>">
<span class="cinemapress-comment-like" data-comment-type="like"
data-comment-id="<%- comment.id %>"
title="<%= page.l.like %>">
<span class="cinemapress-comment-like-icon"></span>
<span class="cinemapress-comment-like-number"><%- comment.like %></span>
</span>
<span class="cinemapress-comment-dislike" data-comment-type="dislike" data-comment-id="<%- comment.id %>" title="<%= page.l.dislike %>">
<span class="cinemapress-comment-dislike"
data-comment-type="dislike"
data-comment-id="<%- comment.id %>"
title="<%= page.l.dislike %>">
<span class="cinemapress-comment-dislike-number"><%- comment.dislike %></span>
<span class="cinemapress-comment-dislike-icon"></span>
</span>
<span class="cinemapress-comment-reply" data-reply-id="<%- comment.id %>" data-bb-code="b" data-bb-value="<%- comment.user %>" title="<%= page.l.reply %>">
<span class="cinemapress-comment-reply"
data-reply-id="<%- comment.id %>"
data-bb-code="b"
data-bb-value="<%- comment.user %>"
title="<%= page.l.reply %>">
<span class="cinemapress-comment-reply-icon"></span>
</span>
</div>
<div class="cinemapress-comment-user" data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user"
data-comment-id="<%- comment.id %>">
<div class="cinemapress-comment-user-name">
<%- comment.user %>
</div><div class="cinemapress-comment-user-said">
</div>
<div class="cinemapress-comment-user-said">
<%- page.l.said %>
</div><div class="cinemapress-comment-user-date">
</div>
<div class="cinemapress-comment-user-date">
<%- comment.date %>
</div><div class="cinemapress-comment-user-link">
</div>
<div class="cinemapress-comment-user-link">
<a href="<%- comment.url %>#c<%- comment.id %>">#</a>
</div>
</div>
@ -377,10 +426,12 @@
<% } %>
<div class="cinemapress-comment-arrow">
<% if (comments && comments.prev) { %>
<div class="cinemapress-prev-comments" onclick="window.location.href='?page=<%- comments.prev %>#cinemapress-comments'"></div>
<div class="cinemapress-prev-comments"
onclick="window.location.href='?page=<%- comments.prev %>#cinemapress-comments'"></div>
<% } %>
<% if (comments && comments.next) { %>
<div class="cinemapress-next-comments" onclick="window.location.href='?page=<%- comments.next %>#cinemapress-comments'"></div>
<div class="cinemapress-next-comments"
onclick="window.location.href='?page=<%- comments.next %>#cinemapress-comments'"></div>
<% } %>
</div>
</div>
@ -403,9 +454,10 @@
<%- category.name %>
<div class="randomMovieRelated">
<div class="cinemapress-random-related"
onclick="window.location.href='<%- (category.url && category.url.indexOf('?')+1 ? category.url + '&random=' : category.url + '?random=') %><%- Math.random() %>'"
onclick="window.location.href='<%- (category.url && category.url.indexOf('?') + 1 ? category.url + '&random=' : category.url + '?random=') %><%- Math.random() %>'"
title="<%= page.l.random %>">
<img src="/themes/<%- page.theme %>/public/images/dice.svg" alt="<%= page.l.random %>">
<img src="/themes/<%- page.theme %>/public/images/dice.svg"
alt="<%= page.l.random %>">
</div>
</div>
</h3>
@ -427,11 +479,16 @@
<div class="item">
<div class="imagens">
<a href="<%- movie.url %>">
<img src="<%- movie.poster %>" alt="<%= movie.title %>" title="<%= movie.title %>" style="width: 100%; height: 100%;">
<img src="<%- movie.poster %>"
alt="<%= movie.title %>"
title="<%= movie.title %>"
style="width: 100%; height: 100%;">
</a>
<span class="imdb"><strong class="icon-star"></strong> <%- movie.rating/10 %></span>
<span class="imdb"><strong
class="icon-star"></strong> <%- movie.rating / 10 %></span>
</div>
<span class="ttps" title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ttps"
title="<%= movie.title %> (<%- movie.year %>)"><%= movie.title %></span>
<span class="ytps"><%- movie.year %></span>
</div>