|
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta name=”renderer” content=”webkit|ie-comp|ie-stand” />
- <meta name="viewport" content="width=device-width" />
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge">
- <meta name="renderer" content="webkit">
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <meta name="keywords" content="快速开发平台,Web快速开发平台,ASP.NET快速开发平台,工作流,快速开发框架,软件可视化开发平台,快速开发 开源,快速开发平台 开源,APP快速开发,敏捷开发框架,快速开发" />
- <meta name="description" content="力软敏捷开发框架,是一个Web可视化开发平台,是一个集PC快速开发、组织架构、工作流、表单设计、自定义报表、APP快速开发等全方位功能于一体的高效、稳定的快速开发平台。" />
- <link rel="icon" href="~/favicon.ico">
-
- <title>@ViewBag.Title</title>
- <link href="~/Content/pace/pace-theme-loading-bar.css" rel="stylesheet" />
- <link href="~/Content/font/css/font-awesome.min.css" rel="stylesheet" />
- <link href="~/Content/font/learunfont/iconfont.css" rel="stylesheet" />
- <link href="~/Content/bootstrap/bootstrap.min.css" rel="stylesheet" />
- <link href="~/Content/jquery/plugin/toastr/toastr.css" rel="stylesheet" />
- @Html.AppendCssFile(
- "/Views/LR_Content/style/lr-common.css",
- "/Views/LR_Content/plugin/scroll/scroll.css",
- "/Views/LR_Content/style/lr-iframe-form.css",
- "/Views/LR_Content/style/lr-layer.css",
-
- "/Views/LR_Content/plugin/wizard/wizard.css",
- "/Views/LR_Content/plugin/tree/lr-tree.css",
- "/Views/LR_Content/plugin/select/lr-select.css",
- "/Views/LR_Content/plugin/layerselect/lr-layerselect.css",
- "/Views/LR_Content/plugin/timeline/lr-timeline.css",
- "/Views/LR_Content/plugin/formselect/lr-formselect.css",
- "/Views/LR_Content/plugin/inputsearch/lr-isearch.css",
- "/Views/LR_Content/plugin/grid/jfgrid.css",
- "/Views/LR_Content/plugin/uploader/lr-uploader.css",
- "/Views/LR_Content/plugin/date/lr-datepicker.css"
- )
-
- <script src="~/Content/pace/pace.min.js"></script>
- <script src="~/Content/jquery/jquery-1.10.2.min.js"></script>
- <script src="~/Content/signalr/jquery.signalR-2.2.2.min.js"></script>
- <script src="~/Content/ueditor/ueditor.config.js"></script>
- <script src="~/Content/ueditor/ueditor.all.min.js"></script>
- <script src="~/Content/ueditor/lang/zh-cn/zh-cn.js"></script>
- <script src="~/Content/laydate/laydate.js"></script>
- <!--[if lt IE 9]>
- <script src="~/Content/bootstrap/html5shiv.min.js"></script>
- <script src="~/Content/bootstrap/respond.min.js"></script>
- <![endif]-->
- <script>
- function request(d) { for (var c = location.search.slice(1).split("&"), a = 0; a < c.length; a++) { var b = c[a].split("="); if (b[0] == d) if ("undefined" == unescape(b[1])) break; else return unescape(b[1]) } return "" };
- </script>
- </head>
- <body class="@Learun.Util.Net.Browser @Learun.Util.WebHelper.GetUITheme()">
- <div id="lr_form_bg" class="lr-form-bg">
- </div>
- @RenderBody()
-
-
-
- <script src="~/Content/bootstrap/bootstrap.min.js"></script>
- <script src="~/Content/jquery/plugin/layer/layer.js"></script>
- <script src="~/Content/jquery/plugin/jquery.cookie.min.js"></script>
- <script src="~/Content/jquery/jquery.md5.min.js"></script>
- <script src="~/Content/jquery/plugin/toastr/toastr.min.js"></script>
-
- <script>
- $.rootUrl = '@Url.Content("~")'.substr(0, '@Url.Content("~")'.length - 1);
- </script>
- @Html.AppendJsFile(
- )
-
-
- @Html.AppendJsFile(
- "/Views/LR_Content/plugin/resize/resize.js",
- "/Views/LR_Content/plugin/mousewheel/mousewheel.js",
-
- "/Views/LR_Content/script/lr-base.js",
- "/Views/LR_Content/plugin/scroll/scroll.js",
-
- "/Views/LR_Content/script/lr-tabs.js",
- "/Views/LR_Content/script/lr-date.js",
- "/Views/LR_Content/script/lr-validator-helper.js",
- "/Views/LR_Content/script/lr-layer.js",
- "/Views/LR_Content/script/lr-ajax.js",
-
- "/Views/LR_Content/plugin/tree/lr-tree.js",
- "/Views/LR_Content/plugin/select/lr-select.js",
- "/Views/LR_Content/script/lr-validator.js",
- "/Views/LR_Content/script/lr-form.js",
- "/Views/LR_Content/plugin/wizard/wizard.js",
- "/Views/LR_Content/plugin/layerselect/lr-layerselect.js",
- "/Views/LR_Content/plugin/timeline/lr-timeline.js",
- "/Views/LR_Content/plugin/timeline/lr-timelineEsc.js",
- "/Views/LR_Content/plugin/formselect/lr-formselect.js",
- "/Views/LR_Content/plugin/uploader/lr-uploader.js",
- "/Views/LR_Content/plugin/date/lr-datepicker.js",
- "/Views/LR_Content/plugin/grid/jfgrid.js"
- )
-
- <script>
- $(function () {
- $('#lr_form_bg').fadeOut();
- $('#form').lrscroll();
- if (!!window.bootstrap) {
- bootstrap(jQuery, learun);
- }
- });
- </script>
- </body>
- </html>
-
-
-
|