1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-09 20:42:37 +01:00
Radarr/UI/Calendar/UpcomingItemTemplate.html

12 lines
405 B
HTML
Raw Normal View History

<div class="event">
<div class="date {{statusLevel}}">
<h1>{{day}}</h1>
<h4>{{month}}</h4>
</div>
2013-06-10 04:10:15 +02:00
<a href="{{series.route}}">
<h4>{{series.title}}</h4>
</a>
2013-06-25 06:43:16 +02:00
<p>{{startTime}} {{ShortDate airDate}}<span class="pull-right">{{seasonNumber}}x{{paddedEpisodeNumber}}</span><br>{{episodeTitle}}</p>
2013-06-28 17:43:37 +02:00
<p class="episode-title x-episode-title">{{title}}</p>
</div>