2022-06-29 04:48:50 +00: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-13 02:59:08 +00:00
<!-- % USE DBI(constants.driver, constants.user, constants.password) % -->
< table >
2022-06-29 04:48:50 +00:00
< th > Avatar< / th >
< th > Name & Host ID< / th >
< th > license< / th >
< th > Last Show< / th >
2022-07-13 02:59:08 +00:00
<!-- % FOREACH host IN DBI.query(
'select h.hostid, h.host, h.license, e.date,
CASE WHEN h.local_image = 0 THEN \'hpr_logo\' ELSE h.hostid END AS avatar
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 04:48:50 +00:00
< tr height = "80" bgcolor = "#CCCCCC" >
2022-07-13 02:59:08 +00:00
< td > < img src = "./images/<!--% host.avatar%-->.png" height = "80" width = "80" alt = "avatar" / > < / td >
2022-06-29 04:48:50 +00:00
2022-07-13 02:59:08 +00:00
< td > < strong > <!-- % host.host % --> < / strong > < br / >
2022-06-29 04:48:50 +00:00
2022-07-13 02:59:08 +00:00
Host ID: < a href = "correspondents/<!--% host.hostid %-->.html" > <!-- % host.hostid % --> < / a > < / td >
< td > <!-- % host.license % --> < / td >
< td > <!-- % host.date % --> < / td >
2022-06-29 04:48:50 +00:00
< / tr >
<!-- % END % -->
2022-07-13 02:59:08 +00:00
< / table >
< p > < a href = "contribute.php" > Become a Correspondent< / a > < / p >
2022-06-29 04:48:50 +00:00
< / article >