| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/hkosl.com/course_demo/view/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<?php include 'inc/headlinks.php'; ?>
</head>
<body class="bodyBg">
<div class="header">
<div class="title">
<p class="mainTitle mb-0"><img src="../assets/images/logo.svg" class="logo" alt="logo"> ATIC 網上平台</p>
</div>
</div>
<section class="bodyWrap">
<div class="w-100">
<div class="wrap indexWrap">
<div class="main">
<div class="paperWrap">
<div class="videoWrap">
<video width="100%" class="video" height="100%" playsinline style="pointer-events: none;"
poster="../assets/images/video.png?v1232156">
<source src="../assets/video/intro-01.mp4" type="video/mp4">
<source src="video.webm" type="video/webm">
Your browser does not support the video tag.
</video>
<div class="progress">
<span class="timeline"></span>
</div>
</div>
<div class="videoControl">
<div>
<button class="videoBtn btn"><i class="fas fa-play-circle"></i> 播放</button>
<button class="replayBtn btn hide"><i class="fas fa-undo"></i> 重播</button>
</div>
<p class="text-danger small">**請先按播放看完影片**</p>
</div>
</div>
<div class="titleWrap mb-1 flex-column">
<p class="mb-2 h3 greenFont bold">課程A(CSK23001)</p>
<!-- <p>JavaScript is now used to power backends, create hybrid mobile applications, architect cloud
solutions, design neural networks and even control robots. Enter TypeScript: a superset of
JavaScript for scalable, secure, performant and feature-rich applications.</p> -->
<div class="btnControl question mt-auto">
<button class="fancy-button bg-gradient1 startBtn" onclick="window.location.href='question.php'"><span>開始課程</span></button>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="../assets/js/custom.js"></script>
<script>
$(function() {
$(".startBtn").hide();
$(video).on('ended', function() {
isPlaying = false;
toggleBtn.html(`<i class="fas fa-play-circle"></i> 播放`);
$(".replayBtn").removeClass("hide");
$(".startBtn").fadeIn();
// Call a function or execute code here
});
});
</script>
</body>
</html>