You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							68 lines
						
					
					
						
							3.5 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							68 lines
						
					
					
						
							3.5 KiB
						
					
					
				| <!DOCTYPE html> | |
| <html> | |
| <head> | |
|     <meta charset="utf-8" /> | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
|     <title>@ViewBag.Title - 不明空飘物溯源查证平台</title> | |
| 
 | |
|     <link rel="stylesheet" href="~/Content/thirds/leaflet/leaflet.css" /> | |
|     <link rel="stylesheet" href="~/Content/thirds/easyui/easyui.css" /> | |
|     <link rel="stylesheet" href="~/Content/thirds/sweetalert/sweetalert.css" /> | |
|     <link rel="stylesheet" href="~/Content/styles/reset.css" /> | |
|     <link rel="stylesheet" href="~/Content/styles/common.css" /> | |
|     <link rel="stylesheet" href="~/Content/styles/index.css" /> | |
| 
 | |
|     @RenderSection("styles", required: false) | |
| </head> | |
| <body> | |
|     <div class="box"> | |
|         <div class="header"> | |
|             <div class="top clearfix"> | |
|                 <div class="logo fl"> | |
|                     <img src="~/Content/images/logo.png" /> | |
|                 </div> | |
|                 <div class="top-menu fr clearfix"> | |
|                     <div class="nav fl"> | |
|                         <ul class="clearfix"> | |
|                             <li @(ViewBag.Title == "蒙古空飘物" ? "class=action" : string.Empty)> | |
|                                 <a href="/MengGu/Index" class="">蒙古空飘物</a> | |
|                             </li> | |
|                             <li @(ViewBag.Title == "北京空飘物" ? "class=action" : string.Empty)> | |
|                                 <a href="/Beijing/Index" class="">北京空飘物</a> | |
|                             </li> | |
|                             <li @(ViewBag.Title == "定点空飘物预警" ? "class=action" : string.Empty)> | |
|                                 <a href="/Tiananmen/Index">定点空飘物预警</a> | |
|                             </li> | |
|                         </ul> | |
|                     </div> | |
|                     <div class="admin fl"> | |
|                         <span id="user-info" userid="@(ViewBag.LoginUser != null ? ViewBag.LoginUser.Id : 0)" @((ViewBag.LoginUser == null) ? "class=user-login" : string.Empty)>欢迎,@(ViewBag.LoginUser != null ? ViewBag.LoginUser.RealName : "未登录")</span> | |
|                         <a class="manage" id="manage" href="/StatisticAnalysis/Index" @((ViewBag.Title == "用户管理" || ViewBag.Title == "机构管理" || ViewBag.Title == "系统设置") ? "class=action" : string.Empty)>系统管理</a> | |
|                         <a class="exit" href="/User/Login">退出</a> | |
|                     </div> | |
|                 </div> | |
|             </div> | |
|         </div> | |
| 
 | |
|         @RenderBody() | |
|     </div> | |
| 
 | |
|     <script src="~/Content/thirds/jquery-3.2.1.min.js"></script> | |
|     <script src="~/Content/thirds/easyui/jquery.easyui.min.js"></script> | |
|     <script src="~/Content/thirds/easyui/easyui-lang-zh_CN.js"></script> | |
|     <script src="~/Content/thirds/bootstrap-3.4.1-dist/js/bootstrap.min.js"></script> | |
|     <script src="~/Content/thirds/leaflet/leaflet.js"></script> | |
|     <script src="~/Content/thirds/leaflet/leaflet.ChineseTmsProviders.js"></script> | |
|     <script src="~/Content/thirds/leaflet/leaflet.migrationLayer.js"></script> | |
|     <script src="~/Content/thirds/leaflet/src.js"></script> | |
|     <script src="~/Content/thirds/leaflet/leaflet-velocity.min.js"></script> | |
|     <script src="~/Content/thirds/leaflet/leaflet.draw.js"></script> | |
|     <script src="~/Content/thirds/sweetalert/sweetalert.min.js"></script> | |
|     <script src="~/Content/thirds/moment-with-locales.min.js"></script> | |
|     <script src="~/Content/thirds/helper.js"></script> | |
|     <script src="~/Content/scripts/config.js"></script> | |
| 
 | |
|     @RenderSection("scripts", required: false) | |
| </body> | |
| </html> |