forked from fungiboletus/JsCHRIST
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (38 loc) · 1.11 KB
/
index.html
File metadata and controls
42 lines (38 loc) · 1.11 KB
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
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<title>JsCHRIST</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link href="style.css" media="screen" rel="Stylesheet" type="text/css" />
<script type="text/javascript" src="jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="tools.js"></script>
<script type="text/javascript" src="core.js"></script>
<script type="text/javascript" src="graph.js"></script>
<script type="text/javascript" src="infos.js"></script>
<script type="text/javascript" src="table.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div id="openFullscreenButton" class="ui button fullscreenButton">Plein écran</div>
<div id="closeFullscreenButton" class="ui button fullscreenButton">Fermer le plein écran</div>
<div id="reportList" class="ui list">
<h3>Liste des relevés</h3>
<ul>
</ul>
</div>
<table id="uiBox">
<tr>
<td colspan="3" id="screen" class="box">
</td>
</tr>
<tr>
<td id="infosBox" class="box">
</td>
<td id="canardBox" class="box">
</td>
<td id="canard3Box" class="box">
</td>
</tr>
</table>
</body>
</html>