start branch for template new

This commit is contained in:
Claudio 2025-01-26 12:37:26 +01:00
parent 9b74f92a4c
commit deb384a31e
13 changed files with 163 additions and 56 deletions

View File

@ -0,0 +1,30 @@
<style>
body {
background-image: none;
/* Rimuovi il logo come sfondo del body */
margin: 0;
padding: 0;
}
body::before {
content: "";
position: fixed;
top: 0%;
/* Mantiene uno spazio verticale uniforme */
left: 0%;
width: 110%;
/* Riduce la larghezza al 80% dello schermo */
height: 110%;
/* Riduce l'altezza al 80% dello schermo */
background-image: url('assets/images/logobianco.png');
/* Percorso del logo */
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
/* Mantiene le proporzioni del logo */
/* Imposta la trasparenza del logo */
z-index: -1;
/* Assicura che il logo rimanga sotto i contenuti */
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

25
public/back.php Normal file
View File

@ -0,0 +1,25 @@
<style>
body {
content: "";
position: fixed;
top: 0%;
/* Mantiene uno spazio verticale uniforme */
left: 0%;
width: 100%;
/* Riduce la larghezza al 80% dello schermo */
height: 100%;
/* Riduce l'altezza al 80% dello schermo */
background-color: white;
/* Sfondo bianco */
background-image: url('assets/images/xcimac.png');
/* Percorso del logo */
background-repeat: no-repeat;
background-position: center center;
background-size: 35%;
/* Mantiene le proporzioni del logo */
/* Imposta la trasparenza del logo */
z-index: -1;
/* Assicura che il logo rimanga sotto i contenuti */
}
</style>

View File

@ -62,6 +62,9 @@ $modulego->execute();
<link href="assets/css/metisMenu.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/app.min.css" rel="stylesheet" type="text/css" />
<?php include('back.php'); ?>
</head>
<body>
@ -167,57 +170,7 @@ unset($wa_repeatcount);
</div><!--end card-->
<?php } */ ?>
<div class="row">
<div class="col-lg-4">
<div class="card card-body">
<h4 class="card-title mt-0"><?php echo $newtrf; ?></h4>
<a href="typeofcertificate.php?varcertificate=0&certotherclient=N" class="btn btn-primary"><?php echo $proceed; ?></a>
</div><!--end card-->
</div><!--end col-->
<div class="col-lg-4 ">
<div class="card card-body text-center">
<h4 class="card-title mt-0"><?php echo $newtrfforclient; ?></h4>
<a href="typeofcertificate.php?varcertificate=0&certotherclient=Y" class="btn btn-primary"><?php echo $proceed; ?></a>
</div><!--end card-->
</div><!--end col-->
<div class="col-lg-4">
<div class="card card-body text-right">
<h4 class="card-title mt-0"><?php echo $techdossier; ?></h4>
<a href="#" class="btn btn-primary"><?php echo $proceed; ?></a>
</div><!--end card-->
</div><!--end col-->
</div>
<div class="row">
<div class="col-lg-4">
<div class="card card-body">
<h4 class="card-title mt-0"><?php echo $historicaltrf; ?></h4>
<a href="archivetrf.php" class="btn btn-danger"><?php echo $proceed; ?></a>
</div><!--end card-->
</div><!--end col-->
<div class="col-lg-4 ">
<div class="card card-body text-center">
<h4 class="card-title mt-0"><?php echo $helpdocument; ?></h4>
<a href="downloadfile.php" class="btn btn-danger"><?php echo $proceed; ?></a>
</div><!--end card-->
</div><!--end col-->
<div class="col-lg-4">
<div class="card card-body text-right">
<h4 class="card-title mt-0"><?php echo $techdossierark; ?></h4>
<a href="#" class="btn btn-danger"><?php echo $proceed; ?></a>
</div><!--end card-->
</div><!--end col-->
</div>
@ -236,6 +189,81 @@ unset($wa_repeatcount);
</div> -->
<div class="card" style="background-color: rgba(255, 255, 255, 0);">
<div class="card-body">
<div class="container-fluid py-3" style="background-color: #ffffff; border-radius: 12px;">
<div class="row text-center">
<!-- Card 1 -->
<div class="col-lg-4 mb-4">
<a href="typeofcertificate.php?varcertificate=0&certotherclient=N" class="card shadow-sm border-0 text-decoration-none hover-effect"
style="background-color: #EFBC86; border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease;">
<div class="card-body d-flex align-items-center justify-content-center py-4">
<i class="fas fa-file-alt fa-2x text-primary me-3"></i>
<h4 class="card-title text-dark fw-bold mb-0"><?php echo $newtrf; ?></h4>
</div>
</a>
</div>
<!-- Card 2 -->
<div class="col-lg-4 mb-4">
<a href="typeofcertificate.php?varcertificate=0&certotherclient=Y" class="card shadow-sm border-0 text-decoration-none hover-effect"
style="background-color: #fde8e8; border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease;">
<div class="card-body d-flex align-items-center justify-content-center py-4">
<i class="fas fa-user-friends fa-2x text-danger me-3"></i>
<h4 class="card-title text-dark fw-bold mb-0"><?php echo $newtrfforclient; ?></h4>
</div>
</a>
</div>
<!-- Card 3 -->
<div class="col-lg-4 mb-4">
<a href="#" class="card shadow-sm border-0 text-decoration-none hover-effect"
style="background-color: #e8f5e9; border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease;">
<div class="card-body d-flex align-items-center justify-content-center py-4">
<i class="fas fa-cogs fa-2x text-success me-3"></i>
<h4 class="card-title text-dark fw-bold mb-0"><?php echo $techdossier; ?></h4>
</div>
</a>
</div>
</div>
<div class="row text-center">
<!-- Card 4 -->
<div class="col-lg-4 mb-4">
<a href="archivetrf.php" class="card shadow-sm border-0 text-decoration-none hover-effect"
style="background-color: #fff3e0; border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease;">
<div class="card-body d-flex align-items-center justify-content-center py-4">
<i class="fas fa-archive fa-2x text-warning me-3"></i>
<h4 class="card-title text-dark fw-bold mb-0"><?php echo $historicaltrf; ?></h4>
</div>
</a>
</div>
<!-- Card 5 -->
<div class="col-lg-4 mb-4">
<a href="downloadfile.php" class="card shadow-sm border-0 text-decoration-none hover-effect"
style="background-color: #ede7f6; border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease;">
<div class="card-body d-flex align-items-center justify-content-center py-4">
<i class="fas fa-question-circle fa-2x text-purple me-3"></i>
<h4 class="card-title text-dark fw-bold mb-0"><?php echo $helpdocument; ?></h4>
</div>
</a>
</div>
<!-- Card 6 -->
<div class="col-lg-4 mb-4">
<a href="#" class="card shadow-sm border-0 text-decoration-none hover-effect"
style="background-color: #fbe9e7; border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease;">
<div class="card-body d-flex align-items-center justify-content-center py-4">
<i class="fas fa-archive fa-2x text-danger me-3"></i>
<h4 class="card-title text-dark fw-bold mb-0"><?php echo $techdossierark; ?></h4>
</div>
</a>
</div>
</div>
</div>
</div>
</div>

