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.
23 lines
953 B
23 lines
953 B
<!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/bootstrap/bootstrap.js"></script>
|
|
<link href="~/Content/js/bootstrap/bootstrap.min.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>
|
|
<script src="~/Content/js/datepicker/WdatePicker.js"></script>
|
|
<link href="~/Content/css/framework-ui.css" rel="stylesheet" />
|
|
<script src="~/content/js/framework-ui.js"></script>
|
|
<link href="~/content/js/dialog/dialog.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
@RenderBody()
|
|
@Html.AntiForgeryToken()
|
|
</body>
|
|
</html>
|