From c0abe31ebd2c5d4d27fe38600457e634b397a6a3 Mon Sep 17 00:00:00 2001 From: Annamaria Sassi Date: Wed, 16 Jul 2025 09:20:52 +0200 Subject: [PATCH] - aggiornate tabella template --- WebWindowConfigurator/WebWindowMaker.razor | 37 ++++++++++++++++++++-- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/WebWindowConfigurator/WebWindowMaker.razor b/WebWindowConfigurator/WebWindowMaker.razor index 3d5e97a..20c53c9 100644 --- a/WebWindowConfigurator/WebWindowMaker.razor +++ b/WebWindowConfigurator/WebWindowMaker.razor @@ -48,7 +48,7 @@
@if (currStep == CompileStep.General) { - + @*
@@ -60,8 +60,8 @@ @foreach (var item in m_TemplateList) { bool bIsInside = false; -@* string colorClass = (item == SelTemplate) ? "table-success" : ""; - *@ + string colorClass = (item == SelTemplate) ? "table-success" : ""; + string colorClass = ""; @if (item == SelTemplate) colorClass = "table-success"; @@ -78,6 +78,37 @@ } +
#
*@ + + + + + + + + + + + @foreach (var item in m_TemplateList) + { + @*bool bIsInside = false; + string colorClass = (item == SelTemplate) ? "table-success" : ""; *@ + string colorClass = ""; + @if (item == SelTemplate) + colorClass = "table-success"; + @* else if (item == InsideTemplate) + colorClass = "table-info"; *@ + else + colorClass = ""; + + @* @onmouseenter="() => { InsideTemplate = item; }" + @onmouseleave="() => { InsideTemplate = null; }" *@ + + + + + } +
#ImageDescription
@item.nIndex...@item.sDescription
@foreach (FrameDimension dimension in m_frame.DimensionList) {