Files
SGGL_SHJ/SGGL/FineUIPro.Web/common/mainMenu_HSSE.aspx
T
lpf 8efe030f47 refactor: 清理旧模块资源并整理人员服务目录
为收敛当前分支代码范围并统一人员服务目录,移除历史模块与静态资源,减少无效代码和目录分散带来的维护成本。
2026-09-19 13:45:38 +08:00

19 lines
539 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="mainMenu_HSSE.aspx.cs" Inherits="FineUIPro.Web.mainMenu_HSSE" %>
<!DOCTYPE html>
<html>
<head runat="server" id="Head1">
<meta charset="utf-8" />
<title>人员信息</title>
</head>
<body>
<form id="form1" runat="server">
<div class="person-summary">
<h2>当前现场人员</h2>
<div id="divPersonNum" runat="server">0</div>
<p>项目电话:<span><%= divXmTelTitle %></span></p>
</div>
</form>
</body>
</html>