NonInventPurchasingSystem/CPRNIMS.WebApps/Views/Home/_LoginLayout.cshtml
2026-03-13 14:48:15 +08:00

30 lines
1.2 KiB
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - Purchasing System(Non-Inventory)</title>
<link href="~/lib/font-awesome/css/all.min.css" rel="stylesheet" />
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link href="~/css/spinner.css" rel="stylesheet" />
<link href="~/css/toast-notifications.css" rel="stylesheet" />
<link href="~/css/loginpageinteractive.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<main>
@RenderBody()
<div class="toast-container" id="toast-container"></div>
</main>
</div>
<script src="~/JsFunctions/Account/loginV5.js"></script>
<script src="~/jsfunctions/utilities/utilsV3.js"></script>
<script src="~/js/toast-notifications.js"></script>
<script src="~/jsfunctions/account/accountvar.js"></script>
<script src="~/lib/jquery/dist/jquery371.min.js"></script>
<script src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="~/jsfunctions/account/nobackhistory.js"></script>
<script src="~/jsfunctions/account/config.js"></script>
</body>
</html>