Files
UT-Registration-Plus/calendar.html

27 lines
717 B
HTML

<!DOCTYPE html>
<head>
<meta content="text/html; charset=utf-8">
<script src="js/dhtmlxscheduler.js" ></script>
<link rel="stylesheet" href="css/dhtmlxscheduler.css">
<style type="text/css" media="screen">
html, body{
margin:0px;
padding:0px;
height:100%;
overflow:hidden;
}
</style>
</head>
<body>
<div id="scheduler_here" class="dhx_cal_container" style='width:100%; height:100%;'>
<div class="dhx_cal_navline">
<div class="dhx_cal_date"></div>
</div>
<div class="dhx_cal_header"></div>
<div class="dhx_cal_data"></div>
</div>
</body>
<script src="js/calendar.js"></script>