-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
467 lines (453 loc) · 30.3 KB
/
Copy pathindex.html
File metadata and controls
467 lines (453 loc) · 30.3 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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Library of Time</title>
<meta name="description" content="All of the unique ways different people chose to satisfy one of humanity's most universal curiosities. Explore calendars and timekeeping worldwide—historical, lunar, solar, and astronomical—and compare dates across cultures in one interactive reference.">
<link rel="canonical" href="https://libraryoftime.xyz/">
<meta property="og:type" content="website">
<meta property="og:title" content="Library of Time">
<meta property="og:description" content="All of the unique ways different people chose to satisfy one of humanity's most universal curiosities. Explore calendars and timekeeping worldwide—historical, lunar, solar, and astronomical—and compare dates across cultures in one interactive reference.">
<meta property="og:url" content="https://libraryoftime.xyz/">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Library of Time">
<meta name="twitter:description" content="All of the unique ways different people chose to satisfy one of humanity's most universal curiosities. Explore calendars and timekeeping worldwide—historical, lunar, solar, and astronomical—and compare dates across cultures in one interactive reference.">
<link rel="stylesheet" href="styles/ui-tokens.css">
<link rel="stylesheet" href="styles/base.css">
<link rel="stylesheet" href="styles/layout.css">
<link rel="stylesheet" href="styles/containers.css">
<link rel="stylesheet" href="styles/nodes.css">
<link rel="stylesheet" href="styles/inputPanel.css">
<link rel="stylesheet" href="styles/floatingPanel.css">
<link rel="stylesheet" href="styles/descriptionPanel.css">
<link rel="stylesheet" href="styles/tables.css">
<link rel="stylesheet" href="styles/modals.css">
<link rel="stylesheet" href="styles/responsive.css">
<link rel="stylesheet" href="styles/calendarView.css">
<link rel="stylesheet" href="styles/mapView.css">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="Content/favicon.png">
<!-- Analytics -->
<script>window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };</script>
<script defer src="/_vercel/insights/script.js"></script>
</head>
<body>
<div class="page-wrapper">
<header class="site-header">
<div class="header-left">
<button id="on-making-LoT-button" type="button">On Making the LoT</button>
<button id="bc-vs-bce-button" type="button">AD/BC vs CE/BCE</button>
<button id="glossary-button" type="button">Glossary</button>
</div>
<div class="site-header-title">
<label class="page-name" id="page-title">Library of Time</label>
</div>
<div class="header-right">
<button id="calendar-view-button" type="button">Calendar View</button>
<button id="map-view-button" type="button">Map View</button>
<button id="floating-panel-toggle-button" type="button">Show/Hide Panel</button>
</div>
</header>
<!-- Dropdown Menu HTML -->
<div id="node-menu" class="node-menu" style="display: none;">
<ul>
<li id="node-place1">Add to Panel Item 1</li>
<li id="node-place2">Add to Panel Item 2</li>
<li id="node-place3">Add to Panel Item 3</li>
<li id="node-place4">Add to Panel Item 4</li>
</ul>
</div>
<div class="site-right-column">
<div class="input-box-wrapper" data-ui="date-selector">
<div class="input-main-row">
<div class="input-row input-row-pickers">
<select id="calendar-type">
<optgroup label="Framing">
<option value="GREGORIAN">Gregorian (Proleptic)</option>
<option value="JULIAN">Julian (Liturgical)</option>
<option value="ASTRONOMICAL">Astronomical</option>
</optgroup>
<optgroup label="Solar">
<option value="THAI">Thai Solar</option>
<option value="MINGUO">Minguo</option>
<option value="JUCHE">Juche</option>
<option value="BENGALI">Bengali</option>
<option value="COPTIC">Coptic</option>
<option value="ETHIOPIAN">Ethiopian</option>
<option value="SOLAR_HIJRI">Solar Hijri</option>
</optgroup>
<optgroup label="Lunisolar & Lunar">
<option value="CHINESE">Chinese</option>
<option value="HEBREW">Hebrew</option>
<option value="UMM_AL_QURA">Umm al-Qura</option>
</optgroup>
</select>
<select id="timezone"></select>
</div>
<div class="input-row input-row-datetime">
<button type="button" class="date-picker-button date-picker-lead-button" id="date-input-lead-button" aria-controls="input-step-controls" aria-expanded="false" aria-label="Show date increment controls"><b><span class="date-picker-icon" aria-hidden="true"><svg class="date-picker-lead-icon-svg" viewBox="0 0 24 24" width="20" height="20" xmlns="http://www.w3.org/2000/svg" focusable="false"><path fill="currentColor" d="M7 10l5 5 5-5z"/></svg></span></b></button>
<div class="datetime-split-fields" role="group" aria-label="Date and time">
<span class="input-format-tooltip-wrap">
<input type="text" id="date-input-date" placeholder="yyyy-mm-dd" aria-label="Date" aria-describedby="date-format-hint" autocomplete="off">
<span id="date-format-hint" class="input-format-tooltip" role="tooltip">Input Date: yyyy-mm-dd</span>
</span>
<button type="button" id="leap-month-button" class="leap-month-button" hidden aria-pressed="false" aria-label="Leap month">Leap</button>
<span class="input-format-tooltip-wrap">
<input type="text" id="date-input-time" placeholder="hh:mm:ss" aria-label="Time" aria-describedby="time-format-hint" autocomplete="off">
<span id="time-format-hint" class="input-format-tooltip" role="tooltip">Input Time: hh:mm:ss</span>
</span>
</div>
<div class="date-picker-actions">
<button class='date-picker-button' id='change-date-button' type="button" aria-label="Apply date"><b><span class="date-picker-icon">↩︎</span></b></button>
<button class='date-picker-button' id='reset-date-button' type="button" aria-label="Reset date"><b><span class="date-picker-icon">⟲︎</span></b></button>
</div>
</div>
</div>
<div id="input-date-tooltip" class="calendar-custom-tooltip" role="tooltip" aria-live="polite" aria-hidden="true"></div>
<div class="input-step-controls" id="input-step-controls" role="region" aria-label="Adjust date and time by unit">
<div class="step-group">
<span class="step-label">Y</span>
<div class="step-arrows">
<button class="step-button" data-unit="year" data-step="1">▲</button>
<button class="step-button" data-unit="year" data-step="-1">▼</button>
</div>
</div>
<div class="step-group">
<span class="step-label">M</span>
<div class="step-arrows">
<button class="step-button" data-unit="month" data-step="1">▲</button>
<button class="step-button" data-unit="month" data-step="-1">▼</button>
</div>
</div>
<div class="step-group">
<span class="step-label">D</span>
<div class="step-arrows">
<button class="step-button" data-unit="day" data-step="1">▲</button>
<button class="step-button" data-unit="day" data-step="-1">▼</button>
</div>
</div>
<div class="step-group">
<span class="step-label">H</span>
<div class="step-arrows">
<button class="step-button" data-unit="hour" data-step="1">▲</button>
<button class="step-button" data-unit="hour" data-step="-1">▼</button>
</div>
</div>
<div class="step-group">
<span class="step-label">M</span>
<div class="step-arrows">
<button class="step-button" data-unit="minute" data-step="1">▲</button>
<button class="step-button" data-unit="minute" data-step="-1">▼</button>
</div>
</div>
<div class="step-group">
<span class="step-label">S</span>
<div class="step-arrows">
<button class="step-button" data-unit="second" data-step="1">▲</button>
<button class="step-button" data-unit="second" data-step="-1">▼</button>
</div>
</div>
</div>
</div>
<div class="description-wrapper">
<div class="description-button-wrapper" data-ui="description-tabs">
<button class="header-button" id='header-button-1'><b>About</b></button>
<button class="header-button" id='header-button-2'><b>Mission</b></button>
<button class="header-button" id='header-button-3'><b>Accuracy</b></button>
<button class="header-button" id='header-button-4'><b>Sources</b></button>
</div>
<div class="description-body" id="description-body" role="region" aria-label="Description"></div>
<div class="desktop-description-actions" id="desktop-description-actions" role="group" aria-label="Description panel actions">
<button class="home-button desktop-home-button" id="desktop-home-button">Dismiss</button>
<button class="home-button desktop-home-button" id="desktop-calendar-button" type="button">Calendar</button>
<button class="home-button desktop-home-button" id="desktop-map-button" type="button">Map</button>
</div>
<div class="mobile-description-actions" id="mobile-description-actions" role="group" aria-label="Description panel actions">
<button type="button" id="mobile-description-dismiss" class="mobile-description-actions-btn">Dismiss</button>
<button type="button" id="mobile-description-calendar" class="mobile-description-actions-btn" hidden>Calendar</button>
<button type="button" id="mobile-description-map" class="mobile-description-actions-btn" hidden>Map</button>
</div>
</div>
</div>
<div class="node-wrapper">
<div class="solar-calendars-gregorian-julian-derived container">
<label class="container-name">Solar Calendars (Gregorian/Julian-derived)</label>
</div>
<div class="lunisolar-calendars container">
<label class="container-name">Lunisolar Calendars</label>
</div>
<div class="alternative-time container">
<label class="container-name">Alternative Clocks</label>
</div>
<div class="machine-time container">
<label class="container-name">Machine Time</label>
</div>
<div class="astronomical-data container">
<label class="container-name">Astronomical Data</label>
</div>
<div class="solar-calendars container">
<label class="container-name">Solar Calendars</label>
</div>
<div class="proposed-calendars container">
<label class="container-name">Proposed Calendars</label>
</div>
<div class="chronology container">
<label class="container-name">Chronology</label>
</div>
<div class="lunar-calendars container">
<label class="container-name">Lunar Calendars</label>
</div>
<div class="other-calendars container">
<label class="container-name">Other Calendars</label>
</div>
<div class="standard-time container">
<label class="container-name">Standard Time</label>
</div>
<div class="solilunar-calendars container">
<label class="container-name">Solilunar Calendars</label>
</div>
<div class="extraterrestrial-time container">
<label class="container-name">Extraterrestrial Clocks</label>
</div>
<div class="extraterrestrial-calendars container">
<label class="container-name">Extraterrestrial Calendars</label>
</div>
<div class="pop-culture container">
<label class="container-name">Pop Culture</label>
</div>
<div class="politics container">
<label class="container-name">Political Cycles</label>
</div>
</div>
<div id="floating-panel">
<div class="floating-panel-header" id="floating-panel-header">
<button type="button" class="floating-panel-close" id="floating-panel-close" aria-label="Close panel">×︎</button>
</div>
<p class="floating-panel-description">Add calendars to compare them side by side.</p>
<div id="floating-box-node-container">
<div class="panel-section">
<div class="section-controls">
<select class="add-node-select" aria-label="Add calendar to this slot"></select>
<button type="button" class="remove-node-button" aria-label="Remove">×︎</button>
<button type="button" class="select-node-button" title="Select this node" aria-label="Select this node" disabled>◎︎</button>
</div>
<div class="grid-item grid-item1"></div>
</div>
<div class="panel-section">
<div class="section-controls">
<select class="add-node-select" aria-label="Add calendar to this slot"></select>
<button type="button" class="remove-node-button" aria-label="Remove">×︎</button>
<button type="button" class="select-node-button" title="Select this node" aria-label="Select this node" disabled>◎︎</button>
</div>
<div class="grid-item grid-item2"></div>
</div>
<div class="panel-section">
<div class="section-controls">
<select class="add-node-select" aria-label="Add calendar to this slot"></select>
<button type="button" class="remove-node-button" aria-label="Remove">×︎</button>
<button type="button" class="select-node-button" title="Select this node" aria-label="Select this node" disabled>◎︎</button>
</div>
<div class="grid-item grid-item3"></div>
</div>
<div class="panel-section">
<div class="section-controls">
<select class="add-node-select" aria-label="Add calendar to this slot"></select>
<button type="button" class="remove-node-button" aria-label="Remove">×︎</button>
<button type="button" class="select-node-button" title="Select this node" aria-label="Select this node" disabled>◎︎</button>
</div>
<div class="grid-item grid-item4"></div>
</div>
</div>
</div>
<div class="expand-description-button-wrapper">
<button id="expand-description-button">Expand</button>
</div>
<div id="mobile-sheet-backdrop" class="mobile-sheet-backdrop" hidden aria-hidden="true"></div>
<nav class="mobile-toolbar" id="mobile-toolbar" aria-label="Site tools">
<button type="button" id="mobile-tool-about" class="mobile-tool-btn">About</button>
<button type="button" id="mobile-tool-calendar" class="mobile-tool-btn">Calendar</button>
<button type="button" id="mobile-tool-map" class="mobile-tool-btn">Map</button>
<button type="button" id="mobile-tool-panel" class="mobile-tool-btn">Panel</button>
<button type="button" id="mobile-tool-info" class="mobile-tool-btn">Info</button>
</nav>
<div id="mobile-info-sheet" class="mobile-info-sheet" hidden>
<div class="mobile-info-sheet-inner">
<button type="button" id="mobile-info-glossary" class="mobile-info-action">Glossary</button>
<button type="button" id="mobile-info-making" class="mobile-info-action">On Making the LoT</button>
<button type="button" id="mobile-info-bc-bce" class="mobile-info-action">AD/BC vs CE/BCE</button>
</div>
</div>
<!-- Modal for On Making the LoT -->
<div id="on-making-lot-modal" class="modal">
<div class="modal-content modal-content--scroll-body">
<div class="modal-panel-header">
<h2 id="modal-title" class="modal-panel-title"></h2>
<button type="button" class="floating-panel-close" id="on-making-modal-close" aria-label="Close">×︎</button>
</div>
<div class="modal-body-scroll">
<div id="modal-text" class="modal-text"></div>
<button id="modal-close-button" class="modal-close-button">Close</button>
</div>
</div>
</div>
<!-- Calendar view (overlay + panel — not modal.css) -->
<div id="calendar-view-modal" class="calendar-view-overlay">
<div class="calendar-view-panel">
<div class="calendar-view-top-bar">
<button type="button" class="floating-panel-close" id="calendar-view-modal-close" aria-label="Close">×︎</button>
</div>
<div class="calendar-view-nav-bar">
<div class="calendar-view-nav">
<button id="calendar-view-prev" type="button" aria-label="Previous month">‹</button>
<h2 id="calendar-view-title" class="calendar-view-month-title">Month Year</h2>
<button id="calendar-view-next" type="button" aria-label="Next month">›</button>
</div>
<div class="calendar-view-node-select-row">
<select id="calendar-view-node-select" class="calendar-view-node-select" aria-label="Timekeeping system for calendar"></select>
<button type="button" id="calendar-view-node-clear" class="remove-node-button" aria-label="Clear calendar system selection" disabled>×︎</button>
<button type="button" id="calendar-view-node-select-btn" class="select-node-button" title="Show this system in the description panel" aria-label="Show this system in the description panel" disabled>◎︎</button>
<button type="button" id="calendar-view-native-toggle" class="select-node-button" aria-pressed="false" aria-label="Toggle this calendar's own month view" style="display:none">⇄︎</button>
</div>
</div>
<div class="calendar-view-body-scroll">
<div id="calendar-view-grid" class="calendar-view-grid"></div>
<div id="calendar-tooltip" class="calendar-custom-tooltip" role="tooltip"></div>
</div>
</div>
</div>
<!-- Map view (overlay + panel — same pattern as Calendar View) -->
<div id="map-view-modal" class="map-view-overlay">
<div class="map-view-panel">
<div class="map-view-top-bar map-view-top-bar--with-controls">
<button type="button" class="floating-panel-close" id="map-view-modal-close" aria-label="Close">×︎</button>
</div>
<div class="map-view-body-scroll">
<div class="map-view-pan-viewport" id="map-view-pan-viewport">
<button type="button" class="map-view-reset-btn" id="map-view-reset" title="Reset pan and zoom" aria-label="Reset pan and zoom">Reset view</button>
<div id="map-view-type-filters" class="map-view-type-filters" role="toolbar" aria-label="Show or hide node types on the map"></div>
<div id="map-view-zoom-root" class="map-view-zoom-root">
<div class="map-view-pan-layer" id="map-view-pan-layer">
<div class="map-view-map-wrap">
<img class="map-view-world-img" src="Content/WorldMap.webp" alt="World map" decoding="async" draggable="false">
</div>
</div>
<div id="map-view-markers" class="map-view-markers">
<div id="map-view-markers-sizer" class="map-view-markers-sizer"></div>
</div>
<div class="map-view-orbit-deco" aria-hidden="true">
<svg class="map-view-orbit-deco-svg" viewBox="0 0 450 60" focusable="false">
<!-- Lines from each moon to Jupiter and Saturn -->
<line class="map-view-orbit-deco-link" x1="20" y1="0" x2="110" y2="0" />
<line class="map-view-orbit-deco-link" x1="110" y1="0" x2="190" y2="0" />
<line class="map-view-orbit-deco-link" x1="190" y1="0" x2="262" y2="0" />
<line class="map-view-orbit-deco-link" x1="260" y1="0" x2="342" y2="0" />
<line class="map-view-orbit-deco-link" x1="180" y1="-110" x2="260" y2="-110" />
<!-- Bodies (on top of lines): Callisto, Ganymede, Europa, Io, Jupiter, Saturn, Mars, Titan -->
<circle class="map-view-orbit-deco-callisto" cx="20" cy="0" r="8" />
<circle class="map-view-orbit-deco-ganymede" cx="110" cy="0" r="9" />
<circle class="map-view-orbit-deco-europa" cx="190" cy="0" r="8" />
<circle class="map-view-orbit-deco-io" cx="260" cy="0" r="7" />
<circle class="map-view-orbit-deco-jupiter" cx="340" cy="0" r="30" />
<ellipse class="map-view-orbit-deco-saturn-ring" cx="180" cy="-110" rx="40" ry="15" />
<circle class="map-view-orbit-deco-saturn" cx="180" cy="-110" r="28" />
<text class="map-view-orbit-deco-label" x="340" y="-60" text-anchor="middle">Mars</text>
<circle class="map-view-orbit-deco-mars" cx="340" cy="-110" r="7" />
<text class="map-view-orbit-deco-label" x="260" y="-60" text-anchor="middle">Titan</text>
<circle class="map-view-orbit-deco-titan" cx="260" cy="-110" r="6" />
<text class="map-view-orbit-deco-label" x="20" y="50" text-anchor="middle">Callisto</text>
<text class="map-view-orbit-deco-label" x="110" y="50" text-anchor="middle">Ganymede</text>
<text class="map-view-orbit-deco-label" x="190" y="50" text-anchor="middle">Europa</text>
<text class="map-view-orbit-deco-label" x="260" y="50" text-anchor="middle">Io</text>
<text class="map-view-orbit-deco-label" x="340" y="50" text-anchor="middle">Jupiter</text>
<text class="map-view-orbit-deco-label" x="180" y="-60" text-anchor="middle">Saturn</text>
</svg>
</div>
</div>
<svg id="map-view-tooltip-connector" class="map-view-tooltip-connector" aria-hidden="true" focusable="false">
<polyline class="map-view-tooltip-connector-line" fill="none" points="" />
</svg>
<div id="map-view-node-tooltip" class="map-view-node-tooltip" role="tooltip" aria-hidden="true"></div>
<div id="map-view-hover-tooltip" class="map-view-node-tooltip map-view-hover-tooltip" role="tooltip" aria-hidden="true"></div>
</div>
</div>
</div>
</div>
<!-- Modal for AD/BC vs CE/BCE -->
<div id="bc-vs-bce-modal" class="modal">
<div class="modal-content modal-content--scroll-body">
<div class="modal-panel-header">
<h2 id="bc-bce-modal-title" class="modal-panel-title"></h2>
<button type="button" class="floating-panel-close" id="bc-bce-modal-close" aria-label="Close">×︎</button>
</div>
<div class="modal-body-scroll">
<div id="bc-bce-modal-text" class="modal-text"></div>
<button type="button" id="bc-bce-modal-close-button" class="modal-close-button">Close</button>
</div>
</div>
</div>
<!-- Modal for Glossary -->
<div id="glossary-modal" class="modal">
<div class="modal-content modal-content--scroll-body">
<div class="modal-panel-header">
<h2 class="modal-panel-title">Glossary of Terms</h2>
<button type="button" class="floating-panel-close" id="glossary-modal-close" aria-label="Close">×︎</button>
</div>
<div class="modal-body-scroll">
<div id="glossary-text" class="modal-text"></div>
<button id="glossary-close-button" class="modal-close-button">Close</button>
</div>
</div>
</div>
</div>
<script src="Content/descriptionText.js"></script>
<script src="Content/onMakingLoT.js"></script>
<script src="Content/bcVsBce.js"></script>
<script src="Content/glossary.js"></script>
<script src="CalendarAPI/Other/astronomicalData.js"></script>
<script src="CalendarAPI/Other/popCulture.js"></script>
<script src="CalendarAPI/Other/politics.js"></script>
<script src="CalendarAPI/Timekeeping/timeFractions.js"></script>
<script src="CalendarAPI/Timekeeping/computingTime.js"></script>
<script src="CalendarAPI/Timekeeping/decimalTime.js"></script>
<script src="CalendarAPI/Timekeeping/otherTime.js"></script>
<script src="CalendarAPI/Calendars/solarCalendars.js"></script>
<script src="CalendarAPI/Calendars/lunisolarCalendars.js"></script>
<script src="CalendarAPI/Calendars/lunarCalendars.js"></script>
<script src="CalendarAPI/Calendars/solilunarCalendars.js"></script>
<script src="CalendarAPI/Calendars/proposedCalendars.js"></script>
<script src="CalendarAPI/Calendars/otherCalendars.js"></script>
<script src="CalendarAPI/Other/inputCalendars.js"></script>
<script src="utilities.js"></script>
<script src="UserInterface/siteNodeList.js"></script>
<script src="UserInterface/siteNodeMobilePicker.js"></script>
<script src="UserInterface/descriptionPanel.js"></script>
<script src="UserInterface/nodeDraw.js"></script>
<script src="UserInterface/calendarView.js"></script>
<script src="UserInterface/calendarMapPlacements.js"></script>
<script src="UserInterface/mapView.js"></script>
<script src="UserInterface/userPanel.js"></script>
<script src="UserInterface/crossUiGlobals.js"></script>
<script src="UserInterface/dateSelector.js"></script>
<script src="UserInterface/mobileToolbar.js"></script>
<script src="Tests/astronomicalDataTests.js"></script>
<script src="Tests/computingTimeTests.js"></script>
<script src="Tests/alternativeTimeTests.js"></script>
<script src="Tests/dateManagementTests.js"></script>
<script src="Tests/lunarCalendarTests.js"></script>
<script src="Tests/solilunarCalendarTests.js"></script>
<script src="Tests/lunisolarCalendarTests.js"></script>
<script src="Tests/solarCalendarTests.js"></script>
<script src="Tests/otherCalendarsTests.js"></script>
<script src="Tests/popCultureTests.js"></script>
<script src="Tests/politicsTests.js"></script>
<script src="Tests/proposedCalendarTests.js"></script>
<script src="Tests/inputCalendarTests.js"></script>
<script src="Tests/runTests.js"></script>
<script src="Tests/runCalendarDevTests.js"></script>
<script src="Content/nodeData.js"></script>
<script src="nodeUpdate.js"></script>
<script src="script.js"></script>
<script src="UserInterface/masonry.pkgd.min.js"></script>
</body>
</html>