6422-시험응시 안내 문구 표기 관련 문구추가
This commit is contained in:
parent
92e031e412
commit
204554be0d
|
|
@ -57,14 +57,31 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
}
|
}
|
||||||
|
|
||||||
@if (Model.Datas.Where(w => w.dtype > -1).Count() < 1)
|
@if (Model.Datas.Where(w => w.dtype > -1).Count() < 1)
|
||||||
{
|
{
|
||||||
<tr><th colspan="2" style="text-align: center; font-weight: normal; height: 100px;">- 평가할 항목이 없습니다.</th></tr>
|
<tr>
|
||||||
|
<th colspan="2" style="text-align: center; font-weight: normal; height: 100px;">
|
||||||
|
@if (Model.tabidx == 0 || Model.tabidx == 1)
|
||||||
|
{
|
||||||
|
<p><b>※ 24년 8월 22일 부터 건설기술진흥법 변경으로 집체교육 당일 교육장에서 시험평가가 진행됩니다.</b></p>
|
||||||
|
}
|
||||||
|
<p>- 평가할 항목이 없습니다.</p>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
<tr><th colspan="2" style="text-align: center; font-weight: normal; height: 100px;">현재 진도율: @Model.Datas.Where(w=>w.dtype == -1).First().intval5 %</th></tr>
|
<tr>
|
||||||
|
<th colspan="2" style="text-align: center; font-weight: normal; height: 100px;">
|
||||||
|
@if (Model.tabidx == 0 || Model.tabidx == 1)
|
||||||
|
{
|
||||||
|
<p><b>※ 24년 8월 22일 부터 건설기술진흥법 변경으로 집체교육 당일 교육장에서 시험평가가 진행됩니다.</b></p>
|
||||||
|
}
|
||||||
|
<p>현재 진도율: @Model.Datas.Where(w => w.dtype == -1).First().intval5 %</p>
|
||||||
|
</th>
|
||||||
|
</tr>
|
||||||
}
|
}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue