-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathindex.html
More file actions
207 lines (177 loc) · 10.6 KB
/
index.html
File metadata and controls
207 lines (177 loc) · 10.6 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Tree Apps</title>
<link rel="icon" href="https://www.wikitree.com/favicon.ico" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.4/d3.min.js"></script>
<script src="https://d3js.org/d3-selection-multi.v1.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://unpkg.com/vis-timeline@latest/standalone/umd/vis-timeline-graph2d.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.10.2/fullcalendar.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.3.2/html2canvas.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.7/js/select2.min.js"></script>
<script src="WikiTreeAPI.js"></script>
<script src="tree.js"></script>
<script src="person_name.js"></script>
<script src="views/shared/DateFormatOptions.js"></script>
<script type="module" src="lib/biocheck-api/src/BioCheckTemplateManager.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.5.3/jspdf.debug.js"
integrity="sha384-NaWTHo/8YCBYJ59830LTz/P4aQZK1sS0SneOgAvhsIl3zBu8r9RevNg5lHCHAuQ/"
crossorigin="anonymous"></script>
<!--
<link rel="stylesheet" href="https://www.wikitree.com/css/base.css" />
<link rel="stylesheet" href="https://www.wikitree.com/css/skeleton.css" />
<link rel="stylesheet" href="https://www.wikitree.com/css/skeleton-wide.css" />
<link rel="stylesheet" href="https://www.wikitree.com/css/layout.css" /> -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous" />
<link rel="stylesheet" href="css/wt-stylesheet.css?v=1" />
<link rel="stylesheet" href="tree.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.7/css/select2.min.css" />
<link href="https://unpkg.com/vis-timeline@latest/styles/vis-timeline-graph2d.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.10.2/fullcalendar.min.css" />
<script src="views/baseDynamicTree/WikiTreeDynamicTreeViewer.js"></script>
<script src="views/timeline/TimelineView.js"></script>
<script src="views/familyPortraits/portraits.js"></script>
<script src="views/familyCalendar/familyCalendar.js"></script>
<link rel="stylesheet" href="views/familyCalendar/calendar.css" />
<link rel="stylesheet" href="views/familyPortraits/portraits.css" />
<script src="views/fanChart/SVGfunctions.js"></script>
<script src="views/fanChart/personPopup.js"></script>
<script src="views/fanChart/AhnenTafel.js"></script>
<script src="views/fanChart/PeopleCollection.js"></script>
<script src="views/fanChart/SettingsOptions.js"></script>
<script type="module" src="views/fanChart/FanChartView.js"></script>
<!-- <script src="views/fanChart/FanChartView2.js" type="module"></script> -->
<script type="module" src="views/fandoku/FandokuView.js"></script>
<script type="module" src="views/fractalTree/FractalView.js"></script>
<script type="module" src="views/webs/WebsView.js"></script>
<script src="views/xTree/XTreeView.js"></script>
<script src="views/superBigFamTree/SuperBigFamView.js" type="module"></script>
<script src="views/printerFriendly/PrinterFriendlyView.js"></script>
<link rel="stylesheet" href="views/printerFriendly/printerFriendly.css" />
<script src="views/ahnentafel/ahnentafel.js"></script>
<link rel="stylesheet" href="views/ahnentafel/ahnentafel.css" />
<script src="views/surnames/surnames.js"></script>
<link rel="stylesheet" href="views/surnames/surnames.css" />
<script src="views/familyView/familyView.js"></script>
<link rel="stylesheet" href="views/familyView/familyView.css" />
<script src="views/nameTest/name_test.js"></script>
<script type="module" src="views/timelineTree/timelineTree.js"></script>
<link rel="stylesheet" href="views/timelineTree/timelineTree.css" />
<!-- jquery-ui.min.js is used by couplesTree, compactCouplesTree, cc7 and ancestorLines,
but only for its draggable function. It was created at https://jqueryui.com/download/
to only contain draggable and its dependencies. -->
<script src="views/cc7/js/jquery-ui.min.js"></script>
<!-- floatingScroll is used by couplesTree, compactCouplesTree and ancestorLines and comes with gratitude
from https://github.com/Amphiluke/floating-scroll/ -->
<script type="module" src="views/ancestorLines/jquery.floatingscroll.es6.min.js"></script>
<script type="module" src="views/couplesTree/cached_person.js"></script>
<script type="module" src="views/couplesTree/cache_loader.js"></script>
<script type="module" src="views/couplesTree/people_cache.js"></script>
<script type="module" src="views/couplesTree/couples_tree.js"></script>
<link rel="stylesheet" href="views/ancestorLines/jquery.floatingscroll.css" />
<link rel="stylesheet" href="views/couplesTree/couples_tree.css" />
<!-- compactCouplesTree also uses cached_person, cache_loader, and people_cache above -->
<script type="module" src="views/compactCouplesTree/cct_view.js"></script>
<link rel="stylesheet" href="views/compactCouplesTree/cct.css" />
<!-- compactDescendantsTree also uses cached_person, cache_loader, and people_cache above -->
<script type="module" src="views/compactDescendantsTree/ccd_view.js"></script>
<link rel="stylesheet" href="views/compactDescendantsTree/ccd.css" />
<script src="views/cc7/js/date.format.js"></script>
<script lang="javascript" src="https://cdn.sheetjs.com/xlsx-0.20.2/package/dist/xlsx.full.min.js"></script>
<script src="views/cc7/js/FileSaver.min.js"></script>
<script type="module" src="views/cc7/js/Settings.js"></script>
<script type="module" src="views/cc7/js/HierarchyView.js"></script>
<script type="module" src="views/cc7/js/LanceView.js"></script>
<script type="module" src="views/cc7/js/PeopleTable.js"></script>
<script type="module" src="views/cc7/js/cc7.js"></script>
<script type="module" src="views/cc7/cc7View.js"></script>
<link rel="stylesheet" href="views/cc7/css/cc7.css" />
<!-- Ancestor Line Explorer uses FileSaver and floatingscroll above-->
<script type="module" src="views/ancestorLines/api.js"></script>
<script type="module" src="views/ancestorLines/person.js"></script>
<script type="module" src="views/ancestorLines/ancestor_tree.js"></script>
<script type="module" src="views/ancestorLines/display.js"></script>
<script type="module" src="views/ancestorLines/ancestor_lines_explorer.js"></script>
<script type="module" src="views/ancestorLines/ale_view.js"></script>
<link rel="stylesheet" href="views/ancestorLines/ale.css" />
<script src="views/descendants/descendants.js"></script>
<link rel="stylesheet" href="views/descendants/descendants.css" />
<script type="module" src="views/familyGroupApp/familyGroupApp.js"></script>
<link rel="stylesheet" href="views/familyGroupApp/familyGroupApp.css" />
<!-- Sortable, currently used by stats, comes from https://github.hubspot.com/sortable,
with thanks to Adam Schwartz -->
<script src="views/stats/sortable.min.js"></script>
<link rel="stylesheet" href="views/stats/sortable-theme-slick.css" />
<script type="module" src="views/stats/stats.js"></script>
<link rel="stylesheet" href="views/stats/stats.css" />
<script type="module" src="views/wtPlusMaps/wtPlusMaps.js"></script>
<!-- For One Name Trees-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/3.0.1/js.cookie.min.js"></script>
<script src="https://cdn.datatables.net/1.13.7/js/jquery.dataTables.min.js"></script>
<script src="https://unpkg.com/d3-sankey@0.12.3/dist/d3-sankey.min.js"></script>
<script type="module" src="views/oneNameTrees/location_data.js"></script>
<script type="module" src="views/oneNameTrees/locationstatistics.js"></script>
<script type="module" src="views/oneNameTrees/familytreestatistics.js"></script>
<script type="module" src="views/oneNameTrees/oneNameTrees.js"></script>
<script type="module" src="views/oneNameTrees/d3dataformatter.js"></script>
<link rel="stylesheet" href="views/oneNameTrees/oneNameTrees.css" />
<!-- begin SlippyTree -->
<script type="module" src="views/slippyTree/script.js"></script>
<link rel="stylesheet" href="views/slippyTree/style.css" />
<!-- end SlippyTree -->
<!-- begin Ancestors Cemeteries -->
<script type="module" src="views/ancestorsCemeteries/ancestorsCemeteries.js"></script>
<!-- end Ancestors Cemeteries -->
<!-- begin Heritage Charts -->
<script type="module" src="views/heritage/heritage.js"></script>
<link rel="stylesheet" href="views/heritage/heritage.css" />
<!-- end Heritage Charts -->
</head>
<body>
<script>
// A var statement creates a global variable. This is here because of modules (an inelegent solution, I know
// - the globals, not modules).
var debugLoggingOn = false; // set to true to turn on debug logging to the console
</script>
<!-- The View Registry, for adding new views, is in index.js. -->
<script src="index.js"></script>
<header>
<a
href="https://www.wikitree.com/"
id="logo"
title="WikiTree: Where genealogists collaborate"
target="_blank"></a>
<div id="settings-panel">
<form>
<label for="view-select">TREE APP:</label>
<select id="view-select"></select>
<label for="wt-id-text">ID:</label>
<input id="wt-id-text" type="text" placeholder="e.g. Windsor-1" />
<input id="show-btn" class="btn btn-primary p-2" type="submit" value="GO" />
</form>
</div>
<div id="wt-api-login"></div>
</header>
<main>
<div id="view-loader" class="hidden">Loading...</div>
<div id="wt-status" class="status hidden"></div>
<div id="info-panel" class="hidden">
<h2>
<span id="view-title"></span> for <span id="name-placeholder"></span> -
<a id="wt-id-link" target="_blank"></a>
</h2>
<p id="view-description"></p>
</div>
</main>
<div id="view-container"></div>
</body>
</html>