2016379205
- aggiunta ricerca x selVal - completata ricerca veto cancellazione
24 lines
473 B
Plaintext
24 lines
473 B
Plaintext
@inherits LayoutComponentBase
|
|
|
|
<PageTitle>MP.SPEC</PageTitle>
|
|
|
|
<div class="page">
|
|
<div class="sidebar">
|
|
<NavMenu />
|
|
</div>
|
|
|
|
<main>
|
|
<div class="top-row px-4 justify-content-between">
|
|
<CmpTop></CmpTop>
|
|
</div>
|
|
<article class="content pt-0 m-2">
|
|
@Body
|
|
</article>
|
|
<div class="fixed-bottom bottom-row px-2">
|
|
<CmpFooter></CmpFooter>
|
|
</div>
|
|
</main>
|
|
</div>
|
|
|
|
@code {
|
|
} |