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