|
|
|
@ -93,7 +93,7 @@
|
|
|
|
|
%end
|
|
|
|
|
%end
|
|
|
|
|
%else:
|
|
|
|
|
<a data-episodePath="{{row[5]}}" data-sceneName="{{row[8]}}" data-language="{{alpha3_from_alpha2(str(language))}}" data-hi="{{row[6]}}" data-sonarrSeriesId={{row[4]}} data-sonarrEpisodeId={{row[7]}} class="get_subtitle ui tiny label">
|
|
|
|
|
<a data-episodePath="{{row[5]}}" data-sceneName="{{row[8]}}" data-language="{{alpha3_from_alpha2(str(language))}}" data-hi="{{row[6]}}" data-sonarrSeriesId={{row[4]}} data-sonarrEpisodeId={{row[7]}} data-title="{{row[0].replace("'", "\'")}}" class="get_subtitle ui tiny label">
|
|
|
|
|
{{language}}
|
|
|
|
|
<i style="margin-left:3px; margin-right:0" class="search icon"></i>
|
|
|
|
|
</a>
|
|
|
|
@ -126,12 +126,12 @@
|
|
|
|
|
backward icon"></i>
|
|
|
|
|
{{page}} / {{max_page}}
|
|
|
|
|
<i class="\\
|
|
|
|
|
%if int(page) == int(max_page):
|
|
|
|
|
%if int(page) >= int(max_page):
|
|
|
|
|
disabled\\
|
|
|
|
|
%end
|
|
|
|
|
forward icon"></i>
|
|
|
|
|
<i class="\\
|
|
|
|
|
%if int(page) == int(max_page):
|
|
|
|
|
%if int(page) >= int(max_page):
|
|
|
|
|
disabled\\
|
|
|
|
|
%end
|
|
|
|
|
fast forward icon"></i>
|
|
|
|
@ -176,7 +176,7 @@
|
|
|
|
|
hi: $(this).attr("data-hi"),
|
|
|
|
|
sonarrSeriesId: $(this).attr("data-sonarrSeriesId"),
|
|
|
|
|
sonarrEpisodeId: $(this).attr("data-sonarrEpisodeId"),
|
|
|
|
|
title: '{{!row[0].replace("'", "\\'")}}'
|
|
|
|
|
title: $(this).attr("data-title")
|
|
|
|
|
};
|
|
|
|
|
$('#loader_text').text("Downloading subtitles...");
|
|
|
|
|
$('#loader').addClass('active');
|
|
|
|
|