@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
Giunzioni ante
@foreach (Joint joint in item.JointList) {
}
Bottom rail
Quantità
} @* *@
@* img *@
} else if (currStep == CompileStep.Fill) {
aggiungi riempimento @* *@
}
@*
@if (currStep == CompileStep.General) {
@foreach (FrameDimension dimension in m_Frame.DimensionList) {
@dimension.nIndex @dimension.sName
}
} else if (currStep == CompileStep.Shape) {
aggiungi forma
} else if (currStep == CompileStep.Dimension) {
aggiungi dimensioni
} else if (currStep == CompileStep.Open) {
scegli apertura
}
*@ @*
*@