@if (currStep == CompileStep.Template) { @foreach (var item in IN_TemplateDTOList) { string colorClass = ""; @if (SelTemplateDTO != null && item.Index == SelTemplateDTO.Index) colorClass = "table-success"; else colorClass = ""; }
# Image Description
@item.Index @item.Description
@* *@ } else if (currStep == CompileStep.Frame) {
Dimensioni
@foreach (FrameDimension dimension in m_Frame.DimensionList) {
@dimension.nIndex @dimension.sName
}
Giunzioni telaio
@foreach (Joint joint in m_Frame.JointList) {
}
Bottom rail
Quantità
@* *@
@*img*@
} else if (currStep == CompileStep.Split) {
@foreach(var item in SplitList) {
Numero
@foreach (var dim in item.SplitPositionList) {
Altezza area inferiore
}
} @* *@
@*img*@
} else if (currStep == CompileStep.Sash) {
@foreach (var item in SashList) {
Numero
Orientamento
@foreach (SashDimension sash in item.SashList) {
Apertura
Dimensione
}
Giunzioni ante
@foreach (Joint joint in item.JointList) {
}
Bottom rail
Quantità
} @* *@
@* img *@
} else if (currStep == CompileStep.Fill) {
@foreach (var Fill in FillList) {
Riempimento
@* *@
} @*
*@ @* *@
@*img*@
}