From 0667c04a4046989772bf378a6c093757c2e81ce5 Mon Sep 17 00:00:00 2001 From: yubao Date: Sat, 17 Mar 2018 21:41:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=86=E5=88=86=E6=B5=81=E7=A8=8B=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E4=B8=8E=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.Mvc/OpenAuth.Mvc.csproj | 4 +- OpenAuth.Mvc/Views/FlowSchemes/Design.cshtml | 89 +++++++++++ OpenAuth.Mvc/Views/FlowSchemes/Index.cshtml | 82 ---------- OpenAuth.Mvc/js/utils/flowlayout.js | 34 ++-- OpenAuth.Mvc/userJs/flowSchemeDesign.js | 159 +++++++++++++++++++ OpenAuth.Mvc/userJs/flowSchemes.js | 150 ++--------------- 6 files changed, 282 insertions(+), 236 deletions(-) create mode 100644 OpenAuth.Mvc/Views/FlowSchemes/Design.cshtml create mode 100644 OpenAuth.Mvc/userJs/flowSchemeDesign.js 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 { - }