inizio smart
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.4.33122.133
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GPW.CORE.SMART", "GPW.CORE.SMART\GPW.CORE.SMART.csproj", "{1652B4B5-BB10-49F2-B85F-D24B27E15B3A}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GPW.CORE.SMART", "GPW.CORE.SMART\GPW.CORE.SMART.csproj", "{1652B4B5-BB10-49F2-B85F-D24B27E15B3A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<div class="container">
|
||||
<h3 class="username">Majid Zaccaria [56]</h3>
|
||||
<div class="container d-flex justify-content-between">
|
||||
<div class="title">TIMBRATURE</div>
|
||||
<div class="username">Majid Zaccaria [56]</div>
|
||||
</div>
|
||||
|
||||
@@ -3,14 +3,23 @@
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.container{
|
||||
background-color: red;
|
||||
height: 120px;
|
||||
.container {
|
||||
background-color: #34495E;
|
||||
height: 3.7rem;
|
||||
border-radius: 0px 0px 12px 12px;
|
||||
border: 2px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.username{
|
||||
color: #ffffff;
|
||||
padding: 20px;
|
||||
.username {
|
||||
color: #ffffff;
|
||||
padding-top: 10px;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #ffffff;
|
||||
padding-top: 10px;
|
||||
font-size: 1.25rem;
|
||||
text-shadow: 0px 3px 4px rgba(0,0,0,0.7);
|
||||
}
|
||||
|
||||
@@ -0,0 +1,169 @@
|
||||
<div>
|
||||
|
||||
|
||||
<div class="bottoni">
|
||||
<button class="entr">ENTRATA</button>
|
||||
<button class="usc">USCITA</button>
|
||||
</div>
|
||||
|
||||
<div class="tabella">
|
||||
<table>
|
||||
<thead class="intestazione">
|
||||
<tr>
|
||||
<td>Data</td>
|
||||
<td>Entr</td>
|
||||
<td>Usc</td>
|
||||
<td>Entr</td>
|
||||
<td>Usc</td>
|
||||
<td>H lav</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="contenuto">
|
||||
<tr>
|
||||
<td>
|
||||
<button class="btnData">
|
||||
<span>01.03<sup>mar</sup></span>
|
||||
</button>
|
||||
</td>
|
||||
<td class="hEntr">08:20</td>
|
||||
<td class="hEsc">13:20</td>
|
||||
<td class="hEntr">14:20</td>
|
||||
<td class="hEsc">17:30</td>
|
||||
<td class="fw-bold">8,00</td>
|
||||
<td><button class="temp">T</button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="btnData">
|
||||
<span>01.03<sup>mar</sup></span>
|
||||
</button>
|
||||
</td>
|
||||
<td class="hEntr">08:20</td>
|
||||
<td class="hEsc">13:20</td>
|
||||
<td class="hEntr">14:20</td>
|
||||
<td class="hEsc">17:30</td>
|
||||
<td class="fw-bold">8,00</td>
|
||||
<td><button class="temp">T</button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="btnData">
|
||||
<span>01.03<sup>mar</sup></span>
|
||||
</button>
|
||||
</td>
|
||||
<td class="hEntr">08:20</td>
|
||||
<td class="hEsc">13:20</td>
|
||||
<td class="hEntr">14:20</td>
|
||||
<td class="hEsc">17:30</td>
|
||||
<td class="fw-bold">8,00</td>
|
||||
<td><button class="temp">T</button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="btnData">
|
||||
<span>01.03<sup>mar</sup></span>
|
||||
</button>
|
||||
</td>
|
||||
<td class="hEntr">08:20</td>
|
||||
<td class="hEsc">13:20</td>
|
||||
<td class="hEntr">14:20</td>
|
||||
<td class="hEsc">17:30</td>
|
||||
<td class="fw-bold">8,00</td>
|
||||
<td><button class="temp">T</button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="btnData">
|
||||
<span>01.03<sup>mar</sup></span>
|
||||
</button>
|
||||
</td>
|
||||
<td class="hEntr">08:20</td>
|
||||
<td class="hEsc">13:20</td>
|
||||
<td class="hEntr">14:20</td>
|
||||
<td class="hEsc">17:30</td>
|
||||
<td class="fw-bold">8,00</td>
|
||||
<td><button class="temp">T</button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="btnData">
|
||||
<span>01.03<sup>mar</sup></span>
|
||||
</button>
|
||||
</td>
|
||||
<td class="hEntr">08:20</td>
|
||||
<td class="hEsc">13:20</td>
|
||||
<td class="hEntr">14:20</td>
|
||||
<td class="hEsc">17:30</td>
|
||||
<td class="fw-bold">8,00</td>
|
||||
<td><button class="temp">T</button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="btnData">
|
||||
<span>01.03<sup>mar</sup></span>
|
||||
</button>
|
||||
</td>
|
||||
<td class="hEntr">08:20</td>
|
||||
<td class="hEsc">13:20</td>
|
||||
<td class="hEntr">14:20</td>
|
||||
<td class="hEsc">17:30</td>
|
||||
<td class="fw-bold">8,00</td>
|
||||
<td><button class="temp">T</button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="btnData">
|
||||
<span>01.03<sup>mar</sup></span>
|
||||
</button>
|
||||
</td>
|
||||
<td class="hEntr">08:20</td>
|
||||
<td class="hEsc">13:20</td>
|
||||
<td class="hEntr">14:20</td>
|
||||
<td class="hEsc">17:30</td>
|
||||
<td class="fw-bold">8,00</td>
|
||||
<td><button class="temp">T</button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="btnData">
|
||||
<span>01.03<sup>mar</sup></span>
|
||||
</button>
|
||||
</td>
|
||||
<td class="hEntr">08:20</td>
|
||||
<td class="hEsc">13:20</td>
|
||||
<td class="hEntr">14:20</td>
|
||||
<td class="hEsc">17:30</td>
|
||||
<td class="fw-bold">8,00</td>
|
||||
<td><button class="temp">T</button></td>
|
||||
</tr><tr>
|
||||
<td>
|
||||
<button class="btnData">
|
||||
<span>01.03<sup>mar</sup></span>
|
||||
</button>
|
||||
</td>
|
||||
<td class="hEntr">08:20</td>
|
||||
<td class="hEsc">13:20</td>
|
||||
<td class="hEntr">14:20</td>
|
||||
<td class="hEsc">17:30</td>
|
||||
<td class="fw-bold">8,00</td>
|
||||
<td><button class="temp">T</button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<button class="btnData">
|
||||
<span>01.03<sup>mar</sup></span>
|
||||
</button>
|
||||
</td>
|
||||
<td class="hEntr">08:20</td>
|
||||
<td class="hEsc">13:20</td>
|
||||
<td class="hEntr">14:20</td>
|
||||
<td class="hEsc">17:30</td>
|
||||
<td class="fw-bold">8,00</td>
|
||||
<td><button class="temp">T</button></td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using System.Net.Http;
|
||||
using System.Net.Http.Json;
|
||||
using Microsoft.AspNetCore.Components.Forms;
|
||||
using Microsoft.AspNetCore.Components.Routing;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Components.Web.Virtualization;
|
||||
using Microsoft.AspNetCore.Components.WebAssembly.Http;
|
||||
using Microsoft.JSInterop;
|
||||
using GPW.CORE.SMART;
|
||||
using GPW.CORE.SMART.Shared;
|
||||
|
||||
namespace GPW.CORE.SMART.Components
|
||||
{
|
||||
public partial class ListaTimbrature
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
/* #region BOTTONI*/
|
||||
.bottoni {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.entr, .usc {
|
||||
border: none;
|
||||
background: none;
|
||||
padding: 4px;
|
||||
border-radius: 12px;
|
||||
width: 11.5rem;
|
||||
height: 2.45rem;
|
||||
color: #ffffff;
|
||||
box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
.entr {
|
||||
background-color: #27AE60;
|
||||
}
|
||||
|
||||
.usc {
|
||||
background-color: #3498DB;
|
||||
|
||||
}
|
||||
/* #endregion BOTTONI*/
|
||||
|
||||
/* #region TABELLA*/
|
||||
.temp{
|
||||
border: 2px solid #000;
|
||||
background: none;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.tabella{
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
tr{
|
||||
border-bottom: 1px solid rgba(0,0,0,1);
|
||||
}
|
||||
|
||||
td{
|
||||
padding-right: 10px
|
||||
}
|
||||
|
||||
.contenuto{
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.hEntr {
|
||||
color: #27AE60;
|
||||
}
|
||||
|
||||
.hEsc {
|
||||
color: #222266;
|
||||
}
|
||||
|
||||
.btnData {
|
||||
border: none;
|
||||
background-color: #34495E;
|
||||
border-radius: 12px;
|
||||
color: #ffffff;
|
||||
width: 3.25rem;
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
.btnData span{
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/* #endregion TABELLA*/
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<div>
|
||||
|
||||
<div class="slider">
|
||||
<button>
|
||||
^
|
||||
</button>
|
||||
</div>
|
||||
<div class="navBottomContainer">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using System.Net.Http;
|
||||
using System.Net.Http.Json;
|
||||
using Microsoft.AspNetCore.Components.Forms;
|
||||
using Microsoft.AspNetCore.Components.Routing;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Components.Web.Virtualization;
|
||||
using Microsoft.AspNetCore.Components.WebAssembly.Http;
|
||||
using Microsoft.JSInterop;
|
||||
using GPW.CORE.SMART;
|
||||
using GPW.CORE.SMART.Shared;
|
||||
|
||||
namespace GPW.CORE.SMART.Components
|
||||
{
|
||||
public partial class NavBottom
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
body {
|
||||
}
|
||||
|
||||
/* #region BOTTOM*/
|
||||
|
||||
.navBottomContainer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 4.75rem;
|
||||
background-color: #34495E;
|
||||
border-radius: 12px 12px 0px 0px;
|
||||
}
|
||||
.slider{
|
||||
text-align: center;
|
||||
}
|
||||
.slider button {
|
||||
border: none;
|
||||
position: fixed;
|
||||
left: 10rem;
|
||||
bottom: 4rem;
|
||||
width: 4.37rem;
|
||||
height: 2.5rem;
|
||||
background-color: rgba(149, 165, 166, 0.5);
|
||||
border-radius: 12px 12px 0px 0px;
|
||||
box-shadow: 0px -4px 4px rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
/* #endregion BOTTOM*/
|
||||
@@ -1,9 +1,6 @@
|
||||
@page "/"
|
||||
@using GPW.CORE.SMART.Components
|
||||
|
||||
<PageTitle>Index</PageTitle>
|
||||
|
||||
<h1>Hello, world!</h1>
|
||||
<ListaTimbrature></ListaTimbrature>
|
||||
|
||||
Welcome to your new app.
|
||||
|
||||
<SurveyPrompt Title="How is Blazor working for you?" />
|
||||
|
||||
@@ -1,61 +0,0 @@
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@namespace GPW.CORE.SMART.Pages
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="google" content="notranslate">
|
||||
<base href="~/" />
|
||||
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="lib/bootstrap-icons/font/bootstrap-icons.min.css" />
|
||||
<link rel="stylesheet" href="css/site.min.css" />
|
||||
<link rel="stylesheet" href="lib/font-awesome/css/all.min.css" />
|
||||
<link href="MP.INVE.styles.css" rel="stylesheet" />
|
||||
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
|
||||
</head>
|
||||
<body>
|
||||
@RenderBody()
|
||||
|
||||
<div id="blazor-error-ui">
|
||||
<environment include="Staging,Production">
|
||||
An error has occurred. This application may no longer respond until reloaded.
|
||||
</environment>
|
||||
<environment include="Development">
|
||||
An unhandled exception has occurred. See browser dev tools for details.
|
||||
</environment>
|
||||
<a href="" class="reload">Reload</a>
|
||||
<a class="dismiss">🗙</a>
|
||||
</div>
|
||||
|
||||
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="_framework/blazor.server.js" autostart="false"></script>
|
||||
<script src="lib/modalHandler.js"></script>
|
||||
|
||||
@*Gestione autoriconnessione: https://github.com/dotnet/aspnetcore/issues/38305 (vedere anche https://docs.microsoft.com/it-it/aspnet/core/blazor/fundamentals/signalr?view=aspnetcore-6.0#modify-the-reconnection-handler-blazor-server)*@
|
||||
<script>
|
||||
Blazor.start({
|
||||
reconnectionOptions: {
|
||||
maxRetries: 300,
|
||||
retryIntervalMilliseconds: 2000
|
||||
}
|
||||
}).then(() => {
|
||||
Object.defineProperty(Blazor.defaultReconnectionHandler, '_reconnectionDisplay', {
|
||||
get() {
|
||||
return this.__reconnectionDisplay;
|
||||
},
|
||||
set(value) {
|
||||
this.__reconnectionDisplay = {
|
||||
show: () => value.show(),
|
||||
update: (d) => value.update(d),
|
||||
rejected: (d) => document.location.reload()
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -15,9 +15,9 @@
|
||||
<article class="content pt-0 m-2">
|
||||
@Body
|
||||
</article>
|
||||
@*<div class="fixed-bottom bottom-row px-2">
|
||||
<CmpFooter></CmpFooter>
|
||||
</div>*@
|
||||
<div>
|
||||
<NavBottom></NavBottom>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user