|
|
|
@ -6,28 +6,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="page">
|
|
|
|
|
@if (uLogin.Name != null)
|
|
|
|
|
{
|
|
|
|
|
@* @if (uLogin.Name != null)
|
|
|
|
|
{ *@
|
|
|
|
|
<div class="sidebar">
|
|
|
|
|
<NavMenu/>
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
@* } *@
|
|
|
|
|
|
|
|
|
|
<main>
|
|
|
|
|
<div class="top-row px-4">
|
|
|
|
|
<div class="px-4">
|
|
|
|
|
<CultureSelector />
|
|
|
|
|
</div>
|
|
|
|
|
@if (!string.IsNullOrEmpty(uLogin.Name))
|
|
|
|
|
@* @if (!string.IsNullOrEmpty(uLogin.Name))
|
|
|
|
|
{
|
|
|
|
|
<button class="buttonProfil" type="button"> <img class="imageProfil" src="@uLogin.Image" height="90" width="480" /></button>
|
|
|
|
|
@* <img class="imageProfil" src="@uLogin.Image" /> *@
|
|
|
|
|
@* <img class="imageProfil" src="@uLogin.Image" />
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
{*@
|
|
|
|
|
|
|
|
|
|
<img class="imageProfil" src="https://cdn-icons-png.flaticon.com/512/61/61205.png"/>
|
|
|
|
|
}
|
|
|
|
|
@* } *@
|
|
|
|
|
</div>
|
|
|
|
|
<article class="content px-4">
|
|
|
|
|
@Body
|
|
|
|
|