2022-03-15 17:36:38 +08:00
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PersonAutoDetail.aspx.cs" Inherits="FineUIPro.Web.HSSE.SitePerson.PersonAutoDetail" %>
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head runat="server">
|
2025-02-23 13:09:38 +08:00
|
|
|
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,PersonAutoDetail_PageTitle%>"/></title>
|
2022-03-15 17:36:38 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<form id="form1" runat="server">
|
|
|
|
<div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</body>
|
|
|
|
</html>
|