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.5 KiB
Plaintext
45 lines
2.5 KiB
Plaintext
2 years ago
|
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="PC.master.cs" Inherits="DSWeb.MvcShipping.Views.Shared.PC" %>
|
||
|
|
||
|
<!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="/Areas/Dispatch/Content/Dispatch/hplus/css/bootstrap.min.css" />
|
||
|
<link type="text/css" rel="stylesheet" href="/Areas/Dispatch/Content/Dispatch/hplus/css/font-awesome.min.css" />
|
||
|
<link type="text/css" rel="stylesheet" href="/Areas/Dispatch/Content/Dispatch/hplus/css/animate.min.css" />
|
||
|
<link type="text/css" rel="stylesheet" href="/Areas/Dispatch/Content/Dispatch/hplus/css/style.min.css" />
|
||
|
<link type="text/css" rel="stylesheet" href="/Areas/Dispatch/Content/Dispatch/hplus/css/login.min.css" />
|
||
|
<link type="text/css" rel="stylesheet" href="/Areas/Dispatch/Content/Dispatch/hplus/css/plugins/bootstrap-table/bootstrap-table.min.css" />
|
||
|
<link type="text/css" rel="stylesheet" href="/Areas/Dispatch/Content/Dispatch/css/customer.css" />
|
||
|
<script src="/Areas/Dispatch/Content/Dispatch/hplus/js/jquery.min.js"></script>
|
||
|
|
||
|
</head>
|
||
|
<body class="gray-bg">
|
||
|
|
||
|
<asp:ContentPlaceHolder ID="Body" runat="server"></asp:ContentPlaceHolder>
|
||
|
|
||
|
<script src="/Areas/Dispatch/Content/Dispatch/hplus/js/jquery.min.js?v=2.1.4"></script>
|
||
|
<script src="/Areas/Dispatch/Content/Dispatch/hplus/js/bootstrap.min.js?v=3.3.5"></script>
|
||
|
<script src="/Areas/Dispatch/Content/Dispatch/hplus/js/plugins/metisMenu/jquery.metisMenu.js"></script>
|
||
|
<script src="/Areas/Dispatch/Content/Dispatch/hplus/js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
|
||
|
<script src="/Areas/Dispatch/Content/Dispatch/hplus/js/plugins/layer/layer.min.js"></script>
|
||
|
<script src="/Areas/Dispatch/Content/Dispatch/hplus/js/hplus.min.js?v=4.0.0"></script>
|
||
|
<script src="/Areas/Dispatch/Content/Dispatch/hplus/js/contabs.min.js"></script>
|
||
|
<script src="/Areas/Dispatch/Content/Dispatch/hplus/js/plugins/pace/pace.min.js"></script>
|
||
|
<script src="/Areas/Dispatch/Content/Dispatch/hplus/js/plugins/bootstrap-table/bootstrap-table.min.js"></script>
|
||
|
<script src="/Areas/Dispatch/Content/Dispatch/hplus/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script>
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
|
||
|
$(document).ready(function () {
|
||
|
|
||
|
});
|
||
|
</script>
|
||
|
|
||
|
<asp:ContentPlaceHolder ID="FooterScript" runat="server"></asp:ContentPlaceHolder>
|
||
|
</body>
|
||
|
</html>
|