Created At: 2026-06-14T15:33:31Z
Completed At: 2026-06-14T15:33:31Z
File Path: `file:///c:/Users/HP/Downloads/climate-system/climate-system/index.php`
Total Lines: 4711
Total Bytes: 198658
Showing lines 2106 to 2145
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.
2106: 
2107:     <!-- Form 1B: Pengaturan Climate Stripe Proyeksi (Per Skenario) -->
2108:     <div class="form-section" style="margin-top:30px;">
2109:       <h3 style="margin-bottom:20px;">Tambah / Edit Climate Stripe Proyeksi (Per Skenario)</h3>
2110:       <div class="form-grid">
2111:         <div class="form-box">
2112:           <label>Lokasi</label>
2113:           <select id="futureSetStripeLocation" onchange="loadFutureStripeSettingsData()">
2114:             <!-- Diisi secara dinamis -->
2115:           </select>
2116:         </div>
2117:         <div class="form-box">
2118:           <label>Variable</label>
2119:           <select id="futureSetStripeVariable" onchange="loadFutureStripeSettingsData()">
2120:             <!-- Diisi secara dinamis -->
2121:           </select>
2122:         </div>
2123:         <div class="form-box">
2124:           <label>Skenario</label>
2125:           <select id="futureSetStripeScenario" onchange="loadFutureStripeSettingsData()">
2126:             <option value="SSP1-2.6" selected>SSP1-2.6 (2021-2050)</option>
2127:             <option value="SSP2-4.5">SSP2-4.5 (2031-2060)</option>
2128:             <option value="SSP3-7.0">SSP3-7.0 (2041-2070)</option>
2129:             <option value="SSP5-8.5">SSP5-8.5 (2051-2080)</option>
2130:           </select>
2131:         </div>
2132:         <div class="form-box">
2133:           <label>URL Gambar Climate Stripe</label>
2134:           <input id="futureSetStripeUrl" placeholder="Masukkan URL gambar (Climate Stripe)" type="text" />
2135:         </div>
2136:       </div>
2137:       <button class="save-btn" onclick="saveFutureStripeSettings()">Simpan Climate Stripe</button>
2138:     </div>
2139: 
2140:     <!-- Form 2: Pengaturan Grafik Interaktif Proyeksi (Global / Per Variabel) -->
2141:     <div class="form-section" style="margin-top:30px;">
2142:       <h3 style="margin-bottom:20px;">Tambah / Edit Grafik Interaktif Proyeksi (Global / Per Variabel)</h3>
2143:       <div class="form-grid" style="grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));">
2144:         <div class="form-box">
2145:           <label>Lokasi</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.
