include 'config.php'; include 'connect_db.php'; include 'default.inc'; echo "
\n";
title_line("News and Announcements","News and Announcements",$server_path,"left");
echo "
|
Date | Title | Speaker | Download | Details |
".$line['b_day']."-".$line['b_month']."-".$line['b_year']." ".$line['time']." | "; echo "".$line['title']." | "; echo "".$line['name']; if ($line['name_short']!='') echo " (".$line['name_short'].")"; echo " | "; echo ""; if ($line['private']=='N'){ //Public if ($line['file']!='') echo ""; else echo "TBA"; }else echo "TBA"; echo " | "; echo ""; echo " |
Please click here for a complete list of past DB Seminars. |