From 22e381106f5ae7b25c792908fa7aa1d1d369b191 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Tue, 5 Jan 2021 04:57:38 +0000 Subject: [PATCH] --- BO/Views/user/ur.cshtml | 41 +++++++++++++++++- BO/obj/Debug/BO.csprojAssemblyReference.cache | Bin 43009 -> 158894 bytes .../Debug/Base.csprojAssemblyReference.cache | Bin 130268 -> 130268 bytes Dao/DB/DB1.Scheme.txt | 11 ++++- Dao/DB/DB1.SchemeFK.txt | 4 +- Dao/DB/DB2.CommonData.txt | 9 +++- .../Debug/Dao.csprojAssemblyReference.cache | Bin 44296 -> 424 bytes FO/css/lecture.css | 2 +- 8 files changed, 61 insertions(+), 6 deletions(-) diff --git a/BO/Views/user/ur.cshtml b/BO/Views/user/ur.cshtml index e89808d..21db612 100644 --- a/BO/Views/user/ur.cshtml +++ b/BO/Views/user/ur.cshtml @@ -5,10 +5,11 @@ @if (Model.viewname == "user") {
  • 교육이력
  • +
  • 교육이력
  • } else if (Model.viewname == "professor") { -
  • 강의이력
  • +
  • 강의이력
  • } @@ -292,6 +293,41 @@ 목록 +
    @Html.Partial("./Partial/DForm", Model, new ViewDataDictionary { { "preform", 1 } })
    @@ -314,10 +350,11 @@ @section scripts{