2022-07-31 21:33:54 -04:00
<!--% PROCESS 'shared-utils.tpl.html' %-->
2022-06-29 00:48:50 -04:00
< article >
< p >
< h2 class = "title" > Correspondents</ h2 >< p > For more information on how to become a Correspondent see our < a href = "contribute.php" > contribute</ a ></ center > page. To add a logo here, either email one to admin at hpr or setup your email on < a href = "https://en.gravatar.com/" > Gravatar</ a > . To protect your browsing privacy we gather the images every hour and serve them directly from HPR.< p />
2022-07-12 22:59:08 -04:00
<!--% USE DBI(constants.driver, constants.user, constants.password) %-->
2022-07-31 22:25:15 -04:00
<!--% PROCESS 'shared-avatar.tpl.html' %-->
2022-07-12 22:59:08 -04:00
< table >
2022-06-29 00:48:50 -04:00
< th > Avatar</ th >
< th > Name & Host ID</ th >
< th > license</ th >
< th > Last Show</ th >
2022-07-12 22:59:08 -04:00
<!--% FOREACH host IN DBI.query(
'select h.hostid, h.host, h.license, e.date,
2022-07-31 22:25:15 -04:00
h.local_image
2022-07-12 22:59:08 -04:00
from hosts as h
inner join (select hostid, max(date) as date from eps group by hostid) as e
on h.hostid = e.hostid '
) %-->
2022-06-29 00:48:50 -04:00
< tr height = "80" bgcolor = "#CCCCCC" >
2022-08-05 15:49:00 -04:00
< td >< img src = "<!--% absolute_path(baseurl) %-->images/<!--% get_avatar(host.hostid) %-->" height = "80" width = "80" alt = "avatar" /></ td >
2022-06-29 00:48:50 -04:00
2022-07-12 22:59:08 -04:00
< td >< strong > <!--% host.host %--> </ strong >< br />
2022-06-29 00:48:50 -04:00
2022-08-05 15:49:00 -04:00
Host ID: < a href = "<!--% absolute_path(baseurl) %-->correspondents/<!--% zero_pad_left(host.hostid) %-->/index.html" > <!--% host.hostid %--> </ a ></ td >
2022-07-12 22:59:08 -04:00
< td > <!--% host.license %--> </ td >
< td > <!--% host.date %--> </ td >
2022-06-29 00:48:50 -04:00
</ tr >
<!--% END %-->
2022-07-12 22:59:08 -04:00
</ table >
< p >< a href = "contribute.php" > Become a Correspondent</ a ></ p >
2022-06-29 00:48:50 -04:00
</ article >