@using static WebWindowComplex.LayoutConst
@if (isLoading) { } else { if (listErrPre != null && listErrPre.Count > 0) {
Errori validazione!
    @foreach (var item in listErrPre) {
  • @item.Value
  • }
} else if (listErrLink != null && listErrLink.Count > 0) {
Errore configurazione:
    @foreach (var item in listErrLink) {
  • @item.Value
  • }
} else {
@if (currStep != CompileStep.Template) { }
@if (string.IsNullOrEmpty(LiveData.CurrJwd)) { @if (currStep == CompileStep.Template && ListPayload.TemplateDTO != null) { @foreach (var item in ListPayload.TemplateDTO) { string colorClass = ""; @if (SelTemplateDTO != null && item.Index == SelTemplateDTO.Index) colorClass = "table-success"; else colorClass = ""; }
# Image Description
@item.Index @item.Description
} } @if (currStep == CompileStep.Tree) { } else if (currStep == CompileStep.Frame) { @if (m_CurrWindow != null) { m_PreviousWindow = m_CurrWindow; } } else if (currStep == CompileStep.Split) { @if (currSplit >= SplitList.Count || currSplit == -1) { currStep = CompileStep.Tree; } else { } } else if (currStep == CompileStep.Sash) { @if (currSash >= SashList.Count || currSash == -1) { currStep = CompileStep.Tree; } else { } } else if (currStep == CompileStep.Fill) { @if (currFill >= FillList.Count || currFill == -1) { currStep = CompileStep.Tree; } else { } } else if (currStep == CompileStep.General) { }
@if (currStep != CompileStep.Template) {
@outSvg
} if (listWarnings != null && listWarnings.Count > 0) {
Mancata corrispondenza valori:
    @foreach (var item in listWarnings) {
  • @item.Value
  • }
} } }
@if (bError) { }