VirtualTask/Views/CodSegna/Details.cshtml
2025-05-28 15:50:20 +02:00

153 lines
5.9 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="table-responsive">
<table class="table table-bordered table-striped table-hover align-middle">
<thead class="table-primary">
<tr>
<th scope="col">&nbsp;</th>
<th scope="col">&nbsp;</th>
</tr>
</thead>
<tbody>
<tr>
<td class="fw-bold fs-5">
<span class="badge bg-secondary">@Html.DisplayNameFor(model => model.cscodice)</span>
</td>
<td>@Html.DisplayFor(model => model.cscodice)</td>
</tr>
<tr>
<td class="fw-bold fs-5">
<span class="badge bg-secondary">@Html.DisplayNameFor(model => model.csdescr)</span>
</td>
<td>@Html.DisplayFor(model => model.csdescr)</td>
</tr>
<tr>
<td class="fw-bold fs-5">
<span class="badge bg-secondary">@Html.DisplayNameFor(model => model.csferimp)</span>
</td>
<td>@Html.DisplayFor(model => model.csferimp)</td>
</tr>
<tr>
<td class="fw-bold fs-5">
<span class="badge bg-secondary">@Html.DisplayNameFor(model => model.cscodazi)</span>
</td>
<td>@Html.DisplayFor(model => model.cscodazi)</td>
</tr>
<tr>
<td class="fw-bold fs-5">
<span class="badge bg-secondary">@Html.DisplayNameFor(model => model.cstipseg)</span>
</td>
<td>@Html.DisplayFor(model => model.cstipseg)</td>
</tr>
</tbody>
</table>
</div>
@Html.HiddenFor(model => model.DataObso)
<div>
<a asp-action="Index" class="agy-btn submitForm">Torna alla lista</a>
</div>
</div>
</div>
@* @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> *@