@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.ex1cnt < 1 ? "-" :d.ex1lectcnt < 1 && d.ex1cnt > 0 ? "미제출" : d.ex1lectpoint.ToString()) |
@*과제*@
@(d.sd0cnt < 1 ? "-" :d.sd0lectcnt < 1 && d.sd0cnt > 0 ? "미제출" : d.sd0lectpoint.ToString()) |
@*토론*@
@( d.sd1cnt < 1 ? "-" :d.sd1lectcnt < 1 && d.sd1cnt > 0 ? "미제출" : d.sd1lectpoint.ToString()) |
@*환산점수*@
@(((d.apoint + d.mpoint + d.fpoint + d.spoint + d.dpoint)).ToString())
|
@d.istatusname |
@*@if (d.isoffabs == 1)
{
@d.istatusname |
}
else
{
- |
}*@
@(d.rs0lectcnt > 0 ? 1 : 0) / @(d.rs0cnt > 0 ? 1 : 0) |
@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) |
}
}