_OutPlayerLayout.cshtml 758 B

12345678910111213141516171819
  1. @{
  2. var version = "1.0.2";
  3. }
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  5. <html>
  6. <head>
  7. <META http-equiv="pragma" content="no-cache">
  8. <META http-equiv="Cache-Control" content="no-cache, must-revalidate">
  9. <META http-equiv="expires" content="Wed, 26 Feb 1997 08:21:57 GMT">
  10. <meta name="P3P" content='CP="CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR"' />
  11. <title>博颖教学综合管理平台</title>
  12. @RenderSection("header", false)
  13. </head>
  14. <body>
  15. <script type="text/javascript" src="@Url.Content("~/Scripts/Bowin.Control.Core/jquery-1.8.0.min.js?v=" + version)"></script>
  16. @RenderBody()
  17. @RenderSection("scripts", false)
  18. </body>
  19. </html>