31 lines
1.5 KiB
Plaintext
31 lines
1.5 KiB
Plaintext
<!DOCTYPE html>
|
||
<html lang="zh-cn">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
<title>@ViewBag.Title</title>
|
||
@RenderSection("css", false)
|
||
<!--[if lt IE 10 ]>
|
||
<link href="../css/IE8.css" rel="stylesheet" />
|
||
<![endif]-->
|
||
</head>
|
||
<body>
|
||
<!--[if lt IE 10 ]>
|
||
<div id="ieAlert" class="alert alert-danger alert-dismissible">
|
||
<div>你的浏览器版本太低,不能完美的支持本系统,请升级到至少IE10 <a href="../IE/IE10.exe" target="_blank">本地下载</a> <a href="https://support.microsoft.com/zh-cn/help/17621/internet-explorer-downloads" target="_blank">微软下载</a>,或者使用Chrome浏览器 <a href="../Software/ChromeSetup.exe" target="_blank">本地下载</a></div>
|
||
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">关闭</span></button>
|
||
</div>
|
||
<![endif]-->
|
||
@RenderBody()
|
||
<a id="pathBase" href="~/" hidden></a>
|
||
<!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
|
||
<environment include="Development">
|
||
<script src="~/js/jquery-3.3.1.js" asp-append-version="true"></script>
|
||
</environment>
|
||
<environment exclude="Development">
|
||
<script src="~/js/jquery-3.3.1.min.js" asp-append-version="true"></script>
|
||
</environment>
|
||
@RenderSection("javascript", false)
|
||
</body>
|
||
</html> |