Removed dhtmlxscheduler implementation

This commit is contained in:
Kevin Dao
2018-08-10 11:09:48 -05:00
parent b8a525d213
commit a1f80f1749
18 changed files with 2 additions and 306 deletions

View File

@@ -1,26 +1,8 @@
<!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>