Created At: 2026-06-14T16:18:02Z
Completed At: 2026-06-14T16:18:02Z
File Path: `file:///c:/Users/HP/Downloads/climate-system/climate-system/index.php`
Total Lines: 3882
Total Bytes: 163903
Showing lines 1970 to 2015
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.
1970:           <label>URL Gambar Time Series</label>
1971:           <input id="historicalSetImageTimeSeries" placeholder="Masukkan URL gambar (Time Series)" type="text" />
1972:           <label>URL Gambar Monthly Map</label>
1973:           <input id="historicalSetImageMonthlyMap" placeholder="Masukkan URL gambar (Monthly Map)" type="text" />
1974:           <label>URL Gambar Monthly Graph</label>
1975:           <input id="historicalSetImageMonthlyGraph" placeholder="Masukkan URL gambar (Monthly Graph)" type="text" />
1976:         </div>
1977:       </div>
1978:       <button class="save-btn" onclick="saveHistoricalData()">Simpan Data Historical</button>
1979:     </div>
1980: 
1981:     <div class="form-section" style="margin-top:30px;">
1982:       <h3 style="margin-bottom:20px;">Tambah / Edit Data Future Climate</h3>
1983:       <div class="form-grid">
1984:         <div class="form-box">
1985:           <label>Lokasi</label>
1986:           <select id="futureSetLocation">
1987:             <!-- Diisi secara dinamis dari DB (hanya Indonesia) -->
1988:           </select>
1989:         </div>
1990:         <div class="form-box">
1991:           <label>Variable</label>
1992:           <input id="futureSetVariable" placeholder="Contoh: Precipitation" type="text" />
1993:         </div>
1994:         <div class="form-box">
1995:           <label>Periode</label>
1996:           <input id="futureSetPeriod" placeholder="Contoh: 2021-2050" type="text" />
1997:         </div>
1998:         <div class="form-box">
1999:           <label>Deskripsi Climate</label>
2000:           <input id="futureSetDescription" placeholder="Masukkan deskripsi climate" type="text" />
2001:         </div>
2002:         <div class="form-box">
2003:           <label>URL Gambar Climate Change Map 1</label>
2004:           <input id="futureSetImageClimateMap" placeholder="Masukkan URL gambar 1 (Climate Change Map)" type="text" />
2005:           <label>URL Gambar Climate Change Map 2</label>
2006:           <input id="futureSetImageClimateMap2" placeholder="Masukkan URL gambar 2 (Climate Change Map)" type="text" />
2007:           <label>URL Gambar Future Climate Stripe</label>
2008:           <input id="futureSetImageClimateStripe" placeholder="Masukkan URL gambar (Climate Stripe)" type="text" />
2009:           <div style="display: none;">
2010:             <input id="futureSetImageTimeSeries" type="text" value="" />
2011:           </div>
2012:         </div>
2013:         <div class="form-box" style="grid-column: 1 / -1; border-top: 1px dashed #cbd5e1; padding-top: 15px; margin-top: 15px;">
2014:           <h4 style="margin-bottom: 12px; color: #2563eb;">Parameter Grafik Interaktif (Opsional)</h4>
2015:           <div class="form-grid" style="grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));">
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.
