| Current Path : /var/www/cesa.co.za/php/temp/ |
| Current File : /var/www/cesa.co.za/php/temp/calendar'[0]6.html |
<html>
<head>
<style>
body, p, td {
font-size:8pt;
}
a {
color: black;
}
.smallfonts {border:1px solid; border-collapse:collapse;}
.smallfonts td { font-family:Tahoma; font-size:10px; border:1px solid #CCCCCC;}
.smallfonts th { font-family:Tahoma; font-size:12px;}
.eventname {
font-family: Verdana, Arial, sans-serif;
font-size:11px;
}
@page { margin-top: 1cm; margin-left:0; margin-right:0 }
thead { display: table-header-group }
tfoot { display: table-row-group }
tr { page-break-inside: avoid }
</style>
</head>
<body>
<!-- SELECT SchoolEvents.EventID, IF(ISNULL(SchoolCourses.CourseName),SchoolEvents.EventName,SchoolCourses.CourseName) AS EventName,
SchoolEvents.City, SchoolEvents.CostPerPerson,
IF(ISNULL(SchoolCourses.AccredNum),SchoolEvents.AccredNum,SchoolCourses.AccredNum) AS AccredNum,
IF(ISNULL(SchoolCourses.CPD),SchoolEvents.CPD,SchoolCourses.CPD) AS CPD,
IF(ISNULL(SchoolCourses.SACPCMPNum),SchoolEvents.SACPCMPNum,SchoolCourses.SACPCMPNum) AS SACPCMPNum,
SchoolEvents.Cancelled, SchoolEvents.Venue,
CourseVenues.CourseVenueCity, SchoolWebCategories.WebCategoryName, MIN(EventSchedules.ScheduleDate) AS StartDate,
MAX(EventSchedules.ScheduleDate) AS EndDate
FROM ((SchoolEvents LEFT JOIN SchoolCourses USING (SchoolCourseID) JOIN SchoolWebCategories ON (SchoolEvents.WebCategory=SchoolWebCategories.WebCategoryID))
LEFT JOIN CourseVenues ON SchoolEvents.Venue = CourseVenues.CourseVenueName)
LEFT JOIN EventSchedules ON SchoolEvents.EventID=EventSchedules.EventID
WHERE (Cancelled=0 OR Cancelled IS NULL)
AND (SchoolEvents.WebCategory != 11 OR SchoolEvents.WebCategory IS NULL)
AND (SchoolCourses.WebCategory != 11 OR SchoolCourses.WebCategory IS NULL)
AND StartDate >= '2025-03-29'
AND StartDate < '2025-09-01' AND SchoolWebCategories.WebCategoryID=0
GROUP BY SchoolEvents.EventID, EventName, SchoolEvents.City, SchoolEvents.CostPerPerson,
AccredNum, CPD, SACPCMPNum, SchoolEvents.Cancelled, SchoolEvents.Venue,
CourseVenues.CourseVenueCity, SchoolWebCategories.WebCategoryName
ORDER BY EventName, Cancelled, AccredNum, CPD, StartDate --><table width=100% cellspacing=0 cellpadding=2 class="smallfonts" id="tbl">
<thead>
<tr><th colspan=8 align=center class='locked' bgcolor="#325eab"><B style="color:white">Training Schedule, Mar 2025 - Aug 2025</b></th></tr>
<tr>
<th class='locked' bgcolor="#325eab" align=center><b style="color:white">Course</b></th><th class='locked' bgcolor="#325eab" align=center><strong style="color:white">CPD</strong></th>
<th align=center class='locked' bgcolor='#325eab'><b style='color:white'>Mar</b></th><th align=center class='locked' bgcolor='#325eab'><b style='color:white'>Apr</b></th><th align=center class='locked' bgcolor='#325eab'><b style='color:white'>May</b></th><th align=center class='locked' bgcolor='#325eab'><b style='color:white'>Jun</b></th><th align=center class='locked' bgcolor='#325eab'><b style='color:white'>Jul</b></th><th align=center class='locked' bgcolor='#325eab'><b style='color:white'>Aug</b></th> </tr>
</thead>
<tbody>
<tr><td>No upcoming courses to display.</td></tr>
</tbody>
</table>
</body>
</html>