Created At: 2026-06-14T15:57:10Z
Completed At: 2026-06-14T15:57:11Z
File Path: `file:///c:/Users/HP/Downloads/climate-system/climate-system/index.php`
Total Lines: 3856
Total Bytes: 159351
Showing lines 1950 to 1980
The following code has been modified to include a line number before every line, in the format: <line_number>: <original_line>. Please note that any changes targeting the original code should remove the line number, colon, and leading space.
1950:         </div>
1951:       </div>
1952:       <button class="save-btn" onclick="saveHistoricalData()">Simpan Data Historical</button>
1953:     </div>
1954: 
1955:     <div class="form-section" style="margin-top:30px;">
1956:       <h3 style="margin-bottom:20px;">Tambah / Edit Data Future Climate</h3>
1957:       <div class="form-grid">
1958:         <div class="form-box">
1959:           <label>Lokasi</label>
1960:           <select id="futureSetLocation">
1961:             <!-- Diisi secara dinamis dari DB (hanya Indonesia) -->
1962:           </select>
1963:         </div>
1964:         <div class="form-box">
1965:           <label>Variable</label>
1966:           <input id="futureSetVariable" placeholder="Contoh: Precipitation" type="text" />
1967:         </div>
1968:         <div class="form-box">
1969:           <label>Periode</label>
1970:           <input id="futureSetPeriod" placeholder="Contoh: 2021-2050" type="text" />
1971:         </div>
1972:         <div class="form-box">
1973:           <label>Deskripsi Climate</label>
1974:           <input id="futureSetDescription" placeholder="Masukkan deskripsi climate" type="text" />
1975:         </div>
1976:         <div class="form-box">
1977:           <label>URL Gambar Climate Change Map 1</label>
1978:           <input id="futureSetImageClimateMap" placeholder="Masukkan URL gambar 1 (Climate Change Map)" type="text" />
1979:           <label>URL Gambar Climate Change Map 2</label>
1980:           <input id="futureSetImageClimateMap2" placeholder="Masukkan URL gambar 2 (Climate Change Map)" type="text" />
The above content does NOT show the entire file contents. If you need to view any lines of the file which were not shown to complete your task, call this tool again to view those lines.
