Files
bko-myfit/app/Views/welcome_message.php
2023-01-22 19:56:34 -05:00

75 lines
4.4 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<title>MERMS-myFit-CMS</title>
<meta charset="utf-8" />
<meta name="description" content="MERMS CMS"/>
<meta name="keywords" content="MERMS - Health Information Technology"/>
<meta name="author" content="MERMS">
<link rel="shortcut icon" href="/assets/img/favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" />
<link href="/assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css" />
<link href="/assets/css/style.bundle.css" rel="stylesheet" type="text/css" />
</head>
<body id="kt_body" class="bg-body">
<div class="d-flex flex-column flex-root">
<div class="d-flex flex-column flex-lg-row flex-column-fluid">
<div class="d-flex flex-column flex-lg-row-auto w-xl-600px positon-xl-relative" style="background-color: #bedae1">
<div class="d-flex flex-column position-xl-fixed top-0 bottom-0 w-xl-600px scroll-y">
<div class="d-flex flex-row-fluid flex-column text-center p-10 pt-lg-20">
<a href="" class="py-9 mb-5">
<img alt="Logo" src="/assets/img/logo-myfit.png" class="h-60px" />
</a>
<h1 class="fw-bolder fs-2qx pb-5 pb-md-10" style="color: #986923;">MERMS-myFit CMS</h1>
<p class="fw-bold fs-2" style="color: #986923;">Primary Contents Management System
<br />version a01-010</p>
</div>
<div class="d-flex flex-row-auto bgi-no-repeat bgi-position-x-center bgi-size-contain bgi-position-y-bottom min-h-100px min-h-lg-350px" style="background-image: url(assets/media/illustrations/dozzy-1/13.png"></div>
</div>
</div>
<div class="d-flex flex-column flex-lg-row-fluid py-10">
<div class="d-flex flex-center flex-column flex-column-fluid">
<div class="w-lg-500px p-10 p-lg-15 mx-auto">
<form class="form w-100" novalidate="novalidate" id="kt_sign_in_form" action="/startlogin" method="post">
<div class="text-center mb-10">
<h1 class="text-dark mb-3">MERMS-myFit</h1>
</div>
<div class="fv-row mb-10">
<label class="form-label fs-6 fw-bolder text-dark">Username</label>
<input class="form-control form-control-lg form-control-solid" type="text" name="username" autocomplete="off" />
</div>
<div class="fv-row mb-10">
<div class="d-flex flex-stack mb-2">
<label class="form-label fw-bolder text-dark fs-6 mb-0">Password</label>
</div>
<input class="form-control form-control-lg form-control-solid" type="password" name="password" autocomplete="off" />
</div>
<div class="text-center">
<button type="submit" id="kt_sign_in_submit" class="btn btn-lg btn-primary w-100 mb-5">
<span class="indicator-label">Continue</span>
<span class="indicator-progress">Please wait...
<span class="spinner-border spinner-border-sm align-middle ms-2"></span></span>
</button>
</div>
</form>
</div>
</div>
<div class="d-flex flex-center flex-wrap fs-6 p-5 pb-0">
<div class="d-flex flex-center fw-bold fs-6">
<a href="#" class="text-muted text-hover-primary px-2" target="_blank">About</a>
<a href="#" class="text-muted text-hover-primary px-2" target="_blank">Support</a>
<a href="https://myfit.mermsemr.com/" class="text-muted text-hover-primary px-2" target="_blank">Website</a>
</div>
</div>
</div>
</div>
</div>
<script>var hostUrl = "/assets/";</script>
<script src="/assets/plugins/global/plugins.bundle.js"></script>
<script src="/assets/js/scripts.bundle.js"></script>
<!--end::Global Javascript Bundle-->
<!--begin::Page Custom Javascript(used by this page)-->
<script src="/assets/js/custom/authentication/sign-in/general.js"></script>
</body>
</html>