..
This commit is contained in:
@@ -24,49 +24,51 @@
|
|||||||
WidthUnit="Unit.Px" />
|
WidthUnit="Unit.Px" />
|
||||||
<main>
|
<main>
|
||||||
<div class="d-flex align-items-center justify-content-end">
|
<div class="d-flex align-items-center justify-content-end">
|
||||||
<Badge Color="BadgeColor.Primary" Style="margin-left:20px">
|
|
||||||
<NavLink href="@{
|
|
||||||
hrefuserpanel
|
|
||||||
}">لینک گفتگو کاربر با شما</NavLink>
|
|
||||||
</Badge>
|
|
||||||
|
|
||||||
<Badge Color="BadgeColor.Info" Style="margin-left:20px">
|
<div class="text-white text-end d-flex flex-column justify-content-center align-items-end mx-2">
|
||||||
<NavLink href="@{
|
<div style="color: black;" class="fw-bold">@Fullname</div>
|
||||||
hrefai
|
<h6 style="color: black;">@TitleRole</h6>
|
||||||
}">لینک گفتگو کاربر با دستیار هوش مصنوعی</NavLink>
|
</div>
|
||||||
</Badge>
|
@if (img != null && img.Length > 0)
|
||||||
|
{
|
||||||
|
<Image Src=@GetImageSource() Class="rounded" Alt="placeholder" @onclick="EditCurrentUser"
|
||||||
|
Style="height: 30px;cursor:pointer;margin-left:10px" />
|
||||||
|
|
||||||
<Badge Color="BadgeColor.Light" Style="margin-left:20px">
|
}
|
||||||
<p>شناسه شرکت : @CompanyID</p>
|
else
|
||||||
</Badge>
|
{
|
||||||
|
<Icon Name="IconName.People" Size="IconSize.x3" Style="height: 30px;cursor:pointer;margin-left:10px" @onclick="EditCurrentUser" />
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
<div class="text-white text-end d-flex flex-column justify-content-center align-items-end mx-2">
|
<Button Color="ButtonColor.Danger" Size="ButtonSize.Small"
|
||||||
<div style="color: black;" class="fw-bold">@Fullname</div>
|
@onclick=OnCliclLogout Style="margin-left:10px">
|
||||||
<h6 style="color: black;">@TitleRole</h6>
|
<Icon Name="IconName.DoorOpen" /> خروج
|
||||||
</div>
|
</Button>
|
||||||
@if (img != null && img.Length > 0)
|
|
||||||
{
|
|
||||||
<Image Src=@GetImageSource() Class="rounded" Alt="placeholder" @onclick="EditCurrentUser"
|
|
||||||
Style="height: 30px;cursor:pointer;margin-left:10px" />
|
|
||||||
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
<Icon Name="IconName.People" Size="IconSize.x3" Style="height: 30px;cursor:pointer;margin-left:10px" @onclick="EditCurrentUser" />
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
<Button Color="ButtonColor.Danger" Size="ButtonSize.Small"
|
|
||||||
@onclick=OnCliclLogout Style="margin-left:10px">
|
|
||||||
<Icon Name="IconName.DoorOpen" /> خروج
|
|
||||||
</Button>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<article class="content px-4">
|
<div class="align-items-center justify-content-start" style="margin-right:10px">
|
||||||
|
|
||||||
|
<Badge Color="BadgeColor.Primary" Style="margin-left:20px">
|
||||||
|
<NavLink href="@{hrefuserpanel}">لینک گفتگو کاربر با شما</NavLink>
|
||||||
|
</Badge>
|
||||||
|
|
||||||
|
<Badge Color="BadgeColor.Info" Style="margin-left:20px">
|
||||||
|
<NavLink href="@{hrefai}">لینک گفتگو کاربر با دستیار هوش مصنوعی</NavLink>
|
||||||
|
</Badge>
|
||||||
|
|
||||||
|
<Badge Color="BadgeColor.Light" Style="margin-left:20px">
|
||||||
|
<p>شناسه شرکت : @CompanyID</p>
|
||||||
|
</Badge>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<article class="content px-4">
|
||||||
<div class="py-2">
|
<div class="py-2">
|
||||||
@if (isonline)
|
@if (isonline)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user