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