Update historyseries.tpl

pull/556/head
Kraken 5 years ago committed by GitHub
parent 9ed30f2015
commit f8975ba9eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,7 +116,7 @@
% forced_languages = desired_languages % forced_languages = desired_languages
% end % end
% if row.language in forced_languages: % if row.language in forced_languages:
<div class="ui inverted basic compact icon" data-tooltip="This subtitles is eligible to an upgrade." data-inverted="" data-position="top left"> <div class="ui inverted basic compact icon" data-tooltip="This Subtitle file is eligible to an upgrade." data-inverted="" data-position="top left">
<i class="ui green recycle icon upgrade"></i>{{row.description}} <i class="ui green recycle icon upgrade"></i>{{row.description}}
</div> </div>
% else: % else:
@ -161,7 +161,7 @@
%end %end
fast forward icon"></i> fast forward icon"></i>
</div> </div>
<div class="right floated right aligned column">Total records: {{row_count}}</div> <div class="right floated right aligned column">Total Records: {{row_count}}</div>
</div> </div>
</div> </div>
%end %end
@ -173,7 +173,7 @@
<br> <br>
Series Series
<br> <br>
statistics Statistics
</div> </div>
<div class="label"> <div class="label">
@ -184,7 +184,7 @@
{{stats[0]}} {{stats[0]}}
</div> </div>
<div class="label"> <div class="label">
Since 24 hours In 24 Hours
</div> </div>
</div> </div>
<div class="statistic"> <div class="statistic">
@ -192,7 +192,7 @@
{{stats[1]}} {{stats[1]}}
</div> </div>
<div class="label"> <div class="label">
Since one week In One Week
</div> </div>
</div> </div>
<div class="statistic"> <div class="statistic">
@ -200,7 +200,7 @@
{{stats[2]}} {{stats[2]}}
</div> </div>
<div class="label"> <div class="label">
Since one year In One Year
</div> </div>
</div> </div>
<div class="statistic"> <div class="statistic">
@ -243,4 +243,4 @@
$('.fast.forward').on('click', function(){ $('.fast.forward').on('click', function(){
loadURLseries({{int(max_page)}}); loadURLseries({{int(max_page)}});
}); });
</script> </script>

Loading…
Cancel
Save