HJGL_DS/HJGL_DS/FineUIPro.Web/HJGL/DataIn/ShowErr.aspx

26 lines
888 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ShowErr.aspx.cs" Inherits="FineUIPro.Web.HJGL.DataIn.ShowErr" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>错误信息</title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="true" ShowHeader="false" AutoScroll="true" BodyPadding="10px"
runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:TextArea runat="server" ID="txtErr" Height="500px"></f:TextArea>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</form>
</body>
</html>