The USER performed the following action:
Show the contents of file c:\Users\HP\Downloads\climate-system\climate-system\index.php from lines 2120 to 2150
File Path: `file:///c:/Users/HP/Downloads/climate-system/climate-system/index.php`
Total Lines: 4761
Total Bytes: 203898
Showing lines 2120 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.
2120:           <input id="futureSetImageClimateMap" placeholder="Masukkan URL gambar 1 (Climate Change Map)" type="text" />
2121:           <label>URL Gambar Climate Change Map 2</label>
2122:           <input id="futureSetImageClimateMap2" placeholder="Masukkan URL gambar 2 (Climate Change Map)" type="text" />
2123:           <label>URL Gambar Future Climate Stripe</label>
2124:           <input id="futureSetImageClimateStripe" placeholder="Masukkan URL gambar (Climate Stripe)" type="text" />
2125:           <div style="display: none;">
2126:             <input id="futureSetImageTimeSeries" type="text" value="" />
2127:           </div>
2128:         </div>
2129:       </div>
2130:       <button class="save-btn" onclick="saveFutureMapSettings()">Simpan Gambar & Deskripsi</button>
2131:     </div>
2132: 
2133:     <!-- Form 1B: Pengaturan Climate Stripe Proyeksi (Per Skenario) -->
2134:     <div class="form-section" style="margin-top:30px;">
2135:       <h3 style="margin-bottom:20px;">Tambah / Edit Climate Stripe Proyeksi (Per Skenario)</h3>
2136:       <div class="form-grid">
2137:         <div class="form-box">
2138:           <label>Lokasi</label>
2139:           <select id="futureSetStripeLocation" onchange="loadFutureStripeSettingsData()">
2140:             <!-- Diisi secara dinamis -->
2141:           </select>
2142:         </div>
2143:         <div class="form-box">
2144:           <label>Variable</label>
2145:           <select id="futureSetStripeVariable" onchange="loadFutureStripeSettingsData()">
2146:             <!-- Diisi secara dinamis -->
2147:           </select>
2148:         </div>
2149:         <div class="form-box">
2150:           <label>Periode</label>

