Private GIT

Skip to content
Snippets Groups Projects
Commit 9dd39c36 authored by Kevin Richter's avatar Kevin Richter Committed by GitHub
Browse files

Merge pull request #4017 from Goeny/patch-2

Show information in poster view in seperate DIV
parents bba14cd6 6ebae2d6
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
<div class="show-image">
<img alt="" title="${loading_show.name}" class="show-image" style="border-bottom: 1px solid #111;" src="" data-src="${srRoot}/showPoster/?show=${loading_show.id | u}&amp;which=poster_thumb" />
</div>
<div class="show-information">
<div class="progressbar hidden-print" style="position:relative;" data-show-id="${loading_show.id | u}" data-progress-percentage="0"></div>
<div class="show-title">${_('Loading')} (${loading_show.name})</div>
<div class="show-date">&nbsp;</div>
......@@ -42,6 +43,7 @@
</table>
</div>
</div>
</div>
% endfor
% for curShow in myShowList:
<%
......@@ -103,6 +105,7 @@
<a href="${srRoot}/home/displayShow?show=${curShow.indexerid}"><img alt="" class="show-image" src="" data-src="${srRoot}/showPoster/?show=${curShow.indexerid}&amp;which=poster_thumb" /></a>
</div>
<div class="show-information">
<div class="progressbar hidden-print" style="position:relative;" data-show-id="${curShow.indexerid}" data-progress-percentage="${progressbar_percent}"></div>
<div class="show-title">
......@@ -155,6 +158,7 @@
</table>
</div>
</div>
</div>
% endfor
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment