Update lastest episodes section to new layout
This commit is contained in:
		| @@ -82,25 +82,14 @@ | ||||
|   </section> | ||||
|   <section id="latest_lane"> | ||||
|   <!--% PROCESS 'shared-episode-summary.tpl.html' %--> | ||||
| <h1>Latest Shows</h1> | ||||
|   <section id="latest_shows"> | ||||
| 	<header>Latest Shows</header> | ||||
| <!--% host_cnt = 0 %--> | ||||
| <!--% FOREACH latest_episodes IN DBI.query(query_latest_episodes) | ||||
| %--> | ||||
| <hr> | ||||
| <article> | ||||
| 	<header> | ||||
| 			<h1><a href="<!--% absolute_path(baseurl) %-->eps/hpr<!--% zero_pad_left(latest_episodes.id) %-->/index.html">hpr<!--% latest_episodes.id %--> :: <!--% latest_episodes.title %--></a></h1> | ||||
| 		<h3><!--% latest_episodes.summary%--></h3> | ||||
| 		<p class="meta"$><!--% show_avatar(latest_episodes.hostid, latest_episodes.host, host_cnt) %--> | ||||
| 	Hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(latest_episodes.hostid) %-->.html"><!--% latest_episodes.host %--></a> on <!--% day_and_date(latest_episodes.date) %--> is flagged as <!--% display_explicit(latest_episodes.explicit) %--> and released under a <!--% latest_episodes.license %--> license. <br> | ||||
| 	<!--% display_tags(latest_episodes.tags) %--> | ||||
| 	<span><!--% show_series(latest_episodes.series, latest_episodes.seriesid) %--></span> | ||||
| 	<span><label>Comments: </label><!--% display_comments_tally(latest_episodes.id, latest_episodes.eps_tally) %--></span><br> | ||||
| <!--% listen_now(latest_episodes, "hpr", baseurl, media_baseurl) %--> | ||||
| 		</p> | ||||
| 	</header> | ||||
| 		<p>See <a href="<!--% absolute_path(baseurl) %-->eps/hpr<!--% zero_pad_left(latest_episodes.id) %-->/index.html">episode show notes</a> for more information.</p> | ||||
| </article> | ||||
| <ul> | ||||
| 	<li><a href="<!--% absolute_path(baseurl) %-->eps/hpr<!--% zero_pad_left(latest_episodes.id) %-->/index.html">hpr<!--% latest_episodes.id %--> :: <!--% latest_episodes.title %--></a></li> | ||||
| </ul> | ||||
| <!--% host_cnt = host_cnt + 1 %--> | ||||
| <!--% END %--> | ||||
| <article id="previous_five_weeks"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user