增加数据穿透界面
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
EnableEventValidation="false" Inherits="FineUIPro.Web.HSSE.Accident.AccidentReportView"
|
||||
ValidateRequest="false" %>
|
||||
|
||||
<%@ Register Src="~/Controls/FlowOperateControl.ascx" TagName="FlowOperateControl"
|
||||
TagPrefix="uc1" %>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
@@ -35,7 +33,7 @@
|
||||
cellspacing="0" class="table" style="border-collapse: collapse;" border="1">
|
||||
<tr>
|
||||
<td rowspan="2" align="center" style="width: 30%;">
|
||||
<img id="image" runat="server" alt="" src="../Images/Null.jpg" />
|
||||
|
||||
</td>
|
||||
<td colspan="2" align="center" style="width: 40%;">
|
||||
<asp:Label ID="lblProjectName" runat="server" Font-Size="11pt"></asp:Label>
|
||||
@@ -190,7 +188,7 @@
|
||||
</f:Button>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
||||
</f:ToolbarFill>
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose" Text="关闭">
|
||||
</f:Button>
|
||||
</items>
|
||||
</f:Toolbar>
|
||||
|
||||
Reference in New Issue
Block a user