Skip to content

Commit

Permalink
Added the yes/no images from the crystal icon set we've been using.. …
Browse files Browse the repository at this point in the history
…tweaked the no image slightly.

Added a nfo and tbn image with grayed out versions for missing metadata. This might prove more functional when the header can not be seen.
Fixed some wrap & alignment issues in IE on the display show & backlog overview page.
  • Loading branch information
thezoggy committed Jan 17, 2011
1 parent 327afa5 commit b7372fa
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
Binary file added data/images/cancel32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/images/hMids.gif
Binary file not shown.
Binary file removed data/images/hellavcr.png
Binary file not shown.
Binary file added data/images/nfo-no.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/nfo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/images/no.gif
Binary file not shown.
Binary file added data/images/no32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tbn-no.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/tbn.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/images/yes.gif
Binary file not shown.
Binary file added data/images/yes32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions data/interfaces/default/displayShow.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ replace with: <b><%=", ".join([Quality.qualityStrings[x] for x in bestQualities]
#end if
<br />

<b>Season Folders:</b> <img src="$sbRoot/images/#if $show.seasonfolders == 1 then "yes.gif\" alt=\"Y" else "no.gif\" alt=\"N"#" width="16" height="16"><br />
<b>Season Folders:</b> <img src="$sbRoot/images/#if $show.seasonfolders == 1 then "yes32.png\" alt=\"Y" else "no32.png\" alt=\"N"#" width="16" height="16"><br />

<b>Active:</b> <img src="$sbRoot/images/#if int($show.paused) == 0 then "yes.gif\" alt=\"Y" else "no.gif\" alt=\"N"#" width="16" height="16"><br />
<b>Active:</b> <img src="$sbRoot/images/#if int($show.paused) == 0 then "yes32.png\" alt=\"Y" else "no32.png\" alt=\"N"#" width="16" height="16"><br />

#if $show.air_by_date or ($show.genre and "Talk Show" in $show.genre):
#set $air_by_date = True
#else
#set $air_by_date = False
#end if
<b>Air by date:</b> <img src="$sbRoot/images/#if int($air_by_date) == 1 then "yes.gif\" alt=\"Y" else "no.gif\" alt=\"N"#" width="16" height="16"><br />
<b>Air-by-Date:</b> <img src="$sbRoot/images/#if int($air_by_date) == 1 then "yes32.png\" alt=\"Y" else "no32.png\" alt=\"N"#" width="16" height="16"><br />
</div>
<br />

Expand All @@ -91,16 +91,16 @@ All other statuses will automatically update to the appropriate "Downloaded ..."
#set $odd = 0

<div class="float-right" id="checkboxControls">
<span class="wanted">Wanted: <b>$epCounts[$Overview.WANTED]</b> <input type="checkbox" id="wanted" CHECKED></span>
<span class="qual">Low Quality: <b>$epCounts[$Overview.QUAL]</b> <input type="checkbox" id="qual" CHECKED></span>
<span class="good">Downloaded: <b>$epCounts[$Overview.GOOD]</b> <input type="checkbox" id="good" CHECKED></span>
<span class="skipped">Skipped: <b>$epCounts[$Overview.SKIPPED]</b> <input type="checkbox" id="skipped" CHECKED></span>
<span class="wanted" style="white-space:nowrap;">Wanted: <b>$epCounts[$Overview.WANTED]</b> <input type="checkbox" id="wanted" CHECKED></span>
<span class="qual" style="white-space:nowrap;">Low Quality: <b>$epCounts[$Overview.QUAL]</b> <input type="checkbox" id="qual" CHECKED></span>
<span class="good" style="white-space:nowrap;">Downloaded: <b>$epCounts[$Overview.GOOD]</b> <input type="checkbox" id="good" CHECKED></span>
<span class="skipped" style="white-space:nowrap;">Skipped: <b>$epCounts[$Overview.SKIPPED]</b> <input type="checkbox" id="skipped" CHECKED></span>
<br />
<span class="selectAll"><a href="#" onClick="return false" class="seriesCheck">Select Filtered Episodes</a> </span>
<span class="clearAll"><a href="#" onClick="return false" class="clearAll">Clear All</a></span>
</div>

<div style="clear:both;" class="clearfix"><br /></div>
<div style="clear:both;" class="clearfix"></div>

<table class="sickbeardTable" cellspacing="1" border="0" cellpadding="0">

Expand All @@ -125,8 +125,8 @@ All other statuses will automatically update to the appropriate "Downloaded ..."
<input type="checkbox" class="epCheck" id="<%=str(epResult["season"])+'x'+str(epResult["episode"])%>" name="<%=str(epResult["season"]) +"x"+str(epResult["episode"]) %>">
#end if
</td>
<td align="center"><a name="<%=str(epResult["season"])+"x"+str(epResult["episode"])%>"></a><img src="$sbRoot/images/#if $epResult["hasnfo"] == 1 then "yes.gif\" alt=\"Y" else "no.gif\" alt=\"N"#" width="16" height="16"></td>
<td align="center"><img src="$sbRoot/images/#if $epResult["hastbn"] == 1 then "yes.gif\" alt=\"Y" else "no.gif\" alt=\"N"#" width="16" height="16"></td>
<td align="center"><a name="<%=str(epResult["season"])+"x"+str(epResult["episode"])%>"></a><img src="$sbRoot/images/#if $epResult["hasnfo"] == 1 then "nfo.gif\" alt=\"Y" else "nfo-no.gif\" alt=\"N"#" width="23" height="11"></td>
<td align="center"><img src="$sbRoot/images/#if $epResult["hastbn"] == 1 then "tbn.gif\" alt=\"Y" else "tbn-no.gif\" alt=\"N"#" width="23" height="11"></td>
<td align="center">$epResult["episode"]</td>
<td>
$epResult["name"]
Expand Down
2 changes: 1 addition & 1 deletion data/interfaces/default/home.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Custom
#end if
</td>
<td align="center"><!--$dlStat--><div id="progressbar$curShow.tvdbid" style="position:relative;"></div></td>
<td align="center"><img src="$sbRoot/images/#if int($curShow.paused) == 0 and $curShow.status != "Ended" then "yes.gif\" alt=\"Y\"" else "no.gif\" alt=\"N\""# width="16" height="16" /></td>
<td align="center"><img src="$sbRoot/images/#if int($curShow.paused) == 0 and $curShow.status != "Ended" then "yes32.png\" alt=\"Y\"" else "no32.png\" alt=\"N\""# width="16" height="16" /></td>
<td align="center">$curShow.status</td>
</tr>

Expand Down
2 changes: 1 addition & 1 deletion data/interfaces/default/home_addRootDir.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<tr>
<td><input type="checkbox" id="$curDir" class="dirCheck" CHECKED></td>
<td><label for="$curDir"><%=os.path.normpath(urllib.unquote_plus(curDir).decode('utf-8')).split(os.sep)[-1]%></label></td>
<td align="center"><img src="$sbRoot/images/#if $hasNFO then "yes.gif\" alt=\"Y\"" else "no.gif\" alt=\"N\""# width="16" height="16"></td>
<td align="center"><img src="$sbRoot/images/#if $hasNFO then "yes32.png\" alt=\"Y\"" else "no32.png\" alt=\"N\""# width="16" height="16"></td>
</tr>
#end for
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion data/interfaces/default/manage.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $qualityPresetStrings[$curShow.quality]
Custom
#end if
</td>
<td align="center"><img src="$sbRoot/images/#if int($curShow.paused) == 0 and $curShow.status != "Ended" then "yes.gif\" alt=\"Y\"" else "no.gif\" alt=\"N\""# width="16" height="16" /></td>
<td align="center"><img src="$sbRoot/images/#if int($curShow.paused) == 0 and $curShow.status != "Ended" then "yes32.png\" alt=\"Y\"" else "no32.png\" alt=\"N\""# width="16" height="16" /></td>
<td align="center">$curShow.status</td>
<td align="center">$curUpdate</td>
<td align="center">$curRefresh</td>
Expand Down
10 changes: 5 additions & 5 deletions data/interfaces/default/manage_backlogOverview.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#end for

<div class="h2footer align-right">
<span class="wanted">Wanted: <b>$totalWanted</b></span>
<span class="qual">Low Quality: <b>$totalQual</b></span>
<span class="wanted" style="white-space:nowrap;">Wanted: <b>$totalWanted</b></span>
<span class="qual" style="white-space:nowrap;">Low Quality: <b>$totalQual</b></span>
</div><br/>

<table class="sickbeardTable" cellspacing="1" border="0" cellpadding="0">
Expand All @@ -32,10 +32,10 @@

<tr class="seasonheader">
<td colspan="3">
<br/><a href="$sbRoot/home/displayShow?show=$curShow.tvdbid"><h2 style="display: inline;">$curShow.name</h2></a>
<br/><h2 style="display: inline; position:absolute;"><a href="$sbRoot/home/displayShow?show=$curShow.tvdbid">$curShow.name</a></h2>
<div class="float-right">
<span class="wanted">Wanted: <b>$showCounts[$curShow.tvdbid][$Overview.WANTED]</b></span>
<span class="qual">Low Quality: <b>$showCounts[$curShow.tvdbid][$Overview.QUAL]</b></span>
<span class="wanted" style="white-space:nowrap;">Wanted: <b>$showCounts[$curShow.tvdbid][$Overview.WANTED]</b></span>
<span class="qual" style="white-space:nowrap;">Low Quality: <b>$showCounts[$curShow.tvdbid][$Overview.QUAL]</b></span>
<a href="$sbRoot/manage/backlogShow?tvdb_id=$curShow.tvdbid"><img alt="[force backlog]" height="20" src="$sbRoot/images/forceBacklog20.png" title="Force Backlog" style="position: relative; top:4px;"/></a>
</div>
</tr>
Expand Down

0 comments on commit b7372fa

Please sign in to comment.