| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/surf_sites/surfcrm.com_training/section/ |
Upload File : |
<?
//---------------------------------------------------------
include('title.php');
//---------------------------------------------------------
?>
<div class="white-bg">
<div class="row">
<div class="col-lg-1"></div>
<div class="col-lg-10">
<div class="p20 top f24 black center">
This report breaks down when your dials are based on when you are scheduled and clocked in.
</div>
</div>
<div class="col-lg-1"></div>
</div>
</div>
<div class="row" style="margin-top:40px;">
<div class="col-lg-12 center">
<div class="relative block">
<div id="videoContainer" class="relative block">
<video id="dialReport" src="https://surfcrm.com/training_calls/videos/Detailed Dial Report.mp4" controls onclick="this.play();" style="width:50%;"
onended="videoEnded('12','<?= ($_SESSION['first_login']) ? 'new' : 'old';?>');"></video>
<br>
<center style="font-size:18px;">6 minutes</center>
<br>
</div>
<div class="center">
<div class="relative iblock right" style="width:50%;">
<button id="vidScreen" type="button" class="btn btn-default bold" style="padding:12px 24px 12px 24px; font-size:18px;"
onclick="videoExpand('dialReport');">
<i class="fa fa-arrows-alt normal" aria-hidden="true"></i> Fullscreen
</button>
<button id="vidPlay" type="button" class="btn btn-default bold fleft" style="padding:12px 24px 12px 24px; font-size:18px;"
onclick="videoDisplay('dialReport');">
<i class="fa fa-play normal" aria-hidden="true"></i> Play Video
</button>
<button id="vidPause" type="button" class="btn btn-default bold fleft" style="padding:12px 24px 12px 24px; font-size:18px; display:none;"
onclick="videoHide('dialReport')">
<i class="fa fa-compress normal" aria-hidden="true"></i> Close Video
</button>
</div>
</div>
</div>
</div>
</div>
<?
$version = '1.0';
include('id.php');
?>