Created At: 2026-06-14T14:07:43Z
Completed At: 2026-06-14T14:07:44Z
File Path: `file:///c:/Users/HP/Downloads/climate-system/climate-system/index.php`
Total Lines: 4593
Total Bytes: 193982
Showing lines 2085 to 2130
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.
2085:             <!-- Diisi secara dinamis dari DB -->
2086:           </select>
2087:         </div>
2088:         <div class="form-box">
2089:           <label>Deskripsi Climate</label>
2090:           <input id="futureSetDescriptionMap" placeholder="Masukkan deskripsi climate" type="text" />
2091:         </div>
2092:         <div class="form-box">
2093:           <label>URL Gambar Climate Change Map 1</label>
2094:           <input id="futureSetImageClimateMap" placeholder="Masukkan URL gambar 1 (Climate Change Map)" type="text" />
2095:           <label>URL Gambar Climate Change Map 2</label>
2096:           <input id="futureSetImageClimateMap2" placeholder="Masukkan URL gambar 2 (Climate Change Map)" type="text" />
2097:           <label>URL Gambar Future Climate Stripe</label>
2098:           <input id="futureSetImageClimateStripe" placeholder="Masukkan URL gambar (Climate Stripe)" type="text" />
2099:           <div style="display: none;">
2100:             <input id="futureSetImageTimeSeries" type="text" value="" />
2101:           </div>
2102:         </div>
2103:       </div>
2104:       <button class="save-btn" onclick="saveFutureMapSettings()">Simpan Gambar & Deskripsi</button>
2105:     </div>
2106: 
2107:     <!-- Form 2: Pengaturan Grafik Interaktif Proyeksi (Global / Per Variabel) -->
2108:     <div class="form-section" style="margin-top:30px;">
2109:       <h3 style="margin-bottom:20px;">Tambah / Edit Grafik Interaktif Proyeksi (Global / Per Variabel)</h3>
2110:       <div class="form-grid" style="grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));">
2111:         <div class="form-box">
2112:           <label>Lokasi</label>
2113:           <select id="futureSetLocationGraph" onchange="loadFutureGraphSettingsData()">
2114:             <!-- Diisi secara dinamis dari DB (hanya Indonesia) -->
2115:           </select>
2116:         </div>
2117:         <div class="form-box">
2118:           <label>Variable</label>
2119:           <select id="futureSetVariableGraph" onchange="loadFutureGraphSettingsData()">
2120:             <!-- Diisi secara dinamis dari DB -->
2121:           </select>
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">
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.
