parent
2f8076669c
commit
aaeb0ab80d
@ -1,5 +1,18 @@
|
||||
<?php
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
|
||||
rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
|
||||
crossorigin="anonymous">
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
foreach($TMessage as $err) {
|
||||
echo $err . "<br/>";
|
||||
echo '<div class="alert alert-danger alert-dismissible d-flex align-items-center fade show">
|
||||
<i class="bi-exclamation-octagon-fill"></i>
|
||||
<strong class="mx-2">Error!</strong>' . $err . "</div>";
|
||||
}
|
||||
?>
|
||||
?>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue