diff --git a/BO/Views/croom/Documents.cshtml b/BO/Views/croom/Documents.cshtml
index 14673ae..3272566 100644
--- a/BO/Views/croom/Documents.cshtml
+++ b/BO/Views/croom/Documents.cshtml
@@ -76,22 +76,22 @@
- @foreach(var d in Model.Lects)
+ @foreach (var d in Model.Lects)
{
- |
- @string.Format("{0}({1}){2}",d.username,d.userid,d.asname) |
+ |
+ @string.Format("{0}({1}){2}", d.username, d.userid, d.asname) |
@d.cname |
@d.cdtymd |
- @if(d.cshape != 0)
+ @if (d.cshape != 0)
{
[인쇄]
}
|
[인쇄] |
- @if(d.iscomplete == 1)
+ @if (d.iscomplete == 1)
{
[인쇄]
}
@@ -101,6 +101,7 @@
|
+ @Html.Pager((int)Model.pagenum, 10, Model.pagerowcount, Model.pagetotalcount)