From 347df944814148a7105b6d4397b8d08f9f4e7082 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Fri, 26 Nov 2021 04:41:33 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=20?= =?UTF-8?q?=ED=86=B5=ED=95=A9=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=20.=20585=20~=20587=20=EA=B3=BC=EC=A0=9C=EC=A0=9C=EC=B6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/croom/grade4.cshtml | 14 +++++++------- BO/Views/croom/gradeall4.cshtml | 14 +++++++------- FO/Views/CRoom/EstimationSubject.cshtml | 10 +++++----- FO/css/lecture.css | 4 ++-- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/BO/Views/croom/grade4.cshtml b/BO/Views/croom/grade4.cshtml index 6500cd4..0d9fa18 100644 --- a/BO/Views/croom/grade4.cshtml +++ b/BO/Views/croom/grade4.cshtml @@ -97,10 +97,10 @@ else 제출자 - + @* 제출내용 - + *@ 첨부파일 @@ -232,11 +232,11 @@ else function cblectsd() { var d = capResult.obj; $("#userinfo").text("[{0}]{1} | {2}".format(d.isrebatename, d.asname, d.usernameid)); - if (getdb(d.atext) == "") { - $("#atext").html("- 미제출"); - } else { - $("#atext").html(getdb(d.atext).replace(/\n/gi, "
")); - } + //if (getdb(d.atext) == "") { + // $("#atext").html("- 미제출"); + //} else { + // $("#atext").html(getdb(d.atext).replace(/\n/gi, "
")); + //} var _html = "- 제출파일 없음
"; if (getdb(d.fileurl) != "") { _html = " {1}
".format(d.fileno, d.orgname); diff --git a/BO/Views/croom/gradeall4.cshtml b/BO/Views/croom/gradeall4.cshtml index bc9fe0e..5d2cc94 100644 --- a/BO/Views/croom/gradeall4.cshtml +++ b/BO/Views/croom/gradeall4.cshtml @@ -106,10 +106,10 @@ 제출자 - + @* 제출내용 - + *@ 첨부파일 @@ -240,11 +240,11 @@ function cblectsd() { var d = capResult.obj; $("#userinfo").text("[{0}]{1} | {2}".format(d.isrebatename, d.asname, d.usernameid)); - if (getdb(d.atext) == "") { - $("#atext").html("- 미제출"); - } else { - $("#atext").html(getdb(d.atext).replace(/\n/gi, "
")); - } + //if (getdb(d.atext) == "") { + // $("#atext").html("- 미제출"); + //} else { + // $("#atext").html(getdb(d.atext).replace(/\n/gi, "
")); + //} var _html = "- 제출파일 없음
"; if (getdb(d.fileurl) != "") { _html = " {1}
".format(d.fileno, d.orgname); diff --git a/FO/Views/CRoom/EstimationSubject.cshtml b/FO/Views/CRoom/EstimationSubject.cshtml index cfb8a14..ea398a5 100644 --- a/FO/Views/CRoom/EstimationSubject.cshtml +++ b/FO/Views/CRoom/EstimationSubject.cshtml @@ -42,15 +42,15 @@
-
제출내용
+
과제파일첨부
- +
- + @* - + *@
@@ -95,7 +95,7 @@ }); function save() { if (getBytes(val("atext")) < 1 && $("input[name=file1]").val() == "") { - msg("제출내용을 입력해주세요."); + msg("첨부된 파일이 없습니다.과제를 업로드 후 제출 버튼을 눌러주세요."); } else { confirmtoggle(true, "제출하시겠습니까?", "savego()"); } diff --git a/FO/css/lecture.css b/FO/css/lecture.css index 05a04d7..5df05ce 100644 --- a/FO/css/lecture.css +++ b/FO/css/lecture.css @@ -366,7 +366,7 @@ .evaDetail td span {vertical-align:middle; font-size:12pt; color:#0068b7;} .evaDetail td img {vertical-align:middle; margin-left:5px;} .evaDetail td.evadGray {background:#ebebeb;} - +.teskCont .evaDetail th, .teskCont .evaDetail td {font-size:15pt;line-height: 1.6em;} @media (max-width:1000px) { .evaList th, @@ -424,7 +424,7 @@ /* ȳ */ .teskCont {padding:30px 0;} -.teskCont > dt {position:relative; padding-left:22px; font-size:13pt;} +.teskCont > dt {position:relative; padding-left:22px; font-size:15pt;} .teskCont > dt span {color:#ff0000; font-size:13pt;} .teskCont > dt a {display:block; position:absolute; right:0; bottom:0; width:110px; height:50px; line-height:50px; text-align:center; color:#fff; background:#383838;} .teskCont > dt:before {content:""; display:block; width:16px; height:16px; border:solid 4px #000; box-sizing:border-box; position:absolute; left:0; top:50%; margin-top:-8px; border-radius: 100% 100% 100% 100%; -moz-border-radius: 100% 100% 100% 100%; -webkit-border-radius: 100% 100% 100% 100%;}