Mini.Crm/Mini.Web/Views/Shared/_Index_LayoutEdit.cshtml

31 lines
1.7 KiB
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>@ViewBag.Title</title>
<link rel="shortcut icon" href="/favicon3.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=11;IE=10; IE=9; IE=8; IE=7; IE=EDGE">
<link href="~/Content/themes/blue/easyui.css" rel="stylesheet" />
<script src="@Url.Content("~/Scripts/jquery.min.js")" type="text/javascript"></script>
<script src="~/Scripts/op/jquery.rewrite.js"></script>
<script src="~/Scripts/json2.js"></script>
@RenderSection("scripts", required: false)
<script src="@Url.Content("~/Scripts/op/jquery.rewrite.js")"></script>
<script src="@Url.Content("~/Scripts/jquery.form.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/op/main_op.js")"></script>
<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" />
<script src="@Url.Content("~/Scripts/jquery.validate.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jquery.validate.unobtrusive.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jquery.unobtrusive-ajax.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jQuery.validator.noinput.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jquery.easyui.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jquery.easyui.plus.js")"></script>
<script src="@Url.Content("~/Scripts/My97DatePicker/WdatePicker.js")"></script>
<script src="@Url.Content("~/Scripts/common.js")"></script>
<link rel="stylesheet" type="text/css" href="@Url.Content("~/Content/Common.css")" />
</head>
<body>
@RenderBody()
</body>
</html>