-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_pedigree.html
31 lines (23 loc) · 1.04 KB
/
test_pedigree.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
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<Title> Pedigree Testing </Title>
<script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/ui/1.13.1/jquery-ui.js" ></script>
<link rel="stylesheet" href="source/css/fhh.css">
<link rel="stylesheet" href="source/css/test.css">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.13.1/themes/base/jquery-ui.css">
<script src="source/js/test_pedigree.js"></script>
<script src="source/js/fhh_pedigree.js"></script>
</head>
<body>
<input type="file" id="import_file" style="display:none"/>
<DIV class='navbar'>
<DIV class='navbutton blue' id="import_from_file">Import from File</DIV>
<DIV class='navbutton green' id="import_from_url">Import form url</DIV>
<DIV class='navbutton red' id="load">Load</DIV>
<DIV class='navbutton blue' id="log">Log</DIV>
</DIV>
<br/>
<br/><br/><br/>
<div id="fhh_pedigree" class="fhh_pedigree"></div>
</body>