arthur_errorview #22
Merged
arthur.valin
merged 2 commits from arthur_errorview
into master
2 years ago
@ -0,0 +1,21 @@
|
|||||||
|
@inherits LayoutComponentBase
|
||||||
|
|
||||||
|
<PageTitle>CraftSharp</PageTitle>
|
||||||
|
|
||||||
|
<div class="main_div">
|
||||||
|
<HeaderLayout />
|
||||||
|
<article class="content px-4">
|
||||||
|
@Body
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<div class="bedrock_footer">
|
||||||
|
<img class="bedrock_footer_img" src="/Images/bedrock_footer.png" />
|
||||||
|
<div class="px-4 culture">
|
||||||
|
<CultureSelector />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
|||||||
<div class="alert alert-secondary mt-4">
|
|
||||||
<span class="oi oi-pencil me-2" aria-hidden="true"></span>
|
|
||||||
<strong>@Title</strong>
|
|
||||||
|
|
||||||
<span class="text-nowrap">
|
|
||||||
Please take our
|
|
||||||
<a target="_blank" class="font-weight-bold link-dark" href="https://go.microsoft.com/fwlink/?linkid=2149017">brief survey</a>
|
|
||||||
</span>
|
|
||||||
and tell us what you think.
|
|
||||||
</div>
|
|
||||||
|
|
||||||
@code {
|
|
||||||
// Demonstrates how a parent component can supply parameters
|
|
||||||
[Parameter]
|
|
||||||
public string? Title { get; set; }
|
|
||||||
}
|
|
After Width: | Height: | Size: 668 KiB |
Loading…
Reference in new issue