"해당강좌유형: 온라인
해당회차: 집체교육 요청사항: 출석여부, 집체교육일정, 장소 부분 숨김처리 예) 결석집체교육 : 07-01장소 : 부산 * 나중에 다시 출력 예정입니다. 삭제 말고 숨김으로 부탁드립니다. - 코로나로 인해 집체교육이 실행되지 못하는데 날짜가 나오고 있어서 혼동이 있을 수 있다고 합니다"
This commit is contained in:
parent
12d2d6e235
commit
0ee8fd57cf
|
|
@ -105,7 +105,7 @@
|
|||
<tbody>
|
||||
@foreach (var d in Model.LectInnings)
|
||||
{
|
||||
<tr>
|
||||
<tr @(d.cshape == 2 && d.isonline == 0 ? "style=display:none;" : "")>
|
||||
<th style="display:none"><em style="background:url(@(d.isonline == 0 ? "/img/lecture/week_thumb02.jpg" : (string.IsNullOrEmpty(d.tasteurl)?"/img/lecture/week_thumb01.jpg":(Model.Files + d.tasteurl))))no-repeat center center"></em></th>
|
||||
<td>
|
||||
<h5>[@(d.iseq)회] @d.ititle</h5>
|
||||
|
|
|
|||
Loading…
Reference in New Issue