update dossier chekcqual

This commit is contained in:
2025-05-16 18:46:16 +02:00
parent c53c298401
commit fa44531778
405 changed files with 89887 additions and 833 deletions
+54 -139
View File
@@ -61,7 +61,42 @@ $modulego->execute();
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/metisMenu.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/app.min.css" rel="stylesheet" type="text/css" />
<style>
.btn-custom {
background-color: rgb(143, 176, 248);
/* Azzurro pastello chiaro */
border: none;
padding: 20px;
font-size: 1.5rem;
font-weight: 500;
transition: background-color 0.3s ease;
}
.btn-custom:hover {
background-color: rgb(114, 145, 238);
/* Leggermente più scuro al passaggio del mouse */
}
.btn-custom-dark {
background-color: rgb(101, 136, 241);
/* Azzurro pastello medio */
border: none;
padding: 20px;
font-size: 1.5rem;
font-weight: 500;
transition: background-color 0.3s ease;
}
.btn-custom-dark:hover {
background-color: rgb(71, 85, 214);
/* Più scuro al passaggio del mouse */
}
.btn-block {
display: block;
width: 100%;
}
</style>
</head>
<body>
@@ -81,7 +116,6 @@ $modulego->execute();
<div class="container-fluid">
<!-- Page-Title -->
<div class="row">
<div class="col-sm-12">
<div class="page-title-box">
@@ -95,6 +129,7 @@ $modulego->execute();
</div><!--end page-title-box-->
</div><!--end col-->
</div>
<div class="row">
<div class="col-xl-12">
<div class="card">
@@ -106,139 +141,24 @@ $modulego->execute();
<p class="text-muted mb-0 font-14 pr-5"><?php echo $welcome_help; ?></p>
</div><!--end media-body-->
</div><!--end media-->
<br>
<!-- Due tasti -->
<div class="row mt-4">
<div class="col-md-4 mb-3">
<a href="typeofcertificatenew.php?varcertificate=m&certotherclient=N" class="btn btn-custom-dark btn-lg btn-block text-white">
<i class="fas fa-plus mr-2"></i> <?php echo $insertnewrequest; ?>
</a>
</div>
<div class="col-md-4 mb-3">
<a href="archivetrf.php" class="btn btn-custom btn-lg btn-block text-white">
<i class="fas fa-archive mr-2"></i> <?php echo $showarchive; ?>
</a>
</div>
</div><!--end row dei tasti -->
</div><!--end card-body-->
</div><!--end card-->
<?php /*
//pannello secondo pdf
if (isset($csgoyes)) { ?>
<div class="card">
<div class="card-body">
<div class="media">
<div class="alert alert-outline-warning alert-warning-shadow mb-0 alert-dismissible fade show" role="alert">
<strong><?php echo $certification2list; ?></strong>
</div>
</div><!--end media-->
<br>
<div class="table-responsive-sm">
<table class="table mb-0">
<thead>
<tr>
<th scope="col"><?php echo $ntrf; ?></th>
<th scope="col"><?php echo $descriptionitem; ?></th>
<th scope="col"><?php echo $proceedmodule2; ?></th>
</tr>
</thead>
<tbody>
<?php
$wa_startindex = 0;
while(!$modulego->atEnd()) {
$wa_startindex = $modulego->Index;
?>
<tr>
<th scope="row"><?php echo($modulego->getColumnVal("trfnumber")); ?></th>
<td><?php echo($modulego->getColumnVal("sample_description")); ?></td>
<td>
<a class="badge_btn" href='adddocument2.php?idtrf=<?php echo($modulego->getColumnVal("idtrfdetails")); ?>'><i class="fas fa-angle-double-right text-primary font-20"></i></a></td>
</tr>
<?php
$modulego->moveNext();
}
$modulego->moveFirst(); //return RS to first record
unset($wa_startindex);
unset($wa_repeatcount);
?>
</tbody>
</table>
<!--end /table-->
</div>
</div><!--end card-body-->
</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>
<!--<div class="card">
<div class="card-body">
<h4 class="header-title mt-0"><?php echo $controlpanel; ?></h4>
<div id="CrmDashChart" class=""></div>
<a href="typeofcertificate.php?varcertificate=0&certotherclient=N"><button type="button" class="btn btn-primary waves-effect waves-light"><?php echo $newtrf; ?></button></a>
<a href="typeofcertificate.php?varcertificate=0&certotherclient=Y"><button type="button" class="btn btn-primary waves-effect waves-light"><?php echo $newtrfforclient; ?></button></a>
<br>
<br>
<br>
<a href="archivetrf.php"><button type="button" class="btn btn-secondary waves-effect waves-light"><?php echo $historicaltrf; ?></button></a>
<a href="downloadfile.php"><button type="button" class="btn btn-danger waves-effect waves-light"><?php echo $helpdocument; ?></button><br></a>
</div>
</div> -->
<!-- Rimangono i riquadri con i numeri -->
<div class="row">
<div class="col-sm-3">
<div class="card crm-data-card">
@@ -303,7 +223,7 @@ unset($wa_repeatcount);
</div>
</div><!-- end col-->
<div class="col-8 text-right">
<p class="text-muted font-14">xxx</p>
<p class="text-muted font-14"></p>
<h3 class="mb-0">-</h3>
</div><!-- end col-->
@@ -312,13 +232,8 @@ unset($wa_repeatcount);
</div><!--end card-->
</div><!--end col-->
</div><!--end row-->
</div>
</div>
<!-- end page title end breadcrumb -->
</div><!--end col-->
</div><!--end row-->
</div><!-- container -->
<!-- footer start -->
<?php include('include/footer.php'); ?>