-
Notifications
You must be signed in to change notification settings - Fork 0
/
record.html
34 lines (31 loc) · 1.43 KB
/
record.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Record</title>
<link rel="stylesheet" href="css/textarea_line.css">
<link rel="stylesheet" href="css/grid12.css">
<link rel="stylesheet" href="css/record.css">
<!-- <link href="https://fonts.googleapis.com/css?family=Amatic+SC|Josefin+Slab|Ubuntu" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="calender/codebase/dhtmlxcalendar_material.css">
<link rel="stylesheet" href="css/general.css">
<script src="calender/codebase/dhtmlxcalendar.js"></script>
</head>
<body>
<div class="row" style="height:10px;"></div>
<div class="row">
<div class="col-xs-4 col-md-4 col-lg-4"></div>
<div class="col-xs-3 col-md-3 col-lg-3"><div id="box" style="text-align:center; margin:auto; width:50%; height:300px;"></div></div>
</div>
<div class="row" style="background:#f6f2ed;" id="divHead">
<div class="col-xs-3 col-md-3 col-lg-3 maincolor" style="text-align:center; font-size:16px; font-family: 'Ubuntu', sans-serif;" id="divDate"></div>
<div class="col-xs-7 col-md-7 col-lg-7"></div>
<div class="col-xs-2 col-md-2 col-lg-2 maincolor" style="font-size:16px; font-family: 'Ubuntu', sans-serif;" id="divDayLength"></div>
</div>
<div class="row" style="height:20px;"></div>
<div id="recordDiv">
</div>
<script>require('./record.js')</script>
</body>
</html>