Radarr/UI/Calendar/UpcomingItemTemplate.html

14 lines
449 B
HTML
Raw Normal View History

<div class="event">
2013-07-17 00:41:04 +00:00
<div class="date {{StatusLevel}}">
<h1>{{Day airDate}}</h1>
<h4>{{Month airDate}}</h4>
</div>
{{#with series}}
<a href="{{route}}">
<h4>{{title}}</h4>
</a>
{{/with}}
2013-07-17 00:41:04 +00:00
<p>{{StartTime airDate}} {{ShortDate airDate}}<span class="pull-right">{{seasonNumber}}x{{Pad2 episodeNumber}}</span><br>{{episodeTitle}}</p>
2013-06-28 15:43:37 +00:00
<p class="episode-title x-episode-title">{{title}}</p>
</div>