From 08c5f7823fb422d82ce0523fb925d7852a2db565 Mon Sep 17 00:00:00 2001 From: yubao Date: Wed, 30 Aug 2017 23:44:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=99=E6=80=81table=E7=BD=AE=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.Mvc/OpenAuth.Mvc.csproj | 1 + .../Views/CategoryManager/Index.cshtml | 2 +- OpenAuth.Mvc/Views/Shared/_Layout.cshtml | 2 +- OpenAuth.Mvc/Views/UserManager/Index.cshtml | 131 ++---- OpenAuth.Mvc/js/users.js | 257 ++++++++++++ OpenAuth.Mvc/json/usersList.json | 392 ++++++++++++++++-- 6 files changed, 667 insertions(+), 118 deletions(-) create mode 100644 OpenAuth.Mvc/js/users.js diff --git a/OpenAuth.Mvc/OpenAuth.Mvc.csproj b/OpenAuth.Mvc/OpenAuth.Mvc.csproj index a23c7160..b2d72341 100644 --- a/OpenAuth.Mvc/OpenAuth.Mvc.csproj +++ b/OpenAuth.Mvc/OpenAuth.Mvc.csproj @@ -209,6 +209,7 @@ + diff --git a/OpenAuth.Mvc/Views/CategoryManager/Index.cshtml b/OpenAuth.Mvc/Views/CategoryManager/Index.cshtml index 97b2c2de..7f758571 100644 --- a/OpenAuth.Mvc/Views/CategoryManager/Index.cshtml +++ b/OpenAuth.Mvc/Views/CategoryManager/Index.cshtml @@ -46,5 +46,5 @@
- + \ No newline at end of file diff --git a/OpenAuth.Mvc/Views/Shared/_Layout.cshtml b/OpenAuth.Mvc/Views/Shared/_Layout.cshtml index 61c90788..221df67e 100644 --- a/OpenAuth.Mvc/Views/Shared/_Layout.cshtml +++ b/OpenAuth.Mvc/Views/Shared/_Layout.cshtml @@ -11,7 +11,7 @@ - @RenderSection("header") + @RenderSection("header", false) @RenderBody() diff --git a/OpenAuth.Mvc/Views/UserManager/Index.cshtml b/OpenAuth.Mvc/Views/UserManager/Index.cshtml index cd8bcea5..69a8ca59 100644 --- a/OpenAuth.Mvc/Views/UserManager/Index.cshtml +++ b/OpenAuth.Mvc/Views/UserManager/Index.cshtml @@ -1,94 +1,43 @@ -@{ - Layout = "~/Views/Shared/_Layout.cshtml"; -} - - - - - -
-
-
-
-
-
-
-
-
-
    -
    -
    -
    -
    -
    -
    -
    - @Html.Action("MenuHeader", "Home") -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    +
    - - -