Created At: 2026-06-14T15:58:34Z
Completed At: 2026-06-14T15:58:34Z
File Path: `file:///c:/Users/HP/Downloads/climate-system/climate-system/index.php`
Total Lines: 3856
Total Bytes: 159351
Showing lines 1920 to 1950
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.
1920:     </div>
1921:  
1922:     <div class="form-section">
1923:       <h3 style="margin-bottom:20px;">Tambah / Edit Data Historical Climate</h3>
1924:       <div class="form-grid">
1925:         <div class="form-box">
1926:           <label>Lokasi</label>
1927:           <select id="historicalSetLocation">
1928:             <!-- Diisi secara dinamis dari DB (hanya Indonesia) -->
1929:           </select>
1930:         </div>
1931:         <div class="form-box">
1932:           <label>Variable</label>
1933:           <input id="historicalSetVariable" placeholder="Contoh: Precipitation" type="text" />
1934:         </div>
1935:         <div class="form-box">
1936:           <label>Deskripsi Climate</label>
1937:           <input id="historicalSetDescription" placeholder="Masukkan deskripsi climate" type="text" />
1938:         </div>
1939:         <div class="form-box">
1940:           <label>URL Gambar Annual</label>
1941:           <input id="historicalSetImage" placeholder="Masukkan URL gambar (Annual)" type="text" />
1942:           <label>URL Gambar Trend Map</label>
1943:           <input id="historicalSetImageTrend" placeholder="Masukkan URL gambar (Trend)" type="text" />
1944:           <label>URL Gambar Time Series</label>
1945:           <input id="historicalSetImageTimeSeries" placeholder="Masukkan URL gambar (Time Series)" type="text" />
1946:           <label>URL Gambar Monthly Map</label>
1947:           <input id="historicalSetImageMonthlyMap" placeholder="Masukkan URL gambar (Monthly Map)" type="text" />
1948:           <label>URL Gambar Monthly Graph</label>
1949:           <input id="historicalSetImageMonthlyGraph" placeholder="Masukkan URL gambar (Monthly Graph)" type="text" />
1950:         </div>
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.
