<%@ Master Language="C#" Inherits="System.Web.Mvc.ViewMasterPage" %> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title><asp:ContentPlaceHolder ID="TitleContent" runat="server" /></title> <link rel="stylesheet" type="text/css" href="<%=QMAPP.MESReport.Web.MvcApplication.ManageCenterRoot %>Content/themes/default/easyui.css"/> <script type="text/javascript" src="<%=QMAPP.MESReport.Web.MvcApplication.ManageCenterRoot %>Scripts/jquery.1.11.0.min.js"></script> <script type="text/javascript" src="<%=QMAPP.MESReport.Web.MvcApplication.ManageCenterRoot %>jquery.easyui/jquery.easyui.min.js"></script> </head> <body class="easyui-layout"> <asp:ContentPlaceHolder ID="MainContent" runat="server" /> </body> </html>