Created At: 2026-06-14T14:07:54Z
Completed At: 2026-06-14T14:07:54Z
File Path: `file:///c:/Users/HP/Downloads/climate-system/climate-system/index.php`
Total Lines: 4593
Total Bytes: 193982
Showing lines 2050 to 2150
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.
2050:         <div class="form-box">
2051:           <label>URL Gambar Annual</label>
2052:           <input id="historicalSetImage" placeholder="Masukkan URL gambar (Annual)" type="text" />
2053:           <label>URL Gambar Trend Map</label>
2054:           <input id="historicalSetImageTrend" placeholder="Masukkan URL gambar (Trend)" type="text" />
2055:           <label>URL Gambar Time Series</label>
2056:           <input id="historicalSetImageTimeSeries" placeholder="Masukkan URL gambar (Time Series)" type="text" />
2057:           <label>URL Gambar Monthly Map</label>
2058:           <input id="historicalSetImageMonthlyMap" placeholder="Masukkan URL gambar (Monthly Map)" type="text" />
2059:           <label>URL Gambar Monthly Graph</label>
2060:           <input id="historicalSetImageMonthlyGraph" placeholder="Masukkan URL gambar (Monthly Graph)" type="text" />
2061:         </div>
2062:       </div>
2063:       <button class="save-btn" onclick="saveHistoricalData()">Simpan Data Historical</button>
2064:     </div>
2065: 
2066:     <!-- Form 1: Pengaturan Gambar & Deskripsi Proyeksi (Per Periode) -->
2067:     <div class="form-section" style="margin-top:30px;">
2068:       <h3 style="margin-bottom:20px;">Tambah / Edit Gambar & Deskripsi Proyeksi (Per Periode)</h3>
2069:       <div class="form-grid">
2070:         <div class="form-box">
2071:           <label>Lokasi</label>
2072:           <select id="futureSetLocationMap" onchange="loadFutureMapSettingsData()">
2073:             <!-- Diisi secara dinamis dari DB (hanya Indonesia) -->
2074:           </select
<truncated 2598 bytes>
elect>
2122:         </div>
2123:         <div class="form-box">
2124:           <label>Statistik (Time Series)</label>
2125:           <select id="futureSetStatisticGraph" onchange="updateSettingsChartPreview()">
2126:             <option value="Mean" selected>Mean</option>
2127:             <option value="Median">Median</option>
2128:           </select>
2129:         </div>
2130:         <div class="form-box">
2131:           <label>Tahun Awal</label>
2132:           <input type="number" id="futureSetStartYearGraph" placeholder="Contoh: 1991" min="1991" max="2100" value="1991" onchange="updateSettingsChartPreview()" />
2133:         </div>
2134:         <div class="form-box">
2135:           <label>Tahun Akhir</label>
2136:           <input type="number" id="futureSetEndYearGraph" placeholder="Contoh: 2100" min="1991" max="2100" value="2100" onchange="updateSettingsChartPreview()" />
2137:         </div>
2138:         <div class="form-box" style="grid-column: 1 / -1; border-top: 1px dashed #cbd5e1; padding-top: 15px; margin-top: 15px;">
2139:           <h4 style="margin-bottom: 12px; color: #2563eb;">Parameter Grafik Interaktif (Opsional)</h4>
2140:           <div class="form-grid" style="grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));">
2141:             <div class="form-box">
2142:               <label>Nilai Awal (Baseline / 1991)</label>
2143:               <input id="futureSetGraphBaseValue" placeholder="Contoh: 26.5" type="number" step="0.01" />
2144:             </div>
2145:             <div class="form-box">
2146:               <label>Ketidakpastian (Uncertainty)</label>
2147:               <input id="futureSetGraphUncertainty" placeholder="Contoh: 0.25" type="number" step="0.01" />
2148:             </div>
2149:             <div class="form-box">
2150:               <label>Tren SSP1-2.6 (per Tahun)</label>
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.
