From 550c511be19c90e00ea00c53b5ad1851be6c2822 Mon Sep 17 00:00:00 2001 From: yubaolee Date: Mon, 23 Jan 2017 13:48:27 +0800 Subject: [PATCH] routine update --- OpenAuth.Mvc/Views/Shared/_FlowForm.cshtml | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 OpenAuth.Mvc/Views/Shared/_FlowForm.cshtml diff --git a/OpenAuth.Mvc/Views/Shared/_FlowForm.cshtml b/OpenAuth.Mvc/Views/Shared/_FlowForm.cshtml new file mode 100644 index 00000000..074d3f11 --- /dev/null +++ b/OpenAuth.Mvc/Views/Shared/_FlowForm.cshtml @@ -0,0 +1,61 @@ + + + + + + + @ViewBag.Title + + + + + + + + + + + + + + + + + + + @System.Web.Optimization.Styles.Render("~/Content/scripts/plugins/tree/css", + "~/Content/scripts/plugins/datetime/css", + "~/Content/scripts/plugins/wizard/css", + "~/Content/styles/learun-ui.css") + @System.Web.Optimization.Scripts.Render("~/Content/scripts/plugins/tree/js", + "~/Content/scripts/plugins/validator/js", + "~/Content/scripts/plugins/wizard/js", + "~/Content/scripts/plugins/datepicker/js", + "~/Content/scripts/utils/js") + + + + + + + + + + + + + + + + + @System.Web.Optimization.Styles.Render("~/Content/styles/learun-flowall.css") + @System.Web.Optimization.Scripts.Render("~/Content/scripts/flow/js") + + + +
+ @RenderBody() + @Html.AntiForgeryToken() +
+ + \ No newline at end of file