| 
									
										
										
										
											2024-08-07 08:13:55 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | <?php if ($page !== 'login' && $page !== 'register') { ?>
 | 
					
						
							| 
									
										
										
										
											2024-08-02 13:07:50 +00:00
										 |  |  |             <!-- /Main content --> | 
					
						
							| 
									
										
										
										
											2024-08-07 08:13:55 +00:00
										 |  |  |             </div> | 
					
						
							| 
									
										
										
										
											2024-06-28 17:05:32 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-08-02 13:07:50 +00:00
										 |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-08-07 08:13:55 +00:00
										 |  |  | <?php } ?>
 | 
					
						
							| 
									
										
										
										
											2024-08-02 13:07:50 +00:00
										 |  |  |         <!-- Footer --> | 
					
						
							| 
									
										
										
										
											2025-01-17 15:59:58 +00:00
										 |  |  |         <div id="footer">Jilo Web <?= htmlspecialchars($config['version']) ?> ©2024-<?= date('Y') ?> - web interface for <a href="https://lindeas.com/jilo">Jilo</a></div>
 | 
					
						
							| 
									
										
										
										
											2024-08-02 13:07:50 +00:00
										 |  |  |         <!-- /Footer --> | 
					
						
							| 
									
										
										
										
											2024-07-01 09:45:07 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-07-24 14:08:13 +00:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2024-06-28 17:05:32 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-04-13 16:46:48 +00:00
										 |  |  | <?php if (Session::getUsername() && $page !== 'logout') { ?>
 | 
					
						
							| 
									
										
										
										
											2025-02-10 17:18:15 +00:00
										 |  |  |     <script src="static/js/sidebar.js"></script> | 
					
						
							|  |  |  | <?php } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-08-07 09:03:54 +00:00
										 |  |  | <script> | 
					
						
							|  |  |  | $(document).ready(function(){ | 
					
						
							|  |  |  |     $('[data-toggle="tooltip"]').tooltip(); | 
					
						
							|  |  |  | }); | 
					
						
							|  |  |  | </script> | 
					
						
							| 
									
										
										
										
											2025-01-06 09:13:28 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-02-10 17:18:15 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-01-06 09:13:28 +00:00
										 |  |  | <script> | 
					
						
							|  |  |  | // dismissible messages
 | 
					
						
							|  |  |  | document.addEventListener('DOMContentLoaded', function() { | 
					
						
							|  |  |  |     // Initialize Bootstrap alerts
 | 
					
						
							|  |  |  |     var alerts = document.querySelectorAll('.alert'); | 
					
						
							|  |  |  |     alerts.forEach(function(alert) { | 
					
						
							|  |  |  |         var closeButton = alert.querySelector('.btn-close'); | 
					
						
							|  |  |  |         if (closeButton) { | 
					
						
							|  |  |  |             closeButton.addEventListener('click', function() { | 
					
						
							|  |  |  |                 alert.classList.remove('show'); | 
					
						
							|  |  |  |                 setTimeout(function() { | 
					
						
							|  |  |  |                     alert.remove(); | 
					
						
							|  |  |  |                 }, 150); | 
					
						
							|  |  |  |             }); | 
					
						
							|  |  |  |         } | 
					
						
							|  |  |  |     }); | 
					
						
							|  |  |  | }); | 
					
						
							|  |  |  | </script> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-06-28 17:05:32 +00:00
										 |  |  | </body> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </html> |