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.
|
|
<!DOCTYPE html>
<html> <head> <title>@ViewBag.Title</title> <link href="~/Content/css/framework-font.css" rel="stylesheet" /> <link href="~/Content/css/framework-theme.css" rel="stylesheet" /> <script src="~/Content/js/jquery/jquery-2.1.1.min.js"></script> <script src="~/Content/js/jquery-ui/jquery-ui.min.js"></script> <script src="~/Content/js/bootstrap/bootstrap.js"></script> <link href="~/Content/js/bootstrap/bootstrap.min.css" rel="stylesheet" /> <script src="~/Content/js/layout/jquery.layout.js"></script> <script src="~/Content/js/wdtree/tree.js"></script> <link href="~/Content/js/wdtree/tree.css" rel="stylesheet" /> <script src="~/Content/js/jqgrid/jqgrid.min.js"></script> <link href="~/Content/js/jqgrid/jqgrid.css" rel="stylesheet" /> <script src="~/Content/js/jqgrid/grid.locale-cn.js"></script> <link href="~/Content/css/framework-ui.css" rel="stylesheet" /> <script src="~/Content/js/framework-ui.js"></script> <style> html, body { height: 100%; width: 100%; } </style> </head> <body> @RenderBody() @Html.AntiForgeryToken() </body> </html>
|