@if (currStep == CompileStep.Template)
{
| # |
Image |
Description |
@foreach (var item in IN_TemplateDTOList)
{
string colorClass = "";
@if (SelTemplateDTO != null && item.Index == SelTemplateDTO.Index)
colorClass = "table-success";
else
colorClass = "";
DoSelect(item)">
| @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)
{
}
@*
*@
@*img*@
}
else if (currStep == CompileStep.Split)
{
@foreach(var item in SplitList)
{
}
@*
*@
@*img*@
}
else if (currStep == CompileStep.Sash)
{
@foreach (var item in SashList)
{
@foreach (SashDimension sash in item.SashList)
{
}
Giunzioni ante
@foreach (Joint joint in item.JointList)
{
}
}
@*
*@
@* img *@
}
else if (currStep == CompileStep.Fill)
{
@foreach (var Fill in FillList)
{
}
@*
*@
@*
*@
@*img*@
}