Michele: correzione refusi (Listino), Corretto errore edit quando entro come amministratore (Regist.Controller), Modifica scritta tasto download app (PagPrincipale)

This commit is contained in:
michele 2024-04-17 16:38:57 +02:00
parent ac3f1c51c4
commit 142a2042d5
4 changed files with 12 additions and 12 deletions

View File

@ -276,7 +276,9 @@ namespace VirtualTask.Controllers
//apiUrl = helper.GetStringValue("apiUrl"); //apiUrl = helper.GetStringValue("apiUrl");
//urlBase = apiUrl + "chiusureVtList"; //urlBase = apiUrl + "chiusureVtList";
urlBase = "http://10.0.0.187:8000/api/Polo/RegistrazioniList"; //urlBase = "http://10.0.0.187:8000/api/Polo/RegistrazioniList";
urlBase = apiUrl + "registrazioniList";
//urlBase = urlBase + "?token=" + token; //urlBase = urlBase + "?token=" + token;
Uri baseAddress = new Uri(urlBase); Uri baseAddress = new Uri(urlBase);
client = new HttpClient(); client = new HttpClient();

View File

@ -12,7 +12,6 @@
<div class="agy-project-wrapper agy-project-page-wrapper"> <div class="agy-project-wrapper agy-project-page-wrapper">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<p> <p>
<a asp-action="Create" class="info-data"><img src="~/assets/images/icons8-nuovo-50.png" alt="Crea un nuovo elemento" /></a> <a asp-action="Create" class="info-data"><img src="~/assets/images/icons8-nuovo-50.png" alt="Crea un nuovo elemento" /></a>
</p> </p>
@ -20,8 +19,8 @@
<thead> <thead>
<tr> <tr>
<th>ID</th> <th>ID</th>
<th>NOME</th> <th>CLIENTE</th>
<th>COGNOME</th> @* <th>COGNOME</th> *@
<th>TELEFONO</th> <th>TELEFONO</th>
<th>CELLULARE</th> <th>CELLULARE</th>
<th>EMAIL</th> <th>EMAIL</th>
@ -32,7 +31,7 @@
<th hidden>CITTA'</th> <th hidden>CITTA'</th>
<th hidden>PROVINCIA</th> <th hidden>PROVINCIA</th>
<th hidden>NAZIONE</th> <th hidden>NAZIONE</th>
<th hidden>ATTIVATO</th> <th>ATTIVATO</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -43,11 +42,11 @@
@Html.DisplayFor(modelItem => item.id) @Html.DisplayFor(modelItem => item.id)
</td> </td>
<td> <td>
@Html.DisplayFor(modelItem => item.nome) @Html.DisplayFor(modelItem => item.nome) @Html.DisplayFor(modelItem => item.cognome)
</td> </td>
<td> @* <td>
@Html.DisplayFor(modelItem => item.cognome) @Html.DisplayFor(modelItem => item.cognome)
</td> </td> *@
<td> <td>
@Html.DisplayFor(modelItem => item.telefono) @Html.DisplayFor(modelItem => item.telefono)
</td> </td>
@ -78,7 +77,7 @@
<td hidden> <td hidden>
@Html.DisplayFor(modelItem => item.nazione) @Html.DisplayFor(modelItem => item.nazione)
</td> </td>
<td hidden> <td>
@Html.DisplayFor(modelItem => item.attivato) @Html.DisplayFor(modelItem => item.attivato)
</td> </td>
@ -95,7 +94,6 @@
<img alt="Elimina" src="@Url.Content("~/assets/images/icons8-elimina-50.png")" style="width:30px;height:30px;"> <img alt="Elimina" src="@Url.Content("~/assets/images/icons8-elimina-50.png")" style="width:30px;height:30px;">
</a> </a>
</td> </td>
</tr> </tr>
} }
</tbody> </tbody>

View File

@ -248,7 +248,7 @@ Purchase:
prezioso strumento per ottimizzare e semplificare le operazioni di assistenza e prezioso strumento per ottimizzare e semplificare le operazioni di assistenza e
manutenzione in mobilità. manutenzione in mobilità.
</p> </p>
<a href="@Url.Action("VT_Read", "Home")" class="agy-btn">Download APP</a> <a href="@Url.Action("VT_Read", "Home")" class="agy-btn">Download App FREE</a>
</div> </div>
</div> </div>
<div class="col-lg-6 col-md-6 col-sm-6 col-12"> <div class="col-lg-6 col-md-6 col-sm-6 col-12">