Created At: 2026-06-14T16:17:25Z
Completed At: 2026-06-14T16:17:25Z
File Path: `file:///c:/Users/HP/Downloads/climate-system/climate-system/index.php`
Total Lines: 3882
Total Bytes: 163903
Showing lines 1980 to 2050
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.
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 gam
<truncated 1418 bytes>
"futureSetGraphSSP2Slope" placeholder="Contoh: 0.015" type="number" step="0.0001" />
2031:             </div>
2032:             <div class="form-box">
2033:               <label>Tren SSP3-7.0 (per Tahun)</label>
2034:               <input id="futureSetGraphSSP3Slope" placeholder="Contoh: 0.035" type="number" step="0.0001" />
2035:             </div>
2036:             <div class="form-box">
2037:               <label>Tren SSP5-8.5 (per Tahun)</label>
2038:               <input id="futureSetGraphSSP5Slope" placeholder="Contoh: 0.050" type="number" step="0.0001" />
2039:             </div>
2040:           </div>
2041:         </div>
2042:         <div class="form-box" style="grid-column: 1 / -1; border-top: 1px dashed #cbd5e1; padding-top: 15px; margin-top: 15px;">
2043:           <h4 style="margin-bottom: 8px; color: #2563eb;">Atau Gunakan Data CSV untuk Grafik Interaktif (Opsional)</h4>
2044:           <div class="form-box">
2045:             <label for="futureSetCsvFile">Upload Data Grafik (.csv)</label>
2046:             <input type="file" id="futureSetCsvFile" accept=".csv" style="padding: 10px; border: 1px solid #cbd5e1; border-radius: 12px; background: #fff;" />
2047:             <input type="hidden" id="futureSetCsvData" />
2048:             <small style="color: #64748b; margin-top: 6px; line-height: 1.5; display: block;">
2049:               Jika diunggah, data grafik interaktif akan digambar langsung dari file CSV ini (mengabaikan tren parameter manual di atas).
2050:               <br>Format CSV yang didukung: Harus memiliki header kolom <strong>Tahun / Year</strong> (contoh: <em>Year, Historical, SSP1, SSP2, SSP3, SSP5</em>). Untuk memvisualisasikan rentang ketidakpastian kustom, Anda juga dapat menyertakan kolom batas bawah (min) dan batas atas (max) opsional seperti <em>SSP1_min, SSP1_max, SSP2_min, SSP2_max</em>, dll.
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.
