mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-23 04:23:32 +08:00
routine update
This commit is contained in:
61
OpenAuth.Mvc/Views/Shared/_FlowForm.cshtml
Normal file
61
OpenAuth.Mvc/Views/Shared/_FlowForm.cshtml
Normal file
@@ -0,0 +1,61 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>@ViewBag.Title</title>
|
||||
<!--框架必需start-->
|
||||
<script src="~/Content/scripts/jquery/jquery-1.10.2.min.js"></script>
|
||||
<link href="~/Content/styles/font-awesome.min.css" rel="stylesheet" />
|
||||
<link href="~/Content/scripts/plugins/jquery-ui/jquery-ui.min.css" rel="stylesheet" />
|
||||
<script src="~/Content/scripts/plugins/jquery-ui/jquery-ui.min.js"></script>
|
||||
<!--框架必需end-->
|
||||
<!--bootstrap组件start-->
|
||||
<link href="~/Content/scripts/bootstrap/bootstrap.min.css" rel="stylesheet" />
|
||||
<link href="~/Content/scripts/bootstrap/bootstrap.extension.css" rel="stylesheet" />
|
||||
<script src="~/Content/scripts/bootstrap/bootstrap.min.js"></script>
|
||||
<!--bootstrap组件end-->
|
||||
<script src="~/Content/scripts/plugins/datepicker/WdatePicker.js"></script>
|
||||
|
||||
<link href="~/Content/plugins/layer/skin/layer.css" rel="stylesheet" />
|
||||
<link href="~/Content/plugins/layer/skin/layer.ext.css" rel="stylesheet" />
|
||||
<script src="~/Content/plugins/layer/layer.js"></script>
|
||||
<script src="~/Content/plugins/layer/extend/layer.ext.js"></script>
|
||||
|
||||
@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")
|
||||
|
||||
|
||||
<!--工作流设计器依赖start-->
|
||||
|
||||
<link href="~/Content/scripts/plugins/simditor/css/simditor.css" rel="stylesheet" />
|
||||
<link href="~/Content/scripts/plugins/cxColor/css/jquery.cxcolor.css" rel="stylesheet" />
|
||||
<link href="~/Content/scripts/plugins/uploadify/uploadify.css" rel="stylesheet" />
|
||||
<link href="~/Content/scripts/plugins/uploadify/uploadify.extension.css" rel="stylesheet" />
|
||||
<link href="~/Content/scripts/plugins/flow-ui/flow.css" rel="stylesheet" />
|
||||
|
||||
<script src="~/Content/scripts/plugins/simditor/js/module.min.js"></script>
|
||||
<script src="~/Content/scripts/plugins/simditor/js/uploader.min.js"></script>
|
||||
<script src="~/Content/scripts/plugins/simditor/js/hotkeys.min.js"></script>
|
||||
<script src="~/Content/scripts/plugins/simditor/js/simditor.min.js"></script>
|
||||
<script src="~/Content/scripts/plugins/cxColor/js/jquery.cxcolor.js"></script>
|
||||
<script src="~/Content/scripts/plugins/uploadify/jquery.uploadify.min.js"></script>
|
||||
@System.Web.Optimization.Styles.Render("~/Content/styles/learun-flowall.css")
|
||||
@System.Web.Optimization.Scripts.Render("~/Content/scripts/flow/js")
|
||||
<!--工作流设计器依赖end-->
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1">
|
||||
@RenderBody()
|
||||
@Html.AntiForgeryToken()
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user