25 lines
877 B
Plaintext
25 lines
877 B
Plaintext
|
|
<!--% PROCESS 'shared-utils.tpl.html' %-->
|
||
|
|
<!--% PROCESS 'queries-correspondent.tpl.html' %-->
|
||
|
|
<!--% USE DBI(constants.driver) %-->
|
||
|
|
<!--% results_hpr_shows = DBI.prepare(query_hpr_shows) %-->
|
||
|
|
<!--% hpr_shows = results_hpr_shows.execute(id); %-->
|
||
|
|
<!--% FOREACH hpr_show IN hpr_shows; %-->
|
||
|
|
#EXTINF: <!--% hpr_show.duration %-->,<!--% hpr_show.host %--> - <!--% hpr_show.title %-->
|
||
|
|
|
||
|
|
|
||
|
|
<!--% media_path(hpr_show.id, 'hpr', 'mp3', baseurl, media_baseurl) %-->
|
||
|
|
|
||
|
|
|
||
|
|
<!--% END %-->
|
||
|
|
<!--% results_hpr_shows = DBI.prepare(query_twt_shows) %-->
|
||
|
|
<!--% twt_result_status = results_twt_show_count.execute(id); %-->
|
||
|
|
<!--% twt_shows = results_hpr_shows.execute(id); %-->
|
||
|
|
<!--% FOREACH hpr_show IN twt_shows; %-->
|
||
|
|
#EXTINF: <!--% hpr_show.duration %-->,<!--% hpr_show.host %--> - <!--% hpr_show.title %-->
|
||
|
|
|
||
|
|
|
||
|
|
<!--% media_path(hpr_show.id, 'twt', 'mp3', baseurl, media_baseurl) %-->
|
||
|
|
|
||
|
|
|
||
|
|
<!--% END %-->
|