From 799c9342f36f06b2d4ba46084486edd8cf50bd2e Mon Sep 17 00:00:00 2001 From: jity7777 Date: Fri, 15 Mar 2024 06:06:23 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=201.=20P?= =?UTF-8?q?MS=20NO=20:=204484=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91?= =?UTF-8?q?=EC=97=85=EB=82=B4=EC=9A=A9=20(1)=20=EC=88=98=EC=A0=95=EC=9A=94?= =?UTF-8?q?=EC=B2=AD=EC=97=90=20=EB=94=B0=EB=A5=B8=20=EB=AC=B8=EA=B5=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EB=B0=8F=20home=20=EC=9D=98=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=EC=9D=80=20bo=EC=97=90=EC=84=9C=20=EC=A0=9C=EC=96=B4?= =?UTF-8?q?=EB=90=98=EB=AF=80=EB=A1=9C=20base.dll=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EC=9E=91=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Content/homeDepth2.htm | 2 +- Base/Controller/ACommon.cs | 2 +- FO/Views/Course/ApplyEdu.cshtml | 2 ++ FO/Views/Course/SmartSearch.cshtml | 17 +++++++++++------ FO/Views/Home/Index.cshtml | 29 +++++++++++++++-------------- 5 files changed, 30 insertions(+), 22 deletions(-) diff --git a/BO/Content/homeDepth2.htm b/BO/Content/homeDepth2.htm index 7b99542..9dae3c2 100644 --- a/BO/Content/homeDepth2.htm +++ b/BO/Content/homeDepth2.htm @@ -133,4 +133,4 @@ -
  • 검색/교육신청
  • +
  • 교육신청
  • diff --git a/Base/Controller/ACommon.cs b/Base/Controller/ACommon.cs index c56e385..e0fbbc2 100644 --- a/Base/Controller/ACommon.cs +++ b/Base/Controller/ACommon.cs @@ -672,7 +672,7 @@ namespace NP.Base.Controllers } - result += "\t
  • 검색/교육신청
  • \n"; + result += "\t
  • 교육신청
  • \n"; string path = Server.MapPath("~/") + "\\Content\\homeDepth2.htm"; System.IO.StreamWriter sw = new System.IO.StreamWriter(path, false, System.Text.Encoding.UTF8); diff --git a/FO/Views/Course/ApplyEdu.cshtml b/FO/Views/Course/ApplyEdu.cshtml index 5f65734..d91ebe7 100644 --- a/FO/Views/Course/ApplyEdu.cshtml +++ b/FO/Views/Course/ApplyEdu.cshtml @@ -450,6 +450,8 @@ model.iscompany = @(Model.isCompany != null ? Model.isCompany.ToString() : "null"); $(document).ready(function () { + + $("#pageTitle h3").text("개인정보입력") $(".div-companyInfo").find(".clsTable").find("tr th").removeClass("req"); if ($("input:radio[name='isrebate']").val() == "1") { $(".div-companyInfo").find(".clsTable").find("tr th.offreq").addClass("req"); diff --git a/FO/Views/Course/SmartSearch.cshtml b/FO/Views/Course/SmartSearch.cshtml index aad755b..8455e63 100644 --- a/FO/Views/Course/SmartSearch.cshtml +++ b/FO/Views/Course/SmartSearch.cshtml @@ -66,11 +66,16 @@ -

    본인의 기술인 정보를 모르실 경우에는 아래링크를 클릭하여 정보 확인 후 교육신청을 하여 주시기 바랍니다.

    - + @*

    본인의 기술인 정보를 모르실 경우에는 아래링크를 클릭하여 정보 확인 후 교육신청을 하여 주시기 바랍니다.

    + *@ + +
    +

    아래의 교육과정 중 원하시는 교육을 선택하여 주세요.

    +

    아래의 모든 교육과정들이 이전단계에서 입력하신 교육목적으로 인정가능 합니다.

    +

    @if (Model.stringval2 == "2" && Model.stringval4 == "32") { @@ -219,7 +224,7 @@