Files
HTCloud/HT.Cloud.Web/Views/Shared/_Index.cshtml

32 lines
2.4 KiB
Plaintext
Raw Normal View History

2023-03-03 16:07:50 +08:00
<!DOCTYPE html>
<html>
<head>
<title>@ViewBag.Title</title>
<link href="~/lib/font-awesome-4.7.0/css/font-awesome.css?v=@HT.Cloud.Code.GlobalContext.GetVersion()" rel="stylesheet" />
<script src="~/lib/jquery-3.4.1/jquery-3.4.1.min.js?v=@HT.Cloud.Code.GlobalContext.GetVersion()" charset="utf-8"></script>
<link rel="stylesheet" href="~/js/lay-module/dtree/dtree.css?v=@HT.Cloud.Code.GlobalContext.GetVersion()">
<link rel="stylesheet" href="~/js/lay-module/dtree/font/dtreefont.css?v=@HT.Cloud.Code.GlobalContext.GetVersion()">
<script src="~/js/framework-clientdata.js?v=@HT.Cloud.Code.GlobalContext.GetVersion()"></script>
<script src="~/js/framework-ui.js?v=@HT.Cloud.Code.GlobalContext.GetVersion()"></script>
<script src="~/lib/layui/layui.js?v=@HT.Cloud.Code.GlobalContext.GetVersion()"></script>
<link rel="stylesheet" href="~/lib/layui/css/layui.css?v=@HT.Cloud.Code.GlobalContext.GetVersion()" media="all">
<link rel="stylesheet" href="~/css/public.css?v=@HT.Cloud.Code.GlobalContext.GetVersion()" media="all">
<script src="~/js/lay-config.js?v=@HT.Cloud.Code.GlobalContext.GetVersion()" charset="utf-8"></script>
<link href="~/css/watercloud.css?v=@HT.Cloud.Code.GlobalContext.GetVersion()" rel="stylesheet" />
<link rel="stylesheet" href="~/js/lay-module/loading/wcLoading.css?v=@HT.Cloud.Code.GlobalContext.GetVersion()" media="all">
<link rel="stylesheet" href="~/css/soulTable.css?v=@HT.Cloud.Code.GlobalContext.GetVersion()" media="all">
<script src="~/js/lay-module/loading/wcLoading.js?v=@HT.Cloud.Code.GlobalContext.GetVersion()" charset="utf-8"></script>
<script src="~/lib/jquery-easyui/Scripts/jquery.easyui-1.4.5.min.js?v=@HT.Cloud.Code.GlobalContext.GetVersion()" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="~/lib/jquery-easyui/Content/themes/default/easyui.css?v=@HT.Cloud.Code.GlobalContext.GetVersion()" media="all">
2024-10-12 11:15:47 +08:00
<link rel="stylesheet" type="text/css" href="~/lib/jquery-easyui/Content/themes/m2/easyui.css?v=@HT.Cloud.Code.GlobalContext.GetVersion()" media="all">
2023-03-03 16:07:50 +08:00
<link rel="stylesheet" type="text/css" href="~/lib/jquery-easyui/Content/themes/icon.css?v=@HT.Cloud.Code.GlobalContext.GetVersion()" media="all">
2024-10-12 11:15:47 +08:00
<link rel="stylesheet" href="~/css/layuicustom.css?v=@HT.Cloud.Code.GlobalContext.GetVersion()" media="all">
2023-03-03 16:07:50 +08:00
</head>
<body>
@RenderBody()
@Html.AntiForgeryToken()
</body>
</html>