e7ff9531a5
+ aggiunto message service con lista claims per user
35 lines
760 B
Plaintext
35 lines
760 B
Plaintext
@inherits LayoutComponentBase
|
|
@using WebDoorCreator.UI.Components.Gen
|
|
|
|
<PageTitle>WebDoorCreator.UI</PageTitle>
|
|
|
|
<div class="page">
|
|
@*<div class="sidebar">
|
|
<NavMenu />
|
|
</div>*@
|
|
|
|
|
|
|
|
<main>
|
|
|
|
<div>
|
|
<NavMenuHorizontal></NavMenuHorizontal>
|
|
</div>
|
|
|
|
<article class="content px-4">
|
|
@Body
|
|
</article>
|
|
@*<div class="fixed-bottom bottom-row px-2">
|
|
<CmpFooter></CmpFooter>
|
|
</div>*@
|
|
<div class="bottom-row px-4 auth">
|
|
<LoginDisplay />
|
|
</div>
|
|
</main>
|
|
</div>
|
|
@*<footer class="bottom-row footer border-top pl-3 text-muted">
|
|
<div class="d-flex justify-content-between w-100 px-4">
|
|
© 2023 - WebDoorCreator.UI
|
|
</div>
|
|
</footer>*@
|