Created At: 2026-06-14T16:20:54Z
Completed At: 2026-06-14T16:20:54Z
File Path: `file:///c:/Users/HP/Downloads/climate-system/climate-system/index.php`
Total Lines: 4014
Total Bytes: 169805
Showing lines 1785 to 1815
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.
1785:                   <span style="color: #E69F3E; font-weight: 600;">SSP2-4.5 (Sedang)</span>
1786:                 </div>
1787:                 <div style="display: flex; align-items: center; gap: 8px;">
1788:                   <span style="display: inline-block; width: 20px; height: 3px; background-color: #1B4F72; border-radius: 2px;"></span>
1789:                   <span style="color: #1B4F72; font-weight: 600;">SSP1-2.6 (Rendah)</span>
1790:                 </div>
1791:                 <div style="display: flex; align-items: center; gap: 8px;">
1792:                   <span style="display: inline-block; width: 20px; height: 3px; background-color: #6b7280; border-radius: 2px;"></span>
1793:                   <span style="color: #6b7280; font-weight: 600;">Historical</span>
1794:                 </div>
1795:               </div>
1796:             </div>
1797:             <div style="position: relative; width: 100%; height: 360px;">
1798:               <canvas id="futureChartCanvas"></canvas>
1799:             </div>
1800:           </div>
1801:           <div class="category-content">
1802:             <h3 id="futureCategoryTitleTimeSeries">Future Time Series Graph</h3>
1803:             <p id="futureVariableTextTS">Variabel: -</p>
1804:             <p id="futurePeriodTextTS">Periode: -</p>
1805:           </div>
1806:         </div>
1807:       </div>
1808:       <div class="card-grid">
1809:         <div style="text-align:center;">
1810:           <img id="futureImageClimateStripe"
1811:             src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='400'%3E%3Crect width='800' height='400' fill='%23f1f5f9' rx='15'/%3E%3Ctext x='400' y='200' text-anchor='middle' font-family='Arial,sans-serif' font-size='18' fill='%2394a3b8'%3ETerapkan Filter untuk menampilkan gambar%3C/text%3E%3C/svg%3E"
1812:             onerror="if (typeof PLACEHOLDER_IMG !== 'undefined' && this.src !== PLACEHOLDER_IMG) this.src = PLACEHOLDER_IMG;"
1813:             referrerpolicy="no-referrer"
1814:             style="max-width:100%; border-radius:15px; box-shadow:0 4px 15px rgba(0,0,0,0.15);" />
1815:           <div class="category-content">
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.
