纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.2 KiB

2 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>@ViewBag.Title</title>
  5. <link href="~/Content/css/framework-font.css" rel="stylesheet" />
  6. <link href="~/Content/css/framework-theme.css" rel="stylesheet" />
  7. <script src="~/Content/js/jquery/jquery-2.1.1.min.js"></script>
  8. <script src="~/Content/js/jquery-ui/jquery-ui.min.js"></script>
  9. <script src="~/Content/js/bootstrap/bootstrap.js"></script>
  10. <link href="~/Content/js/bootstrap/bootstrap.min.css" rel="stylesheet" />
  11. <script src="~/Content/js/layout/jquery.layout.js"></script>
  12. <script src="~/Content/js/wdtree/tree.js"></script>
  13. <link href="~/Content/js/wdtree/tree.css" rel="stylesheet" />
  14. <script src="~/Content/js/jqgrid/jqgrid.min.js"></script>
  15. <link href="~/Content/js/jqgrid/jqgrid.css" rel="stylesheet" />
  16. <script src="~/Content/js/jqgrid/grid.locale-cn.js"></script>
  17. <link href="~/Content/css/framework-ui.css" rel="stylesheet" />
  18. <script src="~/Content/js/framework-ui.js"></script>
  19. <style>
  20. html, body {
  21. height: 100%;
  22. width: 100%;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27. @RenderBody()
  28. @Html.AntiForgeryToken()
  29. </body>
  30. </html>