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.
DS7/DSWeb/MvcShipping/Views/Shared/MP.Master

34 lines
1.2 KiB
Plaintext

<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="MP.Master.cs" Inherits="DSWeb.MvcShipping.Views.Shared.MP" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title>东胜物流软件</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" href="/Areas/Dispatch/Content/MP/lib/weui.min.css">
<link rel="stylesheet" href="/Areas/Dispatch/Content/MP/css/jquery-weui.css">
<link rel="stylesheet" href="/Areas/Dispatch/Content/MP/css/demos.css">
<link rel="stylesheet" href="/Areas/Dispatch/Content/MP/css/example.css">
</head>
<body ontouchstart>
<asp:ContentPlaceHolder ID="Body" runat="server"></asp:ContentPlaceHolder>
<script src="/Areas/Dispatch/Content/MP/lib/jquery-2.1.4.js"></script>
<script src="/Areas/Dispatch/Content/MP/lib/fastclick.js"></script>
<script src="/Areas/Dispatch/Content/MP/js/jquery-weui.js"></script>
<script>
$(function () {
FastClick.attach(document.body);
});
</script>
<asp:ContentPlaceHolder ID="FooterScript" runat="server"></asp:ContentPlaceHolder>
</body>
</html>