This commit is contained in:
Samuele Locatelli
2023-12-15 16:45:05 +01:00
+9 -5
View File
@@ -5,12 +5,16 @@
<div class="col-4 d-flex flex-column justify-content-center">
@if (typeScadLogin > 0)
{
<ProgBar currVal="@CurrExpVal" maxVal="@MaxExpVal" singleLine="true" baseUM="m" yelLim="@yLimit" redLim="@rLimit"></ProgBar>
}
else if(CurrExpVal == 0)
{
<div class="text-danger">TIMER SCADUTO!</div>
@if (CurrExpVal < 0)
{
<div class="text-danger">TIMER SCADUTO!</div>
}
else
{
<ProgBar currVal="@CurrExpVal" maxVal="@MaxExpVal" singleLine="true" baseUM="m" yelLim="@yLimit" redLim="@rLimit"></ProgBar>
}
}
</div>
<div class="col-4 text-end d-flex align-items-center justify-content-end">
<span class="small">@($"{DateTime.Now:HH:mm:ss}")</span> | <a class="text-light text-decoration-none" href="https://www.egalware.com/" target="_blank"><img class="img-fluid" width="16" src="images/LogoEgw.png" /> Egalware </a>