6422-시험응시 안내 문구 표기 관련 문구추가

This commit is contained in:
iyak 2025-01-20 04:38:03 +00:00
parent 92e031e412
commit 204554be0d
1 changed files with 20 additions and 3 deletions

View File

@ -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>