forked from rho_n/hpr_generator
		
	Add MACRO display_listen_in
This commit is contained in:
		| @@ -64,6 +64,7 @@ | ||||
| <img src="<!--% absolute_path(baseurl) %-->images/<!--% get_avatar(episode.hostid) %-->" height="80" width="80" alt="" /></a><br><!--% END %--> | ||||
| Hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(episode.hostid) %-->.html"><!--% episode.host %--></a> on <span><!--% episode.date %--></span> is flagged as <span><!--% display_explicit(episode.explicit) %--></span> and is released under a <span><!--% episode.license %--> license</span>. <br> | ||||
| <!--% display_tags(episode.tags) %--> <br> | ||||
| <!--% display_listen_in(episode.id) %--> |  | ||||
| <!--% display_comments_tally(episode.id, episode.eps_tally) %--> | ||||
| 	</header> | ||||
| 	<div><!--% episode.notes %--></div> | ||||
|   | ||||
| @@ -57,7 +57,7 @@ | ||||
| 		<img src="<!--% absolute_path(baseurl) %-->images/<!--% get_avatar(latest_episodes.hostid) %-->" height="80" width="80" alt="" /></a><!--% END %--> | ||||
| 	<br>Hosted by <a href="<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(latest_episodes.hostid) %-->.html"><!--% latest_episodes.host %--></a> on <!--% 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) %--><br> | ||||
| <small>listen in <a href="local/hpr<!--% latest_episodes.id %-->.ogg">ogg</a>, <a href="local/hpr<!--% latest_episodes.id %-->.spx">spx</a>, or <a href="local/hpr<!--% latest_episodes.id %-->.mp3">mp3</a> format. <!--% show_series(latest_episodes.series, latest_episodes.seriesid) %--> | ||||
| <small><!--% display_listen_in(latest_episodes.id) %--> <!--% show_series(latest_episodes.series, latest_episodes.seriesid) %--> |  | ||||
| <!--% display_comments_tally(latest_episodes.id, latest_episodes.eps_tally) %--></small> | ||||
| 		</p> | ||||
| 	</header> | ||||
|   | ||||
| @@ -5,6 +5,9 @@ | ||||
| 	<span><label>Tags:</label> <em><!--% tags %--></em>.</span> | ||||
| <!--% END %--> | ||||
|  | ||||
| <!--% MACRO display_listen_in(eps_id) BLOCK %--> | ||||
| Listen in <a href="<!--% absolute_path(baseurl) %-->local/hpr<!--% eps_id %-->.ogg">ogg</a>, <a href="<!--% absolute_path(baseurl) %-->local/hpr<!--% eps_id %-->.spx">spx</a>, or <a href="<!--% absolute_path(baseurl) %-->local/hpr<!--% eps_id %-->.mp3">mp3</a> format. | ||||
| <!--% END %--> | ||||
|  | ||||
| <!--% MACRO display_comments_tally(eps_id, tally) BLOCK %--> | ||||
| <a href="<!--% absolute_path(baseurl) %-->eps/hpr<!--% zero_pad_left(eps_id) %-->/index.html#comments">Comments (<!--% tally %-->)</a>. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user