View File

@ -1,2 +1,20 @@
<footer class="footer text-center text-sm-left">
&copy; 2023 CE Soft <span class="text-muted d-none d-sm-inline-block float-right">CE SOFT SRL</span>
<footer class="footer text-center text-sm-left py-4" style="background-color: #ffffff; border-top: 1px solid #ddd; box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);">
<div class="container">
<div class="row align-items-center">
<!-- Colonna sinistra -->
<div class="col-md-6 text-md-left text-center mb-2 mb-md-0">
<p class="mb-0">
&copy; 2023 <strong>CE Soft</strong>
<span class="text-muted">- Innovazione e Tecnologia</span>
</p>
</div>
<!-- Colonna destra -->
<div class="col-md-6 text-md-right text-center">
<a href="#" class="text-muted mx-2"><i class="fab fa-facebook fa-lg"></i></a>
<a href="#" class="text-muted mx-2"><i class="fab fa-twitter fa-lg"></i></a>
<a href="#" class="text-muted mx-2"><i class="fab fa-linkedin fa-lg"></i></a>
<a href="mailto:info@cesoft.it" class="text-muted mx-2"><i class="fas fa-envelope fa-lg"></i></a>
</div>
</div>
</div>
</footer>

View File

@ -181,4 +181,4 @@ if ($companyData["edited"] != "Y") {
}
?>
<?php $titlepage = "CESoft Technical Portal"; ?>
<?php $titlepage = "CESoft Technical Portal"; ?>

View File

@ -32,6 +32,9 @@ if (Auth::user()->hasRole('User')) :
$pdf->Cell(190, 6, $signedtokenpdf, 0, 0, 'C');
$pdf->Ln();
if ($otherclient == 'Y') {
if ($idcertificate == 5 || $idcertificate == 6) {
$namesurnamecertcontact = $contactsinfoData['contactname'] . ' ' . $contactsinfoData['contactsurname'];
}
$pdf->Ln();
$pdf->Ln();
$pdf->SetFont('', '', 9);

View File

@ -345,11 +345,14 @@ if ($tokenid != $tokensignatureon) {
$mailincharge = 'd.dondena@cimac.it';
} elseif ($csinchargeprev == 'cboscaino') {
$mailincharge = 'c.boscaino@cimac.it';
} elseif ($csinchargeprev == 'aboscaino') {
$mailincharge = 'a.boscaino@cimac.it';
} elseif ($csinchargeprev == 'solocla') {
$mailincharge = 'info@acscreativesolutions.com';
} else {
$mailincharge = 'd.dondena@cimac.it';
}
// Define array with all CS mails
$csmailall = array($csmail, $csmail3);
// Extract the recipient that matches $mailincharge

View File

@ -315,7 +315,7 @@ include('include/trfqueryscript.php'); ?>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<?php include('back.php'); ?>
<style>
/* select2 css */
.select2-container {
@ -436,7 +436,7 @@ include('include/trfqueryscript.php'); ?>
</div>
<div class="row">
<div class="col-sm-12">
<div class="card">
<div class="card" style="background-color: rgba(247, 223, 197, 0.5);">
<div class="card-body">
<div class="media">
@ -496,7 +496,7 @@ include('include/trfqueryscript.php'); ?>
<?php } ?>
<div class="card">
<div class="card" style="background-color: rgba(247, 223, 197, 0.4);">
<div class="card-body">
<h4 class="mt-0 header-title"><?php echo $samplecheck; ?></h4>
<p class="text-muted mb-3"><?php echo $samplecheck_help; ?></p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB