83 lines
3.9 KiB
Plaintext
83 lines
3.9 KiB
Plaintext
@page "/"
|
|
|
|
<PageTitle>EgwCoreLib Test Site</PageTitle>
|
|
|
|
<div class="mt-4 p-4 bg-primary bg-gradient bg-opacity-25 border border-light text-dark rounded shadow">
|
|
<div class="row">
|
|
<div class="col-6 col-md-8 pr-0">
|
|
<h1>EgwCoreLib</h1>
|
|
<div>
|
|
Test componenti EgwCoreLib
|
|
</div>
|
|
</div>
|
|
<div class="col-6 col-md-4 text-right pl-0">
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="px-2 badge rounded-pill bg-dark my-4">
|
|
<div class="p-2" style="font-size: 1.5em;">
|
|
<a class="text-light" href="https://www.egalware.com/" target="_blank">powered by EgalWare <img width="32" class="img-fluid" src="images/EgalwareLogo.svg" /></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="card mt-2 shadow my-lg-5">
|
|
<div class="card-body">
|
|
<div class="row px-3">
|
|
<div class="col-6 col-md-4 col-lg-3 col-xl-2 mb-3">
|
|
<NavLink type="button" class="btn btn-primary bg-gradient text-light p-3 w-100" title="Test Gauges" href="TestGauges">
|
|
<i class="fa-solid fa-wrench fa-2x mb-2" aria-hidden="true"></i>
|
|
<h5>Test Gauges</h5>
|
|
</NavLink>
|
|
</div>
|
|
<div class="col-6 col-md-4 col-lg-3 col-xl-2 mb-3">
|
|
<NavLink type="button" class="btn btn-primary bg-gradient text-light p-3 w-100" title="Test Calendario" href="TestCal">
|
|
<i class="fa-solid fa-wrench fa-2x mb-2" aria-hidden="true"></i>
|
|
<h5>Test Calendario</h5>
|
|
</NavLink>
|
|
</div>
|
|
<div class="col-6 col-md-4 col-lg-3 col-xl-2 mb-3">
|
|
<NavLink type="button" class="btn btn-primary bg-gradient text-light p-3 w-100" title="Test Generico" href="Test">
|
|
<i class="fa-solid fa-wrench fa-2x mb-2" aria-hidden="true"></i>
|
|
<h5>Test Generico</h5>
|
|
</NavLink>
|
|
</div>
|
|
<div class="col-6 col-md-4 col-lg-3 col-xl-2 mb-3">
|
|
<NavLink type="button" class="btn btn-primary bg-gradient text-light p-3 w-100" title="Test Compo" href="TestCompo">
|
|
<i class="fa-solid fa-wrench fa-2x mb-2" aria-hidden="true"></i>
|
|
<h5>Test Compo</h5>
|
|
</NavLink>
|
|
</div>
|
|
<div class="col-6 col-md-4 col-lg-3 col-xl-2 mb-3">
|
|
<NavLink type="button" class="btn btn-primary bg-gradient text-light p-3 w-100" title="Test Loading" href="TestLoading">
|
|
<i class="fa-solid fa-wrench fa-2x mb-2" aria-hidden="true"></i>
|
|
<h5>Test Loading</h5>
|
|
</NavLink>
|
|
</div>
|
|
<div class="col-6 col-md-4 col-lg-3 col-xl-2 mb-3">
|
|
<NavLink type="button" class="btn btn-primary bg-gradient text-light p-3 w-100" title="Test Multiline" href="TestMultiline">
|
|
<i class="fa-solid fa-wrench fa-2x mb-2" aria-hidden="true"></i>
|
|
<h5>Test Multiline</h5>
|
|
</NavLink>
|
|
</div>
|
|
<div class="col-6 col-md-4 col-lg-3 col-xl-2 mb-3">
|
|
<NavLink type="button" class="btn btn-primary bg-gradient text-light p-3 w-100" title="Test QrDisplay" href="TestQrDisplay">
|
|
<i class="fa-solid fa-wrench fa-2x mb-2" aria-hidden="true"></i>
|
|
<h5>Test QrDisplay</h5>
|
|
</NavLink>
|
|
</div>
|
|
<div class="col-6 col-md-4 col-lg-3 col-xl-2 mb-3">
|
|
<NavLink type="button" class="btn btn-primary bg-gradient text-light p-3 w-100" title="Test PdfViewer" href="TestPdfViewer">
|
|
<i class="fa-solid fa-wrench fa-2x mb-2" aria-hidden="true"></i>
|
|
<h5>Test PdfViewer</h5>
|
|
</NavLink>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
@code {
|
|
|
|
} |