package ACOP_2014_syllabus; my $path = "../../"; my $title = "Conference Syllabus"; !> #include ../../header.iphtml #include ../../header_include.iphtml
The =$title!> is listed by day. Use the tabs below to navigate the =$title!>.
| $ary[0] | ||
| '.$ary[2].'';
print " $speaker" if $speaker; print " | ||
| $ary[1] | "; print '';
if (!$syllabusCount || $syllabusCount > 1)
{
print "$ary[2]";
}
else
{
$cursor2 = $main::dbh->prepare(qq{
SELECT syllabusFileName,facultyid FROM faculty_lecture t1 WHERE syllabusFileName IS NOT NULL AND lectureid=?
});
$cursor2->execute($ary[3]);
my $imageType = '';
while (my @fields = $cursor2->fetchrow_array())
{
if ($fields[0] =~ /.pdf/)
{
$imageType = "PDF Document";
}
elsif ($fields[0] =~ /.ppt/ || $fields[0] =~ /.pptx/)
{
$imageType = "PowerPoint Document";
}
else
{
$imageType = "Word Document";
}
print "$ary[2]";
# print ' ';
}
$cursor2->finish();
}
# print " | $ary[2]";
# print "$ary[2]";
print " $speaker" if $speaker; print " Location: $ary[6]" if $ary[6]; print " |