-
Notifications
You must be signed in to change notification settings - Fork 0
/
DateTimePanel.html
167 lines (163 loc) · 10.3 KB
/
DateTimePanel.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>DateTimePanel</title>
<script language="javascript" type="text/javascript" src="Computus.js"></script>
<script language="javascript" type="text/javascript" src="DateTime.js"></script>
<script language="javascript" type="text/javascript" src="DOMHelper.js"></script>
<script language="javascript" type="text/javascript" src="StringData.js"></script>
<script language="javascript" type="text/javascript" src="Language.js"></script>
<script language="javascript" type="text/javascript" src="Tick.js"></script>
<script language="javascript" type="text/javascript" src="DateTimeTick.js"></script>
<script language="javascript" type="text/javascript" src="DateTimePanel.js"></script>
<script src="GitHubRepository.js"></script>
<script>
function setJ2000() {
console.log("Stop...");
console.log("Set date to J2000 (Julian Date = 2451545)");
dateUTC.stop();
dateUTC.setJulianDate(2451545);
panelUpdate(dateUTC);
}
function loadPage() {
initDateTimePanel();
clickNow();
clickRunStop();
}
</script>
</head>
<body onLoad="loadPage(); GitHubRepository('footer', 'sergiolindau', 'Computus', 'Sergio Lindau', 2017);">
<h1 align="center">DateTime Panel</h1>
<p><input type="button" value="J2000.0 (0,0)" onclick="setJ2000();" /></p>
<table width="0%" border="1">
<tr>
<td><strong><span id="translation_languageLabel_t01">translation_languageLabel_t01</span><script>makeTranslation("translation_languageLabel_t01");</script></strong> <span id="select_language_s01"> select_language_s01 </span><script>makeTranslation("select_language_s01");</script> (<span id="translation_shortLanguageDescription_t01">translation_shortLanguageDescription_t01</span><script>makeTranslation("translation_shortLanguageDescription_t01");</script>)</td>
</tr>
<tr>
<td>
<table>
<tr>
<td colspan="14"><strong><span id="translation_datetimeLabel_t01">translation_datetimeLabel_t01</span><script>makeTranslation("translation_datetimeLabel_t01");</script></strong></td>
</tr>
<tr>
<td align="right"> </td>
<td colspan="13"><span id="UTCString">UTCString</span></td>
</tr>
<tr>
<td> </td>
<td colspan="2"><input type="checkbox" id="UTCLeapYear" disabled="disabled" />
<span id="glossary_LeapYear_g01"> glossary_LeapYear_g01 </span><script>makeTranslation("glossary_LeapYear_g01");</script></td>
<td colspan="11" align="center"><span id="glossary_JulianDate_g01"> glossary_JulianDate_g01 </span><script>makeTranslation("glossary_JulianDate_g01");</script>: <input type="text" id="JulianDate" onchange="changeJulianDate()" size="15"/></td>
</tr>
<tr>
<td align="right">UTC:</td>
<td align="right"><input type="text" id="UTCYear" onchange="changeUTCYear()" size="2"/></td>
<td><select id="UTCEra" onchange="changeUTCEra()">
<option>BCE</option>
<option selected="selected">CE</option>
</select></td>
<td><span id="select_month_UTCMonth_s01">select_month_UTCMonth_s01</span><script>makeTranslation("select_month_UTCMonth_s01","onchange=\"changeUTCMonth()\"");</script></td>
<td><select id="UTCDate" onchange="changeUTCDate()"></select></td>
<td>-</td>
<td><select id="UTCHours" onchange="changeUTCHours()"></select></td>
<td>:</td>
<td><select id="UTCMinutes" onchange="changeUTCMinutes()"></select></td>
<td>:</td>
<td><select id="UTCSeconds" onchange="changeUTCSeconds()"></select></td>
<td>,</td>
<td><input type="text" id="UTCMilliseconds" onchange="changeUTCMilliseconds()" size="1" /></td>
<td><span id="select_week_UTCDay_s01">select_week_UTCDay_s01</span><script>makeTranslation("select_week_UTCDay_s01","disabled=\"disabled\"");</script></td>
</tr>
<tr>
<td align="right">Local:</td>
<td align="right"><input type="text" id="LocalYear" onchange="changeLocalYear()" size="2" /></td>
<td><select id="LocalEra" onchange="changeLocalEra()">
<option>BCE</option>
<option selected="selected">CE</option>
</select></td>
<td><span id="select_month_LocalMonth_s01">select_month_LocalMonth_s01</span><script>makeTranslation("select_month_LocalMonth_s01","onchange=\"changeLocalMonth()\"");</script></td>
<td><select id="LocalDate" onchange="changeLocalDate()"></select></td>
<td>-</td>
<td><select id="LocalHours" onchange="changeLocalHours()"></select></td>
<td>:</td>
<td><select id="LocalMinutes" onchange="changeLocalMinutes()"></select></td>
<td>:</td>
<td><select id="LocalSeconds" onchange="changeLocalSeconds()"></select></td>
<td>,</td>
<td><input type="text" id="LocalMilliseconds" onchange="changeLocalMilliseconds()" size="1" /></td>
<td><span id="select_week_LocalDay_s01">select_week_LocalDay_s01</span><script>makeTranslation("select_week_LocalDay_s01","disabled=\"disabled\"");</script></td>
</tr>
<tr>
<td> </td>
<td colspan="2"><input type="checkbox" id="LocalLeapYear" disabled="disabled" />
<span id="glossary_LeapYear_g02"> glossary_LeapYear_g02 </span><script>makeTranslation("glossary_LeapYear_g02");</script></td>
<td colspan="11" align="center"><input type="checkbox" id="DaylightSavingTime" disabled="disabled" onchange="changeDaylightSavingTime()"/>
<span id="glossary_DaylightSavingTime_g01"> glossary_DaylightSavingTime_g01 </span><script>makeTranslation("glossary_DaylightSavingTime_g01");</script></td>
</tr>
<tr>
<td> </td>
<td colspan="2"> </td>
<td colspan="11"><span id="translation_timezoneAdjustLabel_t01">translation_timezoneAdjustLabel_t01</span><script>makeTranslation("translation_timezoneAdjustLabel_t01");</script>: <input type="text" id="TimezoneAdjust" size="1" onfocus="focusTZAdjust()" onchange="changeTZAdjust()" /> (<span id="translation_minutesLabel_t01">translation_minutesLabel_t01</span><script>makeTranslation("translation_minutesLabel_t01");</script>)</td>
</tr>
<tr>
<td align="right"> </td>
<td colspan="13"><span id="LocalString">LocalString</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">
<table>
<tr>
<td align="right"> </td>
<td> <span id="translation_yearLabel_t01">translation_yearLabel_t01</span><script>makeTranslation("translation_yearLabel_t01");</script> </td>
<td> <span id="translation_monthLabel_t01">translation_monthLabel_t01</span><script>makeTranslation("translation_monthLabel_t01");</script> </td>
<td> <span id="translation_dayLabel_t01">translation_dayLabel_t01</span><script>makeTranslation("translation_dayLabel_t01");</script> </td>
<td> <span id="translation_hourLabel_t01">translation_hourLabel_t01</span><script>makeTranslation("translation_hourLabel_t01");</script> </td>
<td> <span id="translation_minuteLabel_t01">translation_minuteLabel_t01</span><script>makeTranslation("translation_minuteLabel_t01");</script> </td>
<td> <span id="translation_secondLabel_t01">translation_secondLabel_t01</span><script>makeTranslation("translation_secondLabel_t01");</script> </td>
</tr>
<tr>
<td align="right"><span id="translation_bystepLabel_t01">translation_bystepLabel_t01</span><script>makeTranslation("translation_bystepLabel_t01");</script>: <input type="radio" name="runmode" id="rStep" value="radio" onclick="clickSetRunModeNow(false)" /></td>
<td align="center"><input type="radio" name="step" id="sYear" value="radio" onchange="changeStepPanelValue()" /></td>
<td align="center"><input type="radio" name="step" id="sMonth" value="radio" onchange="changeStepPanelValue()"/></td>
<td align="center"><input name="step" type="radio" id="sDay" value="radio" checked="checked" onchange="changeStepPanelValue()" /></td>
<td align="center"><input type="radio" name="step" id="sHours" value="radio" onchange="changeStepPanelValue()" /></td>
<td align="center"><input type="radio" name="step" id="sMinutes" value="radio" onchange="changeStepPanelValue()" /></td>
<td align="center"><input type="radio" name="step" id="sSeconds" value="radio" onchange="changeStepPanelValue()" /></td>
</tr>
<tr>
<td align="right"><span id="translation_nowLabel_t01">translation_nowLabel_t01</span><script>makeTranslation("translation_nowLabel_t01");</script>: <input name="runmode" type="radio" id="rNow" value="radio" checked="checked" onclick="clickSetRunModeNow(true)" /></td>
<td align="center"> </td>
<td align="center"> </td>
<td align="center"> </td>
<td align="center"> </td>
<td align="center"> </td>
<td align="center"> </td>
</tr>
<tr>
<td colspan="7" align="center">
<table>
<tr>
<td> </td>
<td><input type="button" class="RunStop" value="Run" onclick="clickRunStop()" /></td>
<td> </td>
</tr>
<tr>
<td><input type="button" value="-" onclick="clickPrev()" /></td>
<td><input type="button" value="Now" onclick="clickNow()" /></td>
<td><input type="button" value="+" onclick="clickNext()" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<hr />
<div id="footer" style="display: flex; justify-content: center;"></div>
</body>
</html>