echo'<h4>'.c('title').' report for <a href="/go.php?domain='.$pod['domain'].'">'.idn_to_utf8($pod['domain']).'</a></h4><br>';
echo'This '.$pod['softwarename'].' pod/node runs software version '.$pod['shortversion'].' <br>';
echo'This pod/node has been monitored for '.$humanmonitored.'<br>';
echo'Score for this pod is '.$pod['score'].' out of 100<br>';
echo'Detected language of this pod is '.($pod['detectedlanguage']?$iso->languageByCode1($pod['detectedlanguage']):'').'<br>';
echo'<br>';
echo'Uptime over the last '.$pod['monthsmonitored'].' months is <a href="#" class="green" data-featherlight="/podstat-uptime.php?domain='.$pod['domain'].'">'.$pod['uptime_alltime'].'</a> %<br>';
echo'Response Time from '.c('serverlocation').' is '.$pod['latency'].' ms<br>';
echo'<br>This pod has <a href="#" class="green" data-featherlight="podstat-counts.php?domain='.$pod['domain'].'">'.$pod['total_users'].'</a> total users with '.$pod['active_users_halfyear'].' active the last 6 months, users have posted '.$pod['local_posts'].' times and commented '.$pod['comment_counts'].' times<br><br>';
$tip="{$pod['domain']} last checked {$last_podcheck} ago, over the last {$humanmonitored} uptime was {$pod['uptime_alltime']}%";
if(($_COOKIE['domain']??null)===$pod['domain']){
echo'<tr><td title="This is the last pod you visited from this site. '.$tip.'" data-placement="bottom" data-toggle="tooltip" class="bg-blue"><a class="text-white url" target="_pod" href="/go.php?domain='.$pod['domain'].'">'.idn_to_utf8($pod['domain']).'</a><a href="/'.$pod['domain'].'"><span style="font-size: 1.7em; opacity: 0.5;" class="fa fa-info-circle align-top pl-3 d-lg-none"></span></a></td>';
echo'<tr><td title="This is the last pod you visited from this site. '.$tip.'" data-placement="bottom" data-toggle="tooltip" class="bg-blue"><a class="text-white url" target="_pod" href="/go.php?domain='.$pod['domain'].'">'.idn_to_utf8($pod['domain']).'</a><a href="/'.$pod['domain'].'"><span style="font-size: 1.4em; opacity: 0.2;" class="fa fa-info-circle align-top pl-3"></span></a></td>';