@foreach (var d in Model.Lects)
{
|
@d.rnorvt |
@if (d.cshape == 2)
{
@d.sseq |
}
else
{
- |
}
@d.isrebatename |
@d.asname |
@d.studyplacename |
@d.cname |
@d.username |
@d.userid |
@d.mobile |
@((d.cshape == 0 && d.isrebate == 0 ? d.payoktime : d.sdate).Value.ToShortDateString()) |
@if (d.cshape > 0)
{
if (d.iscomplete != 1)
{
@d.eend.ToShortDateString() |
}
else
{
@d.eend.ToShortDateString() |
}
}
else
{
@d.edate.Value.ToShortDateString() |
}
@*진도율*@
@if (!ViewBag.IsSubAdmin96)
{
@d.attrate % |
}
else
{
@d.attrate % |
}
@*@( d.ex0cnt < 1 ? "-" : d.ex0lectcnt < 1 && d.ex0cnt > 0 ? "미제출" : d.ex0lectpoint.ToString()) | *@
@*최종평가*@
@(d.exfpoint) |
@*과제*@
@d.subjectpoint |
@*토론*@
@( d.sd1cnt < 1 ? "-" : d.sd1cnt > 0 && d.dblv4 < 1 ? "미제출//" : d.dblv4.ToString()) |
@*환산점수*@
@d.tpoint
|
@if (d.isoffabs == 1)
{
@d.istatusname |
}
else
{
- |
}
@*@(d.rs0lectcnt) / @(d.rs0cnt) | *@
@d.rsCount |
@if (!ViewBag.IsSubAdmin96)
{
@Html.Raw(d.iscomplete == 1 ? string.Format("{1}", d.lectno, "수료") : d.iscompletename) |
}
else
{
@Html.Raw(d.iscomplete == 1 ? string.Format("{1}", d.lectno, "수료") : d.iscompletename) |
}
}