From 2b357fbd6bfcb77f8cb8b289adf8c5c638a9c750 Mon Sep 17 00:00:00 2001 From: yubaolee Date: Wed, 2 Dec 2015 08:27:12 +0800 Subject: [PATCH] routine update --- .../ModuleManager/LookupMultiForRole.cshtml | 123 ++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 OpenAuth.Mvc/Views/ModuleManager/LookupMultiForRole.cshtml diff --git a/OpenAuth.Mvc/Views/ModuleManager/LookupMultiForRole.cshtml b/OpenAuth.Mvc/Views/ModuleManager/LookupMultiForRole.cshtml new file mode 100644 index 00000000..fb28011f --- /dev/null +++ b/OpenAuth.Mvc/Views/ModuleManager/LookupMultiForRole.cshtml @@ -0,0 +1,123 @@ +@* + 选择多个模块ID,以ids的形式返回 +*@ + +@{ + ViewBag.Title = "title"; + Layout = null; +} +
+ +
+
    +
    + +
    +
      +
      +
      + + + \ No newline at end of file