Your IP : 216.73.217.117


Current Path : /var/www/cesa.co.za/cesanet/
Upload File :
Current File : /var/www/cesa.co.za/cesanet/videos.php

<?php
include("inc_functions.php");

if (!isset($_SESSION["StudentID"]) || empty($_SESSION["StudentID"])) header("Location: /cesanet/login.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CESAnet</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="calendar.js"></script>
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
</head>

<body class="twoColFixLtHdr">

<div id="container">
<?php include("inc_header.php"); ?>
<?php include("inc_sidebar.php"); ?>
  <div id="mainContent">
    <h1>Content Session Videos</h1>
<?php
if (CurrentStudent()) {
?>
<p><b>Content Session: 3 May 2022</b></p>
<p><u>Quality Management in Projects</u></p>
<iframe width="700" height="500" src="https://www.youtube.com/embed/vWz1x0lkcY8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><u>Project Planning presentation</u></p>
<iframe width="700" height="500" src="https://www.youtube.com/embed/SzGgiRONcXY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><u>Project Controls presentation</u></p>
<iframe width="700" height="500" src="https://www.youtube.com/embed/3zeo-xn94Ls" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><u>Project Controls presentation's Q&amp;A</u></p>
<iframe width="700" height="500" src="https://www.youtube.com/embed/9dO8IggHWx8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><u>Communications presentation</u></p>
<iframe width="700" height="500" src="https://www.youtube.com/embed/ZKDohatFEFY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><u>Team Management Skills</u></p>
<iframe width="700" height="500" src="https://www.youtube.com/embed/VZZuHBsdibM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<?php
/*
<p><b>Content Session: 12 April 2022</b></p>
<p><u>BCE Legislation Affecting Construction Projects</u></p>
<iframe width="700" height="500" src="https://www.youtube.com/embed/rN4Pyg25Cx8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><u>BCE Outside and Site Factors</u></p>
    <iframe width="700" height="500" src="https://www.youtube.com/embed/gRIlyMD87D4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p><u>Health and Safety and the Construction Regulations</u></p>
<iframe width="700" height="500" src="https://www.youtube.com/embed/pHbcsopOVPU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
*/

}
?>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    </div>
<?php include("inc_footer.php"); ?>
	</div>
</body>
</html>