Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

115 řádky
5.0 KiB

  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta name=”renderer” content=”webkit|ie-comp|ie-stand” />
  5. <meta name="viewport" content="width=device-width" />
  6. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  7. <meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge">
  8. <meta name="renderer" content="webkit">
  9. <meta name="viewport" content="width=device-width, initial-scale=1" />
  10. <meta name="keywords" content="快速开发平台,Web快速开发平台,ASP.NET快速开发平台,工作流,快速开发框架,软件可视化开发平台,快速开发 开源,快速开发平台 开源,APP快速开发,敏捷开发框架,快速开发" />
  11. <meta name="description" content="力软敏捷开发框架,是一个Web可视化开发平台,是一个集PC快速开发、组织架构、工作流、表单设计、自定义报表、APP快速开发等全方位功能于一体的高效、稳定的快速开发平台。" />
  12. <link rel="icon" href="~/favicon.ico">
  13. <title>@ViewBag.Title</title>
  14. <link href="~/Content/pace/pace-theme-loading-bar.css" rel="stylesheet" />
  15. <link href="~/Content/font/css/font-awesome.min.css" rel="stylesheet" />
  16. <link href="~/Content/font/learunfont/iconfont.css" rel="stylesheet" />
  17. <link href="~/Content/bootstrap/bootstrap.min.css" rel="stylesheet" />
  18. <link href="~/Content/jquery/plugin/toastr/toastr.css" rel="stylesheet" />
  19. @Html.AppendCssFile(
  20. "/Views/LR_Content/style/lr-common.css",
  21. "/Views/LR_Content/plugin/scroll/scroll.css",
  22. "/Views/LR_Content/style/lr-iframe-form.css",
  23. "/Views/LR_Content/style/lr-layer.css",
  24. "/Views/LR_Content/plugin/wizard/wizard.css",
  25. "/Views/LR_Content/plugin/tree/lr-tree.css",
  26. "/Views/LR_Content/plugin/select/lr-select.css",
  27. "/Views/LR_Content/plugin/layerselect/lr-layerselect.css",
  28. "/Views/LR_Content/plugin/timeline/lr-timeline.css",
  29. "/Views/LR_Content/plugin/formselect/lr-formselect.css",
  30. "/Views/LR_Content/plugin/inputsearch/lr-isearch.css",
  31. "/Views/LR_Content/plugin/grid/jfgrid.css",
  32. "/Views/LR_Content/plugin/uploader/lr-uploader.css",
  33. "/Views/LR_Content/plugin/date/lr-datepicker.css"
  34. )
  35. <script src="~/Content/pace/pace.min.js"></script>
  36. <script src="~/Content/jquery/jquery-1.10.2.min.js"></script>
  37. <script src="~/Content/signalr/jquery.signalR-2.2.2.min.js"></script>
  38. <script src="~/Content/ueditor/ueditor.config.js"></script>
  39. <script src="~/Content/ueditor/ueditor.all.min.js"></script>
  40. <script src="~/Content/ueditor/lang/zh-cn/zh-cn.js"></script>
  41. <script src="~/Content/laydate/laydate.js"></script>
  42. <!--[if lt IE 9]>
  43. <script src="~/Content/bootstrap/html5shiv.min.js"></script>
  44. <script src="~/Content/bootstrap/respond.min.js"></script>
  45. <![endif]-->
  46. <script>
  47. 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 "" };
  48. </script>
  49. </head>
  50. <body class="@Learun.Util.Net.Browser @Learun.Util.WebHelper.GetUITheme()">
  51. <div id="lr_form_bg" class="lr-form-bg">
  52. </div>
  53. @RenderBody()
  54. <script src="~/Content/bootstrap/bootstrap.min.js"></script>
  55. <script src="~/Content/jquery/plugin/layer/layer.js"></script>
  56. <script src="~/Content/jquery/plugin/jquery.cookie.min.js"></script>
  57. <script src="~/Content/jquery/jquery.md5.min.js"></script>
  58. <script src="~/Content/jquery/plugin/toastr/toastr.min.js"></script>
  59. <script>
  60. $.rootUrl = '@Url.Content("~")'.substr(0, '@Url.Content("~")'.length - 1);
  61. </script>
  62. @Html.AppendJsFile(
  63. )
  64. @Html.AppendJsFile(
  65. "/Views/LR_Content/plugin/resize/resize.js",
  66. "/Views/LR_Content/plugin/mousewheel/mousewheel.js",
  67. "/Views/LR_Content/script/lr-base.js",
  68. "/Views/LR_Content/plugin/scroll/scroll.js",
  69. "/Views/LR_Content/script/lr-tabs.js",
  70. "/Views/LR_Content/script/lr-date.js",
  71. "/Views/LR_Content/script/lr-validator-helper.js",
  72. "/Views/LR_Content/script/lr-layer.js",
  73. "/Views/LR_Content/script/lr-ajax.js",
  74. "/Views/LR_Content/plugin/tree/lr-tree.js",
  75. "/Views/LR_Content/plugin/select/lr-select.js",
  76. "/Views/LR_Content/script/lr-validator.js",
  77. "/Views/LR_Content/script/lr-form.js",
  78. "/Views/LR_Content/plugin/wizard/wizard.js",
  79. "/Views/LR_Content/plugin/layerselect/lr-layerselect.js",
  80. "/Views/LR_Content/plugin/timeline/lr-timeline.js",
  81. "/Views/LR_Content/plugin/timeline/lr-timelineEsc.js",
  82. "/Views/LR_Content/plugin/formselect/lr-formselect.js",
  83. "/Views/LR_Content/plugin/uploader/lr-uploader.js",
  84. "/Views/LR_Content/plugin/date/lr-datepicker.js",
  85. "/Views/LR_Content/plugin/grid/jfgrid.js"
  86. )
  87. <script>
  88. $(function () {
  89. $('#lr_form_bg').fadeOut();
  90. $('#form').lrscroll();
  91. if (!!window.bootstrap) {
  92. bootstrap(jQuery, learun);
  93. }
  94. });
  95. </script>
  96. </body>
  97. </html>