This commit is contained in:
mmrbnjd
2024-04-19 03:23:30 +03:30
parent 77e004d090
commit f4668f8f4d
7 changed files with 158 additions and 21 deletions

View File

@@ -1,4 +1,5 @@
<div id="header-sticky" class="header-bottom__area header-mob-space header-bottom__area-2 header-bottom__transparent z-index-5">
@inject Services.localService servlocal;
<div id="header-sticky" class="header-bottom__area header-mob-space header-bottom__area-2 header-bottom__transparent z-index-5">
<div class="container">
<div class="row align-items-center">
<div class="col-xxl-1 col-xl-1 col-lg-1 col-md-3 col-5">
@@ -36,7 +37,21 @@
</div>
</div>
<div class="col-xxl-3 col-xl-4 col-lg-4 col-md-7 col-5">
<LSign_in_Register />
@if (servlocal.OnlineUser().Result)
{
<LinfoUser />
}
else
{
<LSign_in_Register />
}
</div>
</div>
</div>
@@ -45,4 +60,5 @@
@code {
}