Michele: modifiche template
This commit is contained in:
parent
16f3c492dc
commit
bbcc830344
@ -358,7 +358,7 @@ namespace VirtualTask.Controllers
|
||||
SelectListItem listItemFirst = new SelectListItem();
|
||||
|
||||
listItemFirst.Value = string.Empty;
|
||||
listItemFirst.Text = "--selezionare un cliente--";
|
||||
listItemFirst.Text = "- Selezionare un cliente";
|
||||
selectItems.Add(listItemFirst);
|
||||
|
||||
foreach (var role in modelList)
|
||||
|
||||
@ -29,7 +29,7 @@ namespace VirtualTask.Models
|
||||
[StringLength(20)]
|
||||
public string? tcpwd { get; set;}
|
||||
|
||||
[Display(Name = "Costo ordinario")]
|
||||
[Display(Name = "Costo orario")]
|
||||
[Column(TypeName = "decimal(18, 4)")]
|
||||
public decimal? tccoor { get; set;}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Anag
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Nuovo";
|
||||
ViewData["Title"] = "Nuovo cliente";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Anag
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Elimina";
|
||||
ViewData["Title"] = "Elimina cliente";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Anag
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Dettaglio";
|
||||
ViewData["Title"] = "Dettaglio cliente";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Anag
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Modifica";
|
||||
ViewData["Title"] = "Modifica cliente";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.AziendaRif
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Nuovo";
|
||||
ViewData["Title"] = "Nuova azienda";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.AziendaRif
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Elimina";
|
||||
ViewData["Title"] = "Elimina azienda";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.AziendaRif
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Details";
|
||||
ViewData["Title"] = "Details azienda";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.AziendaRif
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Edit";
|
||||
ViewData["Title"] = "Modifica azienda";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Chiamate
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Nuovo";
|
||||
ViewData["Title"] = "Nuova chiamata";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Chiamate
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Elimina";
|
||||
ViewData["Title"] = "Elimina chiamata";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Chiamate
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Dettaglio";
|
||||
ViewData["Title"] = "Dettaglio chiamata";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
int numChia = -1;
|
||||
numChia = Convert.ToInt32(Model.chnumero);
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Chiamate
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Modifica";
|
||||
ViewData["Title"] = "Modifica chiamata";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
int numChia = -1;
|
||||
numChia = Convert.ToInt32(Model.chnumero);
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Chiusure
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Nuovo";
|
||||
ViewData["Title"] = "Nuova chiusura";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
<div class="agy-project-wrapper agy-project-page-wrapper">
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Chiusure
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Elimina";
|
||||
ViewData["Title"] = "Elimina chiusura";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Chiusure
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Dettaglio";
|
||||
ViewData["Title"] = "Dettaglio chiusura";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Chiusure
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Modifica";
|
||||
ViewData["Title"] = "Modifica chiusura";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.CommesseVT_Table
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Nuovo";
|
||||
ViewData["Title"] = "Nuova commessa";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.CommesseVT_Table
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Elimina";
|
||||
ViewData["Title"] = "Elimina commessa";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
|
||||
<link href="~/Content/PagedList.css" rel="stylesheet" type="text/css" />
|
||||
@{
|
||||
ViewData["Title"] = "Dettaglio";
|
||||
ViewData["Title"] = "Dettaglio commessa";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
@ -18,9 +18,10 @@
|
||||
<div class="col-md-10">
|
||||
<b>@Html.DisplayNameFor(model => model.laserial)</b> @Html.DisplayFor(model => model.laserial)
|
||||
</div>
|
||||
<div class="col-md-10">
|
||||
@Html.HiddenFor(model => model.lacodazi)
|
||||
@* <div class="col-md-10">
|
||||
<b>@Html.DisplayNameFor(model => model.lacodazi)</b> @Html.DisplayFor(model => model.lacodazi)
|
||||
</div>
|
||||
</div> *@
|
||||
<div class="col-md-10">
|
||||
<b>@Html.DisplayNameFor(model => model.lacodcom)</b> @Html.DisplayFor(model => model.lacodcom)
|
||||
</div>
|
||||
@ -34,9 +35,10 @@
|
||||
<dd class="col-sm-10">
|
||||
@Html.DisplayFor(model => model.ladatchi)
|
||||
</dd> *@
|
||||
<div class="col-md-10">
|
||||
@Html.HiddenFor(model => model.latipcli)
|
||||
@* <div class="col-md-10">
|
||||
<b>@Html.DisplayNameFor(model => model.latipcli)</b> @Html.DisplayFor(model => model.latipcli)
|
||||
</div>
|
||||
</div> *@
|
||||
<div class="col-md-10">
|
||||
<b>@Html.DisplayNameFor(model => model.lacodcli)</b> @Html.DisplayFor(model => model.lacodcli)
|
||||
</div>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.CommesseVT_Table
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Modifica";
|
||||
ViewData["Title"] = "Modifica commessa";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
@ -15,45 +15,52 @@
|
||||
<div asp-validation-summary="ModelOnly" class="text-danger"></div>
|
||||
|
||||
<div class="form-group">
|
||||
<label asp-for="laserial" class="control-label"></label>
|
||||
<input asp-for="laserial" class="agy-form-field" class="form-control" placeholder="Seriale commessa"/>
|
||||
<span asp-validation-for="laserial" class="text-danger"></span>
|
||||
<h5><label asp-for="laserial" class="control-label"></label></h5>
|
||||
@* <input asp-for="laserial" class="agy-form-field" class="form-control" placeholder="Seriale commessa"/> *@
|
||||
@Html.DisplayFor(x => x.laserial)
|
||||
@* <span asp-validation-for="laserial" class="text-danger"></span> *@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-12"> </div>
|
||||
@Html.HiddenFor(x => x.lacodazi)
|
||||
@* <div class="form-group">
|
||||
<label asp-for="lacodazi" class="control-label"></label>
|
||||
<input asp-for="lacodazi" class="agy-form-field" class="form-control" placeholder="Codice azienda"/>
|
||||
<span asp-validation-for="lacodazi" class="text-danger"></span>
|
||||
</div>
|
||||
</div> *@
|
||||
<div class="form-group">
|
||||
<label asp-for="lacodcom" class="control-label"></label>
|
||||
<h5><label asp-for="lacodcom" class="control-label"></label></h5>
|
||||
<input asp-for="lacodcom" class="agy-form-field" class="form-control" placeholder="Codice commessa"/>
|
||||
<span asp-validation-for="lacodcom" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-12"> </div>
|
||||
<div class="form-group">
|
||||
<label asp-for="ladeslav" class="control-label"></label>
|
||||
<h5><label asp-for="ladeslav" class="control-label"></label></h5>
|
||||
<input asp-for="ladeslav" class="agy-form-field" class="form-control" placeholder="Descr. lavoro"/>
|
||||
<span asp-validation-for="ladeslav" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
@Html.HiddenFor(x => x.ladatchi)
|
||||
@* <label asp-for="ladatchi" class="control-label"></label>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-12"> </div>
|
||||
@Html.HiddenFor(x => x.ladatchi)
|
||||
@* <div class="form-group">
|
||||
<label asp-for="ladatchi" class="control-label"></label>
|
||||
<input asp-for="ladatchi" class="agy-form-field" class="form-control" />
|
||||
<span asp-validation-for="ladatchi" class="text-danger"></span> *@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<span asp-validation-for="ladatchi" class="text-danger"></span>
|
||||
</div> *@
|
||||
@Html.HiddenFor(x => x.latipcli)
|
||||
@* <div class="form-group">
|
||||
<label asp-for="latipcli" class="control-label"></label>
|
||||
<input asp-for="latipcli" class="agy-form-field" class="form-control" placeholder="Tipo cliente"/>
|
||||
<span asp-validation-for="latipcli" class="text-danger"></span>
|
||||
</div>
|
||||
</div> *@
|
||||
<div class="form-group">
|
||||
<label asp-for="lacodcli" class="control-label"></label>
|
||||
@Html.DropDownListFor(x => x.lacodcli,(IEnumerable<SelectListItem>)ViewBag.Anag, new{@class = "form-control"})
|
||||
<h5><label asp-for="lacodcli" class="control-label"></label></h5>
|
||||
@Html.DropDownListFor(x => x.lacodcli, (IEnumerable<SelectListItem>)ViewBag.Anag, new { @class = "agy-form-field require" })
|
||||
@* <input asp-for="lacodcli" class="agy-form-field" class="agy-form-field" class="form-control" /> *@
|
||||
<span asp-validation-for="lacodcli" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-12"> </div>
|
||||
<div class="form-group">
|
||||
<label asp-for="lacodimp" class="control-label"></label>
|
||||
@Html.DropDownListFor(x => x.lacodimp,(IEnumerable<SelectListItem>)ViewBag.Impianti, new{@class = "form-control"})
|
||||
<h5><label asp-for="lacodimp" class="control-label"></label></h5>
|
||||
@Html.DropDownListFor(x => x.lacodimp, (IEnumerable<SelectListItem>)ViewBag.Impianti, new { @class = "agy-form-field require" })
|
||||
@* <input asp-for="lacodcli" class="agy-form-field" class="agy-form-field" class="form-control" /> *@
|
||||
<span asp-validation-for="lacodimp" class="text-danger"></span>
|
||||
</div>
|
||||
|
||||
@ -32,12 +32,12 @@
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Seriale Commessa</th>
|
||||
<th>Azienda</th>
|
||||
<th hidden>Seriale Commessa</th>
|
||||
<th hidden>Azienda</th>
|
||||
<th>Cod. Commessa</th>
|
||||
<th>Fase Commessa</th>
|
||||
<th hidden>Fine validita Commessa</th>
|
||||
<th>Tipo</th>
|
||||
<th hidden>Tipo</th>
|
||||
<th>Cod. Cliente</th>
|
||||
<th>Cliente</th>
|
||||
<th>impianto</th>
|
||||
@ -54,10 +54,10 @@
|
||||
@foreach (var item in Model)
|
||||
{
|
||||
<tr>
|
||||
<td>
|
||||
<td hidden>
|
||||
@Html.DisplayFor(modelItem => item.laserial)
|
||||
</td>
|
||||
<td>
|
||||
<td hidden>
|
||||
@Html.DisplayFor(modelItem => item.lacodazi)
|
||||
</td>
|
||||
<td>
|
||||
@ -69,7 +69,7 @@
|
||||
<td hidden>
|
||||
@Html.DisplayFor(modelItem => item.ladatchi)
|
||||
</td>
|
||||
<td>
|
||||
<td hidden>
|
||||
@Html.DisplayFor(modelItem => item.latipcli)
|
||||
</td>
|
||||
<td>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.DatiAzienda
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Nuovo";
|
||||
ViewData["Title"] = "Nuova azienda";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
<div class="agy-project-wrapper agy-project-page-wrapper">
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.DatiAziendaTable
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Elimina";
|
||||
ViewData["Title"] = "Elimina azienda";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.DatiAziendaTable
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Dettaglio";
|
||||
ViewData["Title"] = "Dettaglio azienda";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.DatiAziendaTable
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Edit";
|
||||
ViewData["Title"] = "Edit azienda";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@addTagHelper*, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@model SelectList
|
||||
@{
|
||||
ViewData["Title"] = "Area Riservata";
|
||||
ViewData["Title"] = "My workspace";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
<div class="agy-project-wrapper agy-project-page-wrapper">
|
||||
@ -44,9 +44,9 @@
|
||||
<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="Rapportini" asp-action="Index"><img src="~/assets/images/buoni.png"></a></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="Rapp_New" asp-action="Index"><img src="~/assets/images/export.png"></a></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%;"> </div>
|
||||
</div>
|
||||
<div class="row agy-work-text" style="">
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Impianto
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Nuovo";
|
||||
ViewData["Title"] = "Nuovo impianto";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Impianto
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Elimina";
|
||||
ViewData["Title"] = "Elimina impianto";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Impianto
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Dettaglio";
|
||||
ViewData["Title"] = "Dettaglio impianto";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Impianto
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Modifica";
|
||||
ViewData["Title"] = "Modifica impianto";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Schede intervento";
|
||||
ViewData["Title"] = "Buoni intervento";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
{
|
||||
|
||||
<div>
|
||||
<div style="float:left;width:40%;padding:0 20px;">@Html.TextBox("SearchString", null, new { placeholder = "Cerca per data rapportino", @class = "agy-form-field require" })</div>
|
||||
<div style="float:left;width:40%;padding:0 20px;">@Html.TextBox("SearchString", null, new { placeholder = "Cerca per data buono", @class = "agy-form-field require" })</div>
|
||||
<div style="float:left;width:2%;"> </div>
|
||||
<div style="float:left;width:57%;"><input type="submit" value="Cerca" class="agy-btn submitForm" /></div>
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
@* <th>Seriale rapportino</th> *@
|
||||
@* <th>Tipo rapportino</th> *@
|
||||
@* <th>Azienda</th> *@
|
||||
<th>Data rapportino</th>
|
||||
<th>Data buono</th>
|
||||
<th>Codice impianto</th>
|
||||
@* <th hidden>Az. chiamata</th> *@
|
||||
@* <th hidden>Seriale chiamata</th> *@
|
||||
|
||||
@ -53,12 +53,12 @@
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Seriale Rapportino</th>
|
||||
<th>Seriale buono</th>
|
||||
<th>Azienda impianto</th>
|
||||
<th>Codice impianto</th>
|
||||
<th>Seriale chiamate</th>
|
||||
<th>Seriale commessa</th>
|
||||
<th>Data rapportino</th>
|
||||
<th>Data buono</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Registrazione
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Delete";
|
||||
ViewData["Title"] = "Elimina registrazione";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Registrazione
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Dettaglio";
|
||||
ViewData["Title"] = "Dettaglio registrazione";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@model VirtualTask.Models.Registrazione
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Modifica";
|
||||
ViewData["Title"] = "Modifica registrazione";
|
||||
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
|
||||
}
|
||||
|
||||
|
||||
@ -145,7 +145,7 @@ Purchase:
|
||||
<div class="agy-nav-items main-menu-wrapper text-right">
|
||||
<ul class="menu">
|
||||
<li>
|
||||
<a href="@Url.Action("Index", "Portale")">Home</a>
|
||||
<a href="@Url.Action("Index", "Portale")">My workspace</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void(0);">Gestione</a>
|
||||
|
||||
@ -147,7 +147,7 @@ Purchase:
|
||||
|
||||
<li><a href="@Url.Action("Create", "Registrazioni")">Richiedi Prova Gratuita</a></li>
|
||||
|
||||
<li><a href="@Url.Action("Login2", "Login")">Area Riservata</a></li>
|
||||
<li><a href="@Url.Action("Login2", "Login")">Accedi</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="agy-search-wrapper menu-btn-wrap">
|
||||
@ -984,57 +984,63 @@ Purchase:
|
||||
<div class="swiper-wrapper">
|
||||
<div class="swiper-slide">
|
||||
<div class="agy-partners-container mb-30 text-center">
|
||||
<img src="~/assets/images/clients/01.png" alt="agency" />
|
||||
<img src="~/assets/images/Immagine1.png" alt="agency" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="agy-partners-container mb-30 text-center">
|
||||
<img src="~/assets/images/clients/02.png" alt="agency" />
|
||||
<img src="~/assets/images/Immagine2.png" alt="agency" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="agy-partners-container mb-30 text-center">
|
||||
<img src="~/assets/images/clients/03.png" alt="agency" />
|
||||
<img src="~/assets/images/Immagine3.png" alt="agency" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="swiper-slide">
|
||||
<div class="agy-partners-container mb-30 text-center">
|
||||
<img src="~/assets/images/Immagine1.png" alt="agency" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="agy-partners-container mb-30 text-center">
|
||||
<img src="~/assets/images/clients/04.png" alt="agency" />
|
||||
<img src="~/assets/images/Immagine2.png" alt="agency" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="agy-partners-container mb-30 text-center">
|
||||
<img src="~/assets/images/clients/05.png" alt="agency" />
|
||||
<img src="~/assets/images/Immagine3.png" alt="agency" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="agy-partners-container mb-30 text-center">
|
||||
<img src="~/assets/images/clients/06.png" alt="agency" />
|
||||
<img src="~/assets/images/Immagine1.png" alt="agency" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="agy-partners-container mb-30 text-center">
|
||||
<img src="~/assets/images/clients/02.png" alt="agency" />
|
||||
<img src="~/assets/images/Immagine2.png" alt="agency" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="agy-partners-container mb-30 text-center">
|
||||
<img src="~/assets/images/clients/03.png" alt="agency" />
|
||||
<img src="~/assets/images/Immagine3.png" alt="agency" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="agy-partners-container mb-30 text-center">
|
||||
<img src="~/assets/images/clients/04.png" alt="agency" />
|
||||
<img src="~/assets/images/Immagine1.png" alt="agency" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="agy-partners-container mb-30 text-center">
|
||||
<img src="~/assets/images/clients/06.png" alt="agency" />
|
||||
<img src="~/assets/images/Immagine2.png" alt="agency" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
<div class="agy-partners-container mb-30 text-center">
|
||||
<img src="~/assets/images/clients/02.png" alt="agency" />
|
||||
<img src="~/assets/images/Immagine3.png" alt="agency" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1079,6 +1085,7 @@ Purchase:
|
||||
<ul>
|
||||
<li><a href="javascript:void(0)">Privacy Policy</a></li>
|
||||
<li><a href="javascript:void(0)">Cookie Policy</a></li>
|
||||
<li><a href=""</li>
|
||||
@* <li><a href="javascript:void(0)">Get In Touch</a></li>
|
||||
<li><a href="javascript:void(0)">Our Clients</a></li>
|
||||
<li><a href="javascript:void(0)">Download Broucher</a></li> *@
|
||||
|
||||
@ -45,10 +45,10 @@
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-12"> </div>
|
||||
<div class="form-group">
|
||||
<h5><label asp-for="tccoor" class="agy-client-quote"></label></h5>
|
||||
<input asp-for="tccoor" class="agy-form-field require" placeholder="Costo ordinarrio" />
|
||||
<input asp-for="tccoor" class="agy-form-field require" placeholder="Costo orario" />
|
||||
<span asp-validation-for="tccoor" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-12"> </div>
|
||||
@* <div class="col-lg-6 col-md-6 col-sm-12 col-12"> </div>
|
||||
<div class="form-group">
|
||||
<h5><label asp-for="tccono" class="agy-client-quote"></label></h5>
|
||||
<input asp-for="tccono" class="agy-form-field require" placeholder="Costo notturno" />
|
||||
@ -66,7 +66,7 @@
|
||||
<input asp-for="tccofe" class="agy-form-field require" placeholder="Costo festivo" />
|
||||
<span asp-validation-for="tccofe" class="text-danger"></span>
|
||||
</div>
|
||||
|
||||
*@
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-12"> </div>
|
||||
<div class="form-group">
|
||||
<input type="submit" value="Salva" class="agy-btn submitForm" />
|
||||
@ -77,6 +77,7 @@
|
||||
@Html.HiddenFor(x => x.tcuser)
|
||||
@Html.HiddenFor(x => x.tcpwd)
|
||||
@Html.HiddenFor(x => x.tccoor)
|
||||
@Html.HiddenFor(x => x.tccono)
|
||||
@Html.HiddenFor(x => x.tccost)
|
||||
@Html.HiddenFor(x => x.tccofe)
|
||||
</form>
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
<div class="col-md-10">
|
||||
<b>@Html.DisplayNameFor(model => model.tccoor)</b> @Html.DisplayFor(model => model.tccoor)
|
||||
</div>
|
||||
<div class="col-md-10">
|
||||
@* <div class="col-md-10">
|
||||
<b>@Html.DisplayNameFor(model => model.tccono)</b> @Html.DisplayFor(model => model.tccono)
|
||||
</div>
|
||||
<div class="col-md-10">
|
||||
@ -39,7 +39,7 @@
|
||||
</div>
|
||||
<div class="col-md-10">
|
||||
<b>@Html.DisplayNameFor(model => model.tccofe)</b> @Html.DisplayFor(model => model.tccofe)
|
||||
</div>
|
||||
</div> *@
|
||||
<div>
|
||||
<a asp-action="Index" value="Torna alla lista" class="agy-btn submitForm">Torna alla lista</a>
|
||||
</div>
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
<input asp-for="tccoor" class="agy-form-field require" placeholder="Costo ordinario" />
|
||||
<span asp-validation-for="tccoor" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-12"> </div>
|
||||
@* <div class="col-lg-6 col-md-6 col-sm-12 col-12"> </div>
|
||||
<div class="form-group">
|
||||
<h5><label asp-for="tccono" class="agy-client-quote"></label></h5>
|
||||
<input asp-for="tccono" class="agy-form-field require" placeholder="Costo notturno" />
|
||||
@ -65,13 +65,15 @@
|
||||
<h5><label asp-for="tccofe" class="agy-client-quote"></label></h5>
|
||||
<input asp-for="tccofe" class="agy-form-field require" placeholder="Costo festivo" />
|
||||
<span asp-validation-for="tccofe" class="text-danger"></span>
|
||||
</div>
|
||||
</div> *@
|
||||
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-12"> </div>
|
||||
<div class="form-group">
|
||||
<input type="submit" value="Salva" class="agy-btn submitForm" />
|
||||
</div>
|
||||
|
||||
@Html.HiddenFor(x => x.tccono)
|
||||
@Html.HiddenFor(x => x.tccost)
|
||||
@Html.HiddenFor(x => x.tccofe)
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
BIN
wwwroot/assets/images/Immagine1.png
Normal file
BIN
wwwroot/assets/images/Immagine1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
wwwroot/assets/images/Immagine2.png
Normal file
BIN
wwwroot/assets/images/Immagine2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
wwwroot/assets/images/Immagine3.png
Normal file
BIN
wwwroot/assets/images/Immagine3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Loading…
Reference in New Issue
Block a user