-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtest.html
37 lines (31 loc) · 1.09 KB
/
test.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
35
36
37
<!DOCTYPE html>
<html>
<head><meta charset='UTF-8'>
<title>When can we meet? -- a SoLiD app</title>
<link type="text/css" rel="stylesheet" href="https://linkeddata.github.io/tabulator-firefox/content/tabbedtab.css" />
<style>
body { margin: 10%; }
input { background-color: #eef; padding: 0.5em; border: .5em solid white; font-size: 120%; };
table { border-collapse: collapse;}
.matrix tr td { background-color: #eef; border: 0.1em solid white;}
h3 {color: black}
/* vertical-align: middle; for from */
.MatrixCorner { background-color: white; }
table.matrix td { padding: 0.3em; }
tr.naviMenu { background-color: white;}
tr.naviMenu td { text-align: middle; vertical-align: middle; padding-top: 4em; };
</style>
<!--
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
-->
<script type="text/javascript" src="mashlib.js"></script>
<script type="text/javascript" src="schedule.js"></script>
</head>
<body>
<div class="TabulatorOutline" id="DummyUUID">
<table id="outline"></table>
</div>
<div class="TabulatorOutline" id='FormTarget'>
</div>
</body>
</html>