You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
2.3 KiB
Plaintext
45 lines
2.3 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="renderer" content="webkit">
|
|
<title>东胜物流管理系统</title>
|
|
<link type="text/css" rel="stylesheet" href="~/Content/hplus/css/bootstrap.min.css" />
|
|
<link type="text/css" rel="stylesheet" href="~/Content/hplus/css/font-awesome.min.css" />
|
|
<link type="text/css" rel="stylesheet" href="~/Content/hplus/css/animate.min.css" />
|
|
<link type="text/css" rel="stylesheet" href="~/Content/hplus/css/style.min.css" />
|
|
<link type="text/css" rel="stylesheet" href="~/Content/hplus/css/login.min.css" />
|
|
@*<link type="text/css" rel="stylesheet" href="~/Content/hplus/css/plugins/bootstrap-table/bootstrap-table.min.css" />*@
|
|
<link type="text/css" rel="stylesheet" href="~/Content/hplus/js/plugins/bootstrap-table/bootstrap-table.min.css" />
|
|
<link type="text/css" rel="stylesheet" href="~/Content/css/step_dash.css" />
|
|
<script src="~/Content/hplus/js/jquery.min.js"></script>
|
|
|
|
</head>
|
|
<body class="gray-bg">
|
|
|
|
@RenderBody()
|
|
|
|
<script src="~/Content/hplus/js/jquery.min.js?v=2.1.4"></script>
|
|
<script src="~/Content/hplus/js/bootstrap.min.js?v=3.3.5"></script>
|
|
<script src="~/Content/hplus/js/plugins/metisMenu/jquery.metisMenu.js"></script>
|
|
<script src="~/Content/hplus/js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
|
|
<script src="~/Content/hplus/js/plugins/layer/layer.min.js"></script>
|
|
<script src="~/Content/hplus/js/hplus.min.js?v=4.0.0"></script>
|
|
<script src="~/Content/hplus/js/contabs.js"></script>
|
|
<script src="~/Content/hplus/js/plugins/pace/pace.min.js"></script>
|
|
@*<script src="~/Content/hplus/js/plugins/bootstrap-table/bootstrap-table.js"></script>*@
|
|
<script src="~/Content/hplus/js/plugins/bootstrap-table/bootstrap-table.min.js"></script>
|
|
<script src="~/Content/hplus/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script>
|
|
@*<script src="~/Content/Scripts/step_resize.js"></script>*@
|
|
<script src="~/Content/hplus/js/plugins/datapicker/bootstrap-datepicker.js"></script>
|
|
@RenderSection("bottomJavascript", false)
|
|
<script type="text/javascript">
|
|
|
|
$(document).ready(function () {
|
|
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|