<?php
if (!defined('ACCESS_ALLOWED')) {
    die('Accesso non autorizzato');
}
require_once('base_functions/functions.php');
?>

<!DOCTYPE html>
<html lang="it">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <?php
    // Sanitizzazione per sicurezza: previene eventuali caratteri pericolosi
    $safeNomePortale = htmlspecialchars($nomePortale, ENT_QUOTES, 'UTF-8');
    $safeNomeAzienda = htmlspecialchars($nomeAzienda, ENT_QUOTES, 'UTF-8');
	$safedocpl = htmlspecialchars($docpl, ENT_QUOTES, 'UTF-8');
    ?>

    <title><?php echo $safeNomePortale . " " . $safeNomeAzienda; ?> | Accesso Eseguito</title>

	<!-- Google fonts -->
	<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap">
    <!-- Collegamento CSS standard -->
    <link rel="stylesheet" href="style/style.css">
    <!-- Collegamento CSS specifico per la stampa -->
    <link rel="stylesheet" href="style/print.css" media="print">
	<!-- Collegamento CSS specifico per slider immagini -->
	<link rel="stylesheet" href="style/style_slider.css">
	<!-- Collegamento CSS specifico per alert box iniziale -->
	<link rel="stylesheet" href="style/style_alertbox.css">
	<!-- Collegamento CSS specifico per widget clock -->
	<link rel="stylesheet" href="style/style_widgetclock.css">
</head>
<body>
  <!-- Alert documento condizionale => se esiste il relativo documento di variazione Piano Logistico -->		
  <?php include('base_functions/alertbox.php'); ?>	
<header>
    <!-- Container per logo titolo e saluto centrati -->
    <div class = "container_logo">
		<img id="logodashboard" src="images/logo.jpg" alt="logo" title="logo" width="190" height="80"/>
        <!-- <p id="saluto">Benvenuto in <?php echo $safeNomeAzienda ?></p> -->	
    </div>
</header>
	<div class="slider-container">
    	<div class="slider">
        	<img src="images/salpesca.jpg" alt="">
        	<img src="images/il_mondo_del_surgelato.jpg" alt="">
        	<img src="images/forno_della_torre.jpg" alt="">
    	</div>

    	<button class="prev">&#10094;</button>
    	<button class="next">&#10095;</button>
	</div>
<div class="container">
	<aside>
