';
$checked=$selected ? 'checked="checked"' : '';
echo ' | ';
echo '';
echo htmlspecialchars ($info['title']).' ';
echo htmlspecialchars ($info['location']).' ';
if ($info['start_date']==$info['end_date'])
echo $info['start_date'].' ';
else
echo $info['start_date'].' to '.$info['end_date'].' ';
echo implode (', ',$info['keywords']).' ';
echo $info['source'];
echo ' | ';
$description=nl2br (htmlspecialchars ($info['description']));
echo ''.$description.' | ';
echo '';
if (count ($parsed['warnings'])==0)
echo '—';
else
foreach ($parsed['warnings'] as $warning)
echo htmlspecialchars ($warning).' ';
echo ' | ';
echo '
';
} catch (Exception $e){
$exceptions[]=$e->getMessage();
}
}
echo '