VirtualTask/Views/CodSegna/Details.cshtml
michele b49ccc7934 Gestione Codici segnalazione
azienda lunghezza strettamente 5
+ correzioni varie
2025-05-12 15:44:21 +02:00

91 lines
3.3 KiB
Plaintext

@model VirtualTask.Models.CodiceSegnalazione
@{
ViewData["Title"] = "Dettaglio codice segnalazione";
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
}
<div class="agy-project-wrapper agy-project-page-wrapper">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="col-md-10">
<b>@Html.DisplayNameFor(model => model.cscodice)</b> - @Html.DisplayFor(model => model.cscodice)
</div>
<div class="col-md-10">
<b>@Html.DisplayNameFor(model => model.csdescr)</b> - @Html.DisplayFor(model => model.csdescr)
</div>
<div class="col-md-10">
<b>@Html.DisplayNameFor(model => model.csferimp)</b> - @Html.DisplayFor(model => model.csferimp)
</div>
<div class="col-md-10">
<b>@Html.DisplayNameFor(model => model.cscodazi)</b> @Html.DisplayFor(model => model.cscodazi)
</div>
<div class="col-md-10">
<b>@Html.DisplayNameFor(model => model.cstipseg)</b> @Html.DisplayFor(model => model.cstipseg)
</div>
@Html.HiddenFor(model => model.DataObso)
<div>
<a asp-action="Index" value="Torna alla lista" class="agy-btn submitForm">Torna alla lista</a>
</div>
</div>
</div>
</div>
</div>
@* @model VirtualTask.Models.CodiceSegnalazione *@
@* @{ *@
@* ViewData["Title"] = "Details"; *@
@* } *@
@* <h1>Details</h1> *@
@* <div> *@
@* <h4>CodiceSegnalazione</h4> *@
@* <hr /> *@
@* <dl class="row"> *@
@* <dt class = "col-sm-2"> *@
@* @Html.DisplayNameFor(model => model.cscodice) *@
@* </dt> *@
@* <dd class = "col-sm-10"> *@
@* @Html.DisplayFor(model => model.cscodice) *@
@* </dd> *@
@* <dt class = "col-sm-2"> *@
@* @Html.DisplayNameFor(model => model.csdescr) *@
@* </dt> *@
@* <dd class = "col-sm-10"> *@
@* @Html.DisplayFor(model => model.csdescr) *@
@* </dd> *@
@* <dt class = "col-sm-2"> *@
@* @Html.DisplayNameFor(model => model.csferimp) *@
@* </dt> *@
@* <dd class = "col-sm-10"> *@
@* @Html.DisplayFor(model => model.csferimp) *@
@* </dd> *@
@* <dt class = "col-sm-2"> *@
@* @Html.DisplayNameFor(model => model.cscodazi) *@
@* </dt> *@
@* <dd class = "col-sm-10"> *@
@* @Html.DisplayFor(model => model.cscodazi) *@
@* </dd> *@
@* <dt class = "col-sm-2"> *@
@* @Html.DisplayNameFor(model => model.cstipseg) *@
@* </dt> *@
@* <dd class = "col-sm-10"> *@
@* @Html.DisplayFor(model => model.cstipseg) *@
@* </dd> *@
@* <dt class = "col-sm-2"> *@
@* @Html.DisplayNameFor(model => model.DataObso) *@
@* </dt> *@
@* <dd class = "col-sm-10"> *@
@* @Html.DisplayFor(model => model.DataObso) *@
@* </dd> *@
@* </dl> *@
@* </div> *@
@* <div> *@
@* @Html.ActionLink("Edit", "Edit", new { /* id = Model.PrimaryKey */ }) | *@
@* <a asp-action="Index">Back to List</a> *@
@* </div> *@