Backend Service

This commit is contained in:
2019-04-07 00:35:39 +00:00
parent e6b002c62b
commit 1b46f66dd7
6 changed files with 87 additions and 19 deletions
@@ -1,5 +1,11 @@
<?
$facility_image = "/assets/img/bg/provider.jpg";
if ($facility_image == '') {
$facility_image = "/assets/img/bg/provider.jpg";
}
if ($facility_text == '') {
$facility_text = "erms Providers";
}
?>
<!-- begin app -->
@@ -26,7 +32,7 @@ $facility_image = "/assets/img/bg/provider.jpg";
<div class="col-sm-6 col-lg-5 col-xxl-3 align-self-center order-2 order-sm-1">
<div class="d-flex align-items-center h-100-vh">
<div class="login p-50">
<h1 class="mb-2">Merms Providers</h1>
<h1 class="mb-2"><?=$facility_text?></h1>
<p>Welcome back, please login to your account.</p>
<form id='loginForm' action="/login" method='POST' class="mt-3 mt-sm-5">