Cleanup and consolidation, signin process updates

This commit is contained in:
2021-06-11 22:51:00 -04:00
parent ac0225939e
commit f19434ec0c
9 changed files with 480 additions and 838 deletions

View File

@@ -101,13 +101,13 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<?php if (basename($_SERVER['PHP_SELF']) == 'signin_display.php'): ?> <meta http-equiv="refresh" content="5; url=index.php" /><?php endif; ?>
<?php if (basename($_SERVER['PHP_SELF']) == 'signout.php'): ?><?php if (!empty($_POST['endvisit'])): ?> <meta http-equiv="refresh" content="5; url=index.php" /><?php endif; ?><?php endif; ?>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/sticky-footer-navbar.css">
<link rel="stylesheet" href="css/all.min.css"/>
<link rel="stylesheet" href="css/animate.min.css"/>
<link rel="stylesheet" href="css/datatables.min.css" />
<link rel="stylesheet" href="css/styles.css"/>
<link rel="stylesheet" href="css/tempusdominus-bootstrap-4.min.css"/>
<link rel="stylesheet" href="css/bootstrap.min.css?v2"/>
<link rel="stylesheet" href="css/sticky-footer-navbar.css?v2">
<link rel="stylesheet" href="css/all.min.css?v2"/>
<link rel="stylesheet" href="css/animate.min.css?v2"/>
<link rel="stylesheet" href="css/datatables.min.css?v2" />
<link rel="stylesheet" href="css/styles.css?v2"/>
<link rel="stylesheet" href="css/tempusdominus-bootstrap-4.min.css?v2"/>
<meta name="description" content="<?php echo $transLang['META_DESC']; ?>" />
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>