start branch for template new
This commit is contained in:
+78
-50
@@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user