This commit is contained in:
parent
7c82a7da23
commit
7a329b5df5
|
|
@ -3,6 +3,10 @@
|
||||||
var ev = Model.Lects.FirstOrDefault() ?? new NP.Model.Lect() { };
|
var ev = Model.Lects.FirstOrDefault() ?? new NP.Model.Lect() { };
|
||||||
}
|
}
|
||||||
<form id="mform" method="post">
|
<form id="mform" method="post">
|
||||||
|
@if(Model.CMEV.isoffabs == 1)
|
||||||
|
{
|
||||||
|
<span style="padding:10px; font-weight:700; color:red;">집합교육 출석 필수강좌입니다.</span>
|
||||||
|
}
|
||||||
<section class="panel panel-default" style="border-top: 1px solid #ddd; margin-top: 5px;">
|
<section class="panel panel-default" style="border-top: 1px solid #ddd; margin-top: 5px;">
|
||||||
<header class="panel-heading"><strong><i class="fa fa-bars"></i> 평가기준 및 비율<span class=""></span></strong></header>
|
<header class="panel-heading"><strong><i class="fa fa-bars"></i> 평가기준 및 비율<span class=""></span></strong></header>
|
||||||
<table class="table table-striped b-t b-light no-odd">
|
<table class="table table-striped b-t b-light no-odd">
|
||||||
|
|
@ -86,6 +90,10 @@
|
||||||
<th>최종평가(@ev.ex1cnt)</th>
|
<th>최종평가(@ev.ex1cnt)</th>
|
||||||
<th>과제(@ev.sd0cnt)</th>
|
<th>과제(@ev.sd0cnt)</th>
|
||||||
<th>토론(@ev.sd1cnt)</th>
|
<th>토론(@ev.sd1cnt)</th>
|
||||||
|
@if(Model.CMEV.isoffabs == 1)
|
||||||
|
{
|
||||||
|
<th>OFF출석</th>
|
||||||
|
}
|
||||||
<th>환산점수</th>
|
<th>환산점수</th>
|
||||||
<th>수료여부</th>
|
<th>수료여부</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue