22 lines
939 B
Plaintext
22 lines
939 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Index</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11;IE=10; IE=9; IE=8; IE=7; IE=EDGE">
|
|
<link href="~/Scripts/jquery-easyui-1.7.0/themes/default/easyui.css" rel="stylesheet" />
|
|
<link href="~/Scripts/jquery-easyui-1.7.0/themes/icon.css" rel="stylesheet" />
|
|
@*<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" />
|
|
<link rel="stylesheet" type="text/css" href="@Url.Content("~/Content/Common.css")" />*@
|
|
<script src="~/Scripts/jquery-easyui-1.7.0/jquery.min.js"></script>
|
|
<script src="~/Scripts/op/jquery.rewrite.js"></script>
|
|
<script src="~/Scripts/jquery-easyui-1.7.0/jquery.easyui.min.js"></script>
|
|
<script src="~/Scripts/jquery-easyui-1.7.0/locale/easyui-lang-zh_CN.js"></script>
|
|
<script src="@Url.Content("~/Scripts/jquery.easyui.plus.js")"></script>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
@RenderBody()
|
|
</div>
|
|
</body>
|
|
</html>
|