-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmilesianclock.html
628 lines (611 loc) · 27.5 KB
/
milesianclock.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
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
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Horloge milésienne</title>
<!-- Version M2024-04-22 see GitHub for details
-->
<!-- Milesian clock page, by Louis A. de FOUQUIERES
Use Milesian calendar functions and Unicode tools.
Copyright Miletus 2017-2022 - Louis A. de Fouquières
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sub-license, or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
1. The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
2. Changes with respect to any former version shall be documented.
The software is provided "as is", without warranty of any kind,
express of implied, including but not limited to the warranties of
merchantability, fitness for a particular purpose and non-infringement.
In no event shall the authors of copyright holders be liable for any
claim, damages or other liability, whether in an action of contract,
tort or otherwise, arising from, out of or in connection with the software
or the use or other dealings in the software.
Inquiries: www.calendriermilesien.org
-->
<meta name="creator" content="Louis-Aimé de Fouquières">
<meta name="description" content="Horloge milésienne,
représentation de la date selon plusieurs calendriers dont le calendrier milésien et des calendriers utilisateurs,
conversion entre calendriers et en jour julien,
représentation de l'heure selon les fuseaux horaires ,
restitution de la date et de l'heure milésienne selon des options d'affichage avancées,
prédiction d'éclipses">
<meta name="keywords" content="Horloge milésienne, conversion de calendrier, jour julien, lune, prédiction d'éclipses, calendrier milésien">
<meta name="viewport" content="width=device-width">
<!-- Page environment -->
<link href="dialsandpanels.css" rel="stylesheet"/>
<script type="text/javascript" src="milesianclockinitiate.js"></script>
<script type="text/javascript" src="milesianclockutilities.js"></script>
<script type="text/javascript" src="milesianclockdisplay.js"></script>
<script type="text/javascript" src="yearsignaturedisplay.js"></script>
<script type="text/javascript" src="milesianclockonload.js"></script>
<style>
.panel {height: 410px;}
</style>
</head>
<body class="centered">
<section><h1 class="panelhead">Horloge milésienne</h1>
</section>
<div class="panel"><h2 class="panelhead" id="clockmilesiandate" > </h2> <!-- The string of the Milesian date is inserted here -->
<!-- put svg code inline -->
<!-- Scalable viewbox, centered in the middle -->
<section>
<svg width="300" height="100%" xml:lang="fr"
viewBox="-300 -300 600 600" preserveAspectRatio="xMidYMid meet"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="mclock">
<!-- the dial -->
<image href="https://louis-aime.github.io/Milesian-calendar/milesian_dial.jpg" x="-300" y ="-300" width="600" height="599" />
<!-- the motto on the dial -->
<text class="motto" x="0" y="-90" >CERTUM MONSTRAT DIEM</text>
<!-- main dial: month, day; the rect enables to fetch the center of the dial -->
<rect class="center dragon month day" x="0" y="0" width="0" height="0" />
<!-- the year field -->
<text class="clock yeardisplay"
x="0" y="+100"></text>
<!-- seasons' marks -->
<g class="seasonmark winter" transform="rotate(0)"> <polygon points="0,-300 6,-300 6,-284 0,-278 -6,-284 -6,-300" /> </g>
<g class="seasonmark spring" transform="rotate(0)"> <polygon points="0,-300 6,-300 6,-284 0,-278 -6,-284 -6,-300" /> </g>
<g class="seasonmark summer" transform="rotate(0)"> <polygon points="0,-300 6,-300 6,-284 0,-278 -6,-284 -6,-300" /> </g>
<g class="seasonmark autumn" transform="rotate(0)"> <polygon points="0,-300 6,-300 6,-284 0,-278 -6,-284 -6,-300" /> </g>
<!-- center circle -->
<circle class="clockhand" r="9" />
<!-- set the secondary time dial which should appear under the month-day hands -->
<!-- Hour clock centered at x=-120, y=0 -->
<g class="timeDial"> <!-- set a container for the time dial -->
<circle cx="-120" cy="0" r="60" fill="none" stroke="black" />
<rect class="center hour minute second" x="-120" y="0" width="0" height="0" /> <!-- center of the time dial -->
<line x1="-120" x2="-120" y1="-53" y2="-60" stroke="black" stroke-width="6px" />
<line x1="-120" x2="-120" y1="-53" y2="-60" stroke="black" stroke-width="6px" transform="rotate(30,-120,0)" />
<line x1="-120" x2="-120" y1="-53" y2="-60" stroke="black" stroke-width="6px" transform="rotate(60,-120,0)" />
<line x1="-120" x2="-120" y1="-53" y2="-60" stroke="black" stroke-width="6px" transform="rotate(90,-120,0)" />
<line x1="-120" x2="-120" y1="-53" y2="-60" stroke="black" stroke-width="6px" transform="rotate(120,-120,0)" />
<line x1="-120" x2="-120" y1="-53" y2="-60" stroke="black" stroke-width="6px" transform="rotate(150,-120,0)" />
<line x1="-120" x2="-120" y1="-53" y2="-60" stroke="black" stroke-width="6px" transform="rotate(180,-120,0)" />
<line x1="-120" x2="-120" y1="-53" y2="-60" stroke="black" stroke-width="6px" transform="rotate(210,-120,0)" />
<line x1="-120" x2="-120" y1="-53" y2="-60" stroke="black" stroke-width="6px" transform="rotate(240,-120,0)" />
<line x1="-120" x2="-120" y1="-53" y2="-60" stroke="black" stroke-width="6px" transform="rotate(270,-120,0)" />
<line x1="-120" x2="-120" y1="-53" y2="-60" stroke="black" stroke-width="6px" transform="rotate(300,-120,0)" />
<line x1="-120" x2="-120" y1="-53" y2="-60" stroke="black" stroke-width="6px" transform="rotate(330,-120,0)" />
</g> <!-- end of timeDial -->
<!-- am/pm indicator -->
<text class="clock ampm"
x="-120" y="30">am</text>
<!-- hours and minutes hands -->
<g class="clockhand hour" transform="rotate(0)">
<line x1="-120" x2="-120" y1="0" y2="-40" />
</g>
<g class="clockhand minute" transform="rotate(0)">
<line x1="-120" x2="-120" y1="0" y2="-50" />
</g>
<g class="clockhand second" transform="rotate(0)">
<line stroke-width="1px" x1="-120" x2="-120" y1="0" y2="-55" />
</g>
<!-- moon element -->
<g class="moon" >
<!-- the moon circle clipping device, (cx;cy) are coordinates of the center of the moon circle -->
<defs> <clipPath id="moonclip60"> <!-- id used in this file, only once per web site -->
<circle class="moondisk" cx="120" cy="0" r="60" />
</clipPath></defs>
<!-- moon picture, x and y should be shifted after moonclip60.cx and .cy-->
<image href="https://louis-aime.github.io/Milesian-calendar/lunar_disk.jpg" x="59" y ="-62" width="124" height="124" clip-path="url(#moonclip60)" />
<!-- Draw the phase limit M x-begin y-begin a radius radius x-axis-rotation(0) large-arc-flag(0) sweep-flag(0: to left, 1: to right) dx dy -->
<!--
radius: 2x same, bigger than circle radius
x-axis-rotation : leave 0 (rotate total moon)
large-arc-flag : leave 0
sweep-flag of 1st arc: 0: round part on left, 1: round part on right
sweep-flag of 2nd arc: 0: filled part on right, 1: filled part on left
order of sweep-flag (arc is sunny part): 1 0 - 0 0 - 1 1 - 0 1
-->
<path class="shaded moonphase" d="M 120 -60 a 60 60 0 0 0 0 140 a 60 60 0 0 1 0 20 z" />
</g>
<!-- dragon, month and day hands are set at the end, in order to be above the rest of the clock -->
<!-- the dragon hand -->
<g class="clockhand dragon" transform="rotate(0)"
opacity="0.6">
<polygon points="10,0 12,-20 70,-180 0,-195 -70,-180 -12,-20 -10,0" />
<polygon points="10,0 12,20 70,180 0,165 -70,180 -12,20 -10,0" />
</g>
<!-- the month hand -->
<g class="clockhand month" transform="rotate(0)"
opacity="0.8">
<polygon points="0,0 12,-20 10,-185 0,-195 -10,-185 -12,-20" />
</g>
<!-- the day hand -->
<g class="clockhand day" transform="rotate(0)"
opacity="0.8" >
<polygon points="0,0 11,-20 8,-260 0,-270 -8,-260 -11,-20" />
</g>
</g>
</svg>
</section>
<section class="centered">
<form name="run">
<table class="centered">
<tr>
<td><button name="back" type="button" class="textline symbol" onclick="javascript:clockAnimate.clockSet(-1)"><<</button></td>
<td><button name="off" type="button" class="textline symbol" onclick="javascript:clockAnimate.clockRun(0)">■</button></td>
<td><button name="on" type="button" class="textline symbol" onclick="javascript:clockAnimate.clockRun(1)">►</button></td>
<td><button name="forw" type="button" class="textline symbol" onclick="javascript:clockAnimate.clockSet(1)">>></button></td>
</tr>
<tr>
<td colspan="4"><input name="speed" type="range" min="10" max="200" onchange="javascript:clockAnimate.clockRun(2)"></td>
</tr>
</table>
</form>
</section>
</div>
<div class="panel autoscroll"><h2 class="panelhead">Date et calendrier</h2>
<section><h3 class="panelhead">Dates en années algébriques</h3>
<table class="centered">
<tr>
<th><button id="customCalend" class="textline">Calendrier</button></th>
<th>Quant.</th>
<th>Mois</th>
<th>Année</th>
<th> </th>
</tr>
<form name="custom">
<tr id="customline">
<td><select name="calend" size="1" class="centered">
<option value="milesian">milésien</option>
<option value="iso_8601">iso 8601</option>
<option value="julian">julien</option>
<option value="gregorian" selected>grégorien</option>
<option value="frenchrev">révolutionnaire</option>
</select></td>
<td><input name="day" type="number" min="1" max="31" class="centered digit2 mutable datelement"> </td>
<td><input name="month" type="number" min="1" max="13" class="centered digit2 mutable datelement"></td>
<td><input name="year" type="number" class="centered digit4 mutable datelement"> </td>
<td><button class="textline">Ok</button></td>
</tr>
</form>
</table>
<table class="centered">
<tr>
<form name="week">
<th>Semaines</th>
<td><input name="weekday" type="number" min="0" max="30" class="centered digit2 mutable datelement"> </td>
<td><input name="weeknumber" type="number" min="0" max="56" class="centered digit2 mutable datelement"></td>
<td><input name="weekyear" type="number" class="centered digit4 mutable datelement"></td>
<td><button class="textline">Ok</button></td>
</tr>
</table>
<table class="centered">
<tr>
<td>Jour de semaine</td>
<td><input name="dayofweek" type="text" class="centered" size="12" disabled="disabled" /></td>
<td>Semaines dans l'année</td>
<td><input name="weeksinyear" type="number" min="0" max="56" class="centered digit2" disabled="disabled"></td>
</tr>
</form>
</table>
</section>
<section><!-- now, day navigation -->
<form name="control">
<table class="centered">
<tr>
<td><button name="now" class="textline" type="button">Maintenant</button></td>
<th>+/- jours : </th>
<td><button name="minus" type="button" class="textline symbol">-</button></td>
<td><input name="shift" type="number" value="1" min="0" step="any" class="centered digit4"></td>
<td><button name="plus" type="button" class="textline symbol">+</button></td>
</tr>
</table>
</form>
</section>
<section><h4 class="panelhead">Calendrier historique : passage au grégorien</h4>
<table class="centered">
<form name="gregorianswitch">
<tr>
<td><input name="day" type="number" value="20" min="1" max="31" class="centered digit2"></td>
<td>
<select name="month" size="1" class="centered">
<option value="1">janvier</option>
<option value="2">février</option>
<option value="3">mars</option>
<option value="4">avril</option>
<option value="5">mai</option>
<option value="6">juin</option>
<option value="7">juillet</option>
<option value="8">août</option>
<option value="9">septembre</option>
<option value="10">octobre</option>
<option value="11">novembre</option>
<option value="12" selected>décembre</option>
</select> </td>
<td><input name="year" type="number" value="1582" min="1582" max="275760" class="centered digit4"></td>
<td><button class="textline">Ok</button></td>
</tr>
</form>
</table>
<!-- Contrôle validité non utilisé
<table class="centered">
<form name="controloptions">
<tr>
<td><input type="checkbox" name="datevalidity" checked></td>
<th>Contrôle de validité des dates saisies</th>
</tr>
</form>
</table>
-->
</section>
<section><h3 class="panelhead">Affichage selon options</h3>
<section><h4 class="panelhead">Calendrier utilisateur (<span id="customcalname"></span>)</h4>
<span class="centered mutable" id="CustomString"></span>
</section>
<section><h4 class="panelhead">Calendrier Unicode (<span id="unicodecalname"></span>)</h4>
<span class="centered" id="UnicodeString"></span>
</section>
</section>
</div>
<div class="panel autoscroll"><h2 class="panelhead">Heure locale, UTC, instant</h2>
<section class="centered"><h3 class="panelhead">Heure et mode local ou UTC</h3>
<form name="time" autocomplete="off">
<table class="centered">
<tr>
<td><input name="hours" type="number" min="0" max="23" class="centered digit2 datelement">h</td>
<td><input name="mins" type="number" min="0" max="59" class="centered digit2 datelement">min</td>
<td><input name="secs" type="number" min="0" max="59" class="centered digit2 datelement">s</td>
<td><input name="ms" type="number" min="0" max="999" class="centered digit4 datelement">ms</td>
<td><button class="textline">Ok</button></td>
</tr>
</table>
</form>
</section>
<section class="centered"><!-- time navigation -->
<form name="timeShift">
<table class="centered">
<tr>
<td>+/- ms</td>
<td><button name="minus" type="button" class="textline symbol">-</button></td>
<td><input name="shift" type="number" value="60000" min="1" class="centered char8"></td>
<td><button name="plus" type="button" class="textline symbol">+</button></td>
</tr>
</table>
</form>
</section>
<section class="centered"><!-- time zone option -->
<form name="TZmode">
<table class="centered">
<tr><th>Mode : </th>
<td>
<select name="TZcontrol" size="1" class="centered">
<option value="UTC">UTC</option>
<option value="" selected>Fuseau système</option>
</select></td>
<td><button class="textline">Ok</button></td>
</tr>
</table>
<table class="centered">
<tr>
<th>Décalage réel (local - UTC) : </th>
<td id="realTZOffset"></td>
</tr>
</table>
</form>
</section>
<section class="centered"><!-- setting preselected time -->
<table class="centered">
<tr>
<th>Même date à</th>
<td><button id="h0" class="textline" type="button">0 h</button></td>
<td><button id="h12" class="textline" type="button">12 h</button></td>
<th>UTC</th>
</tr>
</table>
</section>
<section class="centered"> <h3 class="panelhead">Séries chronologiques</h3>
<form name="daycounter">
<table class="centered">
<tr><th colspan="2">Jour julien :</th>
<td><input name="julianday" type="number" size="24" min="-97559413" max="102440588" step="any" class="centered datelement"></td>
<td><button class="textline" name="setday" value="julianday">Ok</button></td>
</tr>
</table>
</form>
<table class="centered">
<tr>
<th>Jour julien modifié : </th>
<td id="mjdDisplay"></td>
</tr>
<tr>
<th>Jour julien NASA : </th>
<td id="nasajdDisplay"></td>
</tr>
<tr>
<th>Compteur des tableurs : </th>
<td id="spreadSheetsCountDisplay"></td>
</tr>
<tr>
<th>Compteur Microsoft : </th>
<td id="MicrosoftCountDisplay"></td>
</tr>
<tr>
<th>Compteur MacOS : </th>
<td id="MacOSCountDisplay"></td>
</tr>
<tr>
<th>Compteur Posix : </th>
<td id="unixCountDisplay"></td>
</tr>
<tr>
<th>Jour SQL : </th>
<td id="SQLDaysDisplay"></td>
</tr>
</table>
</section>
</div>
<div class="panel autoscroll"><h2 class="panelhead">Options d'affichage</h2>
<section>
<form name="LocaleOptions" method="post"> <!-- heavy form, hence post method -->
<table class="centered">
<tr><th>Date</th><th>Heure</th></tr>
<tr>
<td>
<select name="DatePresentation" class="centered" size="1">
<option value="long">Texte complet</option>
<option value="standard" selected>Texte courant</option>
<option value="short">Texte abrégé</option>
<option value="narrow">Texte compact</option>
<option value="numeric">Numérique complet</option>
<option value="2-digit">Numérique compact</option>
<option value="year-2-digit">Année 2 chiffres</option>
<option value="none">Vide</option>
</select>
</td>
<td>
<select name="TimePresentation" class="centered" size="1">
<option value="total">Tout</option>
<option value="detail">Détail</option>
<option value="second">Seconde</option>
<option value="minute" selected>Minute</option>
<option value="hour">Heure</option>
<option value="hmstz">H:M:S fuseau</option>
<option value="hm">H:M</option>
<option value="none">Vide</option>
</select>
</td>
</tr>
</table>
<table class="centered">
<tr>
<th>Code langue : </th>
<td>
<input name="Language" class="centered" type="text" autocomplete="language" size="20">
</td>
</tr><tr>
<th>Code effectif : </th><td id="langCode"></td>
</tr>
</table>
<div>Exemples : <code>en-GB</code> ou <code>en-US</code></div>
<table class="centered">
<tr>
<th>Calendrier : </th>
<td>
<select name="Calendar" size="1" class="centered">
<option value="">par défaut</option>
<option value="buddhist">bouddhiste Thaï</option>
<option value="chinese">chinois traditionnel</option>
<option value="coptic">copte</option>
<option value="dangi">coréen traditionnel dangi</option>
<option value="ethioaa">éthiopien base antique</option>
<option value="ethiopic">éthiopien base Incarnation</option>
<option value="gregory">grégorien</option>
<option value="hebrew">hébraïque</option>
<option value="indian">indien moderne</option>
<option value="islamic">islamique standard</option>
<option value="islamic-umalqura">islamique Umm al-Qura</option>
<option value="islamic-tbla">islamique tabulaire astronomique</option>
<option value="islamic-civil">islamique tabulaire civil</option>
<option value="islamic-rgsa">islamique, Arabie saoudite</option>
<option value="iso8601">ISO 8601 (grégorien normalisé)</option>
<option value="japanese">japonais impérial</option>
<option value="persian">persan</option>
<option value="roc">chinois de république populaire</option>
</select>
</td>
</tr>
</table>
<table class="centered">
<tr><th>Code calendrier effectif : </th><td id="CalendarCode"></td></tr>
</table>
<table class="centered">
<tr><th>Fuseau horaire : </th>
<td><input name="TimeZone" type="text" autocomplete="country" class="centered" size="20"> </td>
</tr>
<tr><th>Fuseau effectif : </th><td id="timeZone"></td></tr>
</table>
<div>Exemples : <code>UTC</code> ou <code>Etc/GMT-1</code></div>
<section><h3 class="panelhead">Affichage des données astronomiques</h3>
<div class="centered">
<select name="astrocalendar" size="1" class="centered">
<option value="milesian">calendrier milésien</option>
<option value="custom" selected>calendrier utilisateur sélectionné</option>
<option value="unicode">calendrier Unicode sélectionné</option>
</select>
</div>
</section>
<div><button class="textline">Valider les options d'affichage</button></div>
</form>
</section>
<section><h3 class="panelhead">Liens utiles</h3>
<span><a target="_blank" href="http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry">Codes langues Unicode</a> -
<a target="_blank" href="http://twiki.org/cgi-bin/xtra/tzdatepick.html">Codes zones horaires</a>
</span>
</section>
</div>
<div class="panel autoscroll"><h2 class="panelhead">Données lunaires</h2>
<span>Heure lunaire et calendrier lunaire selon mode système ou UTC,
le reste selon options d'affichage.</span>
<form name="moon">
<section><h3 class="panelhead">Lune moyenne corrigée</h3>
<table class="centered">
<tr>
<th> Âge lunaire </th> <th> Reliquat </th>
</tr>
<tr>
<td><input name="age" value="" type="text" class="centered" disabled="disabled" size="5"> </td>
<td><input name="residue" value="" type="text" class="centered" disabled="disabled" size="5"> </td>
</tr>
</table>
<table class="centered">
<tr><th>Heure lunaire<br>(marées)</th><th>Date lunaire<br>(hauteur de lune)</th></tr>
<tr>
<td><input name="moontime" value="" type="text" class="centered" disabled="disabled" size="12"> </td>
<td><input name="moondate" value="" type="text" class="centered mutable" disabled="disabled" size="12"> </td>
</tr>
</table>
</section>
<section><h3 class="panelhead">Données draconitiques (éclipses)</h3>
<table class="centered">
<tr><th>Caput</th><th>Cauda</th><th>Saison d'éclipses</th></tr>
<tr>
<td><input name="caput" value="" type="text" class="centered mutable" disabled="disabled" size="12"></td>
<td><input name="cauda" value="" type="text" class="centered mutable" disabled="disabled" size="12"></td>
<td id="EclipseField" class="mutable"><select name="eclipseseason" class="centered" disabled="disabled">
<option value="false" selected>fermée</option>
<option value="true">ouverte</option>
</select>
</td>
</tr>
</table>
</section>
</form>
<section><h3 class="panelhead">Calendrier lunaire virtuel</h3>
<form name="mooncalend">
<table class="centered">
<tr>
<th>Origine</th>
<th>Jour</th>
<th>Mois</th>
<th>Année lunaire</th>
</tr>
<tr>
<th>An 0 : </th>
<td><input name="CElunardate" value="" type="text" class="centered" disabled="disabled" size="2"></td>
<td><input name="CElunarmonth" value="" type="text" class="centered" disabled="disabled" size="2"></td>
<td><input name="CElunaryear" value="" type="text" class="centered" disabled="disabled" size="6"></td>
</tr>
<tr>
<th>Hégire : </th>
<td><input name="hegiriandate" value="" type="text" class="centered" disabled="disabled" size="2"></td>
<td><input name="hegirianmonth" value="" type="text" class="centered" disabled="disabled" size="2"></td>
<td><input name="hegirianyear" value="" type="text" class="centered" disabled="disabled" size="6"></td>
</tr>
</table>
</form>
</section>
</div>
<div class="panel autoscroll"><h2 class="panelhead">Données de l'année tropique</h2>
<section><h3 class="panelhead">Composante quadratique de Delta T</h3>
<p>Temps UTC = Temps Terrestre - Delta T</p>
<span class="centered">
<span id="deltatsec"></span> s, soit
<span id="deltathms"></span>
</span>
</section>
<section><h3>Saisons boréales année <span id="seasonsyear"></span></h3>
<p>Dates et heures selon options d'affichage</p>
<form name="seasons">
<table class="centered">
<tr><th>Solstice d'hiver</th> <td><input class="centered mutable" disabled="disabled" size="24" name="winter1" value=""></td></tr>
<tr><th>Équinoxe de printemps</th> <td><input class="centered mutable" disabled="disabled" size="24" name="spring" value=""></td></tr>
<tr><th>Solstice d'été</th> <td><input class="centered mutable" disabled="disabled" size="24" name="summer" value=""></td></tr>
<tr><th>Équinoxe d'automne</th> <td><input class="centered mutable" disabled="disabled" size="24" name="autumn" value=""></td></tr>
<tr><th>Solstice d'hiver</th> <td><input class="centered mutable" disabled="disabled" size="24" name="winter2" value=""></td></tr>
</table>
</form>
</section>
</div>
<div class="centered panel"><h2 class="panelhead">Chiffres clés calendaires</h2>
<form name="yearglobal">
<table class="centered">
<tr>
<th>Année milésienne en cours : </th>
<td><input name="year" type="number" class="digit4 centered" value="0" disabled="disabled"></td>
</tr>
<tr>
<th>Nombre d'or (1 à 19) : </th>
<td><input name="gold" class="digit2" value="0" disabled="disabled"></td>
</tr>
</table>
</form>
<form name="details">
<table>
<tr><th colspan="2" class="onborder">Calendrier</th><th>Grégorien<br>et milésien</th><th>Julien</th></tr>
<tr><th class="onborder">Année</th><th class="onborder">romaine</th>
<td><input name="g_type" class="char8 centered" disabled="disabled"></td>
<td><input name="j_type" class="char8 centered" disabled="disabled"></td>
</tr>
<tr><th></th><th class="onborder">milésienne</th>
<td><input name="m_type" class="char8 centered" disabled="disabled"></td>
<td></td>
</tr>
<tr><th class="onborder" colspan="2">Clavedi</th>
<td><input name="g_day" class="char8 centered" disabled="disabled"></td>
<td><input name="j_day" class="char8 centered" disabled="disabled"></td>
</tr>
<tr><th class="onborder" colspan="2">Lettre dominicale</th>
<td><input name="g_dlet" class="char8 centered" disabled="disabled" size="5" value=""></td>
<td><input name="j_dlet" class="char8 centered" disabled="disabled" size="5" value=""></td>
</tr>
<tr><th class="onborder">Épacte</th><th class="onborder">1 jan.</th>
<td><input name="g_epact" class="char8 centered" disabled="disabled" size="5" value="0"></td>
<td><input name="j_epact" class="char8 centered" disabled="disabled" size="5" value="0"></td>
</tr>
<tr><th colspan="2" class="onborder">Ep. 1 1m | 22 mars</th>
<td><input name="m_epact" class="char8 centered" disabled="disabled" size="5" value="0"></td>
<td><input name="j_epactMar22" class="char8 centered" disabled="disabled" size="5" value="0"></td>
</tr>
<tr><th class="centered" colspan="4">Pâques</th></tr>
<tr><th class="onborder" colspan="2">Reliquat pascal</th>
<td><input name="g_residue" class="char8 centered" disabled="disabled" size="5" value="0"></td>
<td><input name="j_residue" class="char8 centered" disabled="disabled" size="5" value="0"></td>
</tr>
<tr><th class="onborder" colspan="2">Quantième pascal</th>
<td><input name="g_daynumber" class="char8 centered" disabled="disabled" size="5" value="0"></td>
<td><input name="j_daynumber" class="char8 centered" disabled="disabled" size="5" value="0"></td>
</tr>
<tr><th class="onborder" colspan="2">Date / calendrier</th>
<td><input name="g_romandate" class="char8 centered" disabled="disabled" size="8" value="22/03"></td>
<td><input name="j_romandate" class="char8 centered" disabled="disabled" size="8" value="22/03"></td>
</tr>
<tr><th class="onborder" colspan="2">Date réelle</th>
<td><input name="g_referdate" class="char8 centered mutable" disabled="disabled" size="8" value="1 4m"></td>
<td><input name="j_referdate" class="char8 centered mutable" disabled="disabled" size="8" value="1 4m"></td>
</tr>
</table>
</form>
</div>
<footer>
<span>© 2016-2021 <a target="_blank" href="http://www.calendriermilesien.org">www.calendriermilesien.org</a></span>
</footer>
</body>
</html>