<기능개선>

통합테스트목록 - {512}
FO/Views/CRoom/Index.cshtml
강의실 홈 화면 문구 추가
This commit is contained in:
kdh0120 2021-11-09 23:54:09 +00:00
parent bd794db687
commit fd98ddd1eb
1 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,8 @@
</table>
</div>
<div style="text-align:center;">
<span style="color:red;">※ 관련 규정에 의거 동시접속방지 기능으로 인해 다른 환경에서 접속 시 기존 환경에서는 로그아웃 되어 동영상 시청 진도율이 반영되지 않습니다.</span>
<span style="color:red;">※ 관련 규정에 의거 동시접속방지 기능으로 인해 다른 환경에서 접속 시 기존 환경에서는 로그아웃 되어 동영상 시청 진도율이 반영되지 않습니다.</span><br/>
<span style="color:red;">※ 관련 법령에 의해 일일 최대 학습시간은 학습중인 모든 과정에 대하여 10시간(10차시)이오니 일정변경에 참고하시기 바랍니다.</span>
</div>
</div>
@if(Model.Lect.isoffabs == 1)
@ -124,7 +125,7 @@
</div>
</div>
<div class="lctcWeek">
<h5>오늘의 학습회차(@Model.intval/@Model.intval2) <a href="/CRoom/Innings?@Model.croomparam">수강 중인 강의 모두 보기</a></h5>
<h5>오늘 시청 가능한 10개 차시 중 (@Model.intval/@Model.intval2)를 수강하셨습니다. <a href="/CRoom/Innings?@Model.croomparam">수강 중인 강의 모두 보기</a></h5>
<table>
<tbody>
@foreach (var d in Model.LectInnings)