VirtualTask/Views/Home/Index.cshtml
2024-01-05 14:48:17 +01:00

75 lines
4.7 KiB
Plaintext

@addTagHelper*, Microsoft.AspNetCore.Mvc.TagHelpers
@model SelectList
@{
ViewData["Title"] = "My workspace";
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
}
<div class="agy-project-wrapper agy-project-page-wrapper">
<div class="container">
<div class="row agy-work-text" style="">
<div style="float:left;width:20%;font-weight:bold;text-align:center;">Anagrafiche/Codifiche</div>
<div style="float:left;width:5%;">&nbsp;</div>
<div style="float:left;width:20%;font-weight:bold;text-align:center">Chiamate</div>
<div style="float:left;width:5%;">&nbsp;</div>
<div style="float:left;width:20%;font-weight:bold;text-align:center">Buoni intervento</div>
<div style="float:left;width:5%;">&nbsp;</div>
<div style="float:left;width:20%;font-weight:bold;text-align:center">Export</div>
<div style="float:left;width:5%;">&nbsp;</div>
</div>
<div class="row agy-work-text" style="">
<div style="float:left;width:100%;">&nbsp;</div>
</div>
<div class="row agy-work-text" style="">
<div style="float:left;width:20%;text-align:center;"><a asp-area="" asp-controller="Anag" asp-action="Index"><img src="~/assets/images/Entity.png"></a></div>
<div style="float:left;width:5%;background-color:white;"><img src="~/assets/images/r_arrow2.png"></div>
<div style="float:left;width:20%;text-align:center;">&nbsp;</div>
<div style="float:left;width:5%;background-color:white;">&nbsp;</div>
<div style="float:left;width:20%;text-align:center;">&nbsp;</div>
<div style="float:left;width:5%;background-color:white;">&nbsp;</div>
<div style="float:left;width:20%;text-align:center;">&nbsp;</div>
<div style="float:left;width:5%;background-color:white;">&nbsp;</div>
</div>
<div class="row agy-work-text" style="">
<div style="float:left;width:20%;text-align:center;">Clienti</div>
<div style="float:left;width:5%;">&nbsp;</div>
<div style="float:left;width:20%;text-align:center;">&nbsp;</div>
<div style="float:left;width:5%;background-color:white;">&nbsp;</div>
<div style="float:left;width:20%;text-align:center;">&nbsp;</div>
<div style="float:left;width:5%;background-color:white;">&nbsp;</div>
<div style="float:left;width:20%;">&nbsp;</div>
<div style="float:left;width:5%;">&nbsp;</div>
</div>
<div class="row agy-work-text" style="">
<div style="float:left;width:20%;text-align:center;"><a asp-area="" asp-controller="Tecnici" asp-action="Index"><img src="~/assets/images/Entity.png"></a></div>
<div style="float:left;width:5%;"><img src="~/assets/images/r_arrow2.png"></div>
<div style="float:left;width:20%;text-align:center;"><a asp-area="" asp-controller="Chiamate" asp-action="Index"><img src="~/assets/images/chiamate.png"></a></div>
<div style="float:left;width:5%;background-color:white;"><img src="~/assets/images/r_arrow2.png"></div>
<div style="float:left;width:20%;text-align:center;"><a asp-area="" asp-controller="Rapp_New" asp-action="Index"><img src="~/assets/images/buoni.png"></a></div>
<div style="float:left;width:5%;background-color:white;"><img src="~/assets/images/r_arrow2.png"></div>
<div style="float:left;width:20%;text-align:center;"><a asp-area="" asp-controller="Rapportini" asp-action="Index"><img src="~/assets/images/export.png"></a></div>
<div style="float:left;width:5%;">&nbsp;</div>
</div>
<div class="row agy-work-text" style="">
<div style="float:left;width:20%;text-align:center;">Tecnici</div>
<div style="float:left;width:5%;">&nbsp;</div>
<div style="float:left;width:20%;">&nbsp;</div>
<div style="float:left;width:55%;">&nbsp;</div>
</div>
<div class="row agy-work-text" style="">
<div style="float:left;width:20%;text-align:center;"><a asp-area="" asp-controller="Impianti" asp-action="Index"><img src="~/assets/images/Entity.png"></a></div>
<div style="float:left;width:5%;"><img src="~/assets/images/r_arrow2.png"></div>
<div style="float:left;width:20%;">&nbsp;</div>
<div style="float:left;width:55%;">&nbsp;</div>
</div>
<div class="row agy-work-text" style="">
<div style="float:left;width:20%;text-align:center;">Impianti</div>
<div style="float:left;width:5%;">&nbsp;</div>
<div style="float:left;width:20%;">&nbsp;</div>
<div style="float:left;width:55%;">&nbsp;</div>
</div>
</div>
</div>