diff --git a/OpenAuth.Mvc/OpenAuth.Mvc.csproj b/OpenAuth.Mvc/OpenAuth.Mvc.csproj index c6fe5c48..d191cc15 100644 --- a/OpenAuth.Mvc/OpenAuth.Mvc.csproj +++ b/OpenAuth.Mvc/OpenAuth.Mvc.csproj @@ -205,6 +205,7 @@ + @@ -233,7 +234,7 @@ - + @@ -644,6 +645,7 @@ + diff --git a/OpenAuth.Mvc/Views/FlowSchemes/Design.cshtml b/OpenAuth.Mvc/Views/FlowSchemes/Design.cshtml new file mode 100644 index 00000000..99696621 --- /dev/null +++ b/OpenAuth.Mvc/Views/FlowSchemes/Design.cshtml @@ -0,0 +1,89 @@ + +@section header +{ + + +} + +
+ + +
+
+
    +
  • 基本信息
  • +
  • 选择表单
  • +
  • 流程设计
  • +
+
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+ +
+ +
+ + +
+
+
+ +
+ + +
+
+ +
+ +
+ + +
+
+
+ +
+ +
+
+
+ +
+
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    + + +
    +
    +
    + + + + diff --git a/OpenAuth.Mvc/Views/FlowSchemes/Index.cshtml b/OpenAuth.Mvc/Views/FlowSchemes/Index.cshtml index 581afdd0..b896358f 100644 --- a/OpenAuth.Mvc/Views/FlowSchemes/Index.cshtml +++ b/OpenAuth.Mvc/Views/FlowSchemes/Index.cshtml @@ -1,7 +1,6 @@ @section header { - }