Editor povezava na db

This commit is contained in:
David Štaleker
2024-02-27 07:27:47 +01:00
parent 4df426dc10
commit e92956075f
24 changed files with 1033 additions and 47 deletions

View File

@@ -4,7 +4,7 @@
@model ZpcBulletinBoard.Pages.User.LoginModel
@{
ViewData["Title"] = "Prijava";
Layout = "~/Pages/Shared/_Layout.cshtml";
Layout = "~/Pages/Shared/_LayoutBlank.cshtml";
}
@section Styles {
@@ -24,10 +24,10 @@
<div class="ui-bg-overlay bg-dark opacity-50"></div>
<div class="w-100 text-white px-5">
<h1 class="display-2 font-weight-bolder mb-4">
EveryThing
ZPC
</h1>
<div class="text-large font-weight-light">
Oblačna aplikacija
Bulletin board
</div>
</div>
</div>
@@ -64,10 +64,6 @@
<button type="submit" class="btn btn-primary">Prijava</button>
</div>
</form>
<div class="text-center text-muted">
Ste pozabili geslo? <a href="javascript:void(0)">Kliknite tukaj za ponastavitev</a>
</div>
</div>
</div>
</div>