HSSE Person 部分
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>打印开工前检查</title>
|
||||
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,CheckWorkPrint_PageTitle%>"/></title>
|
||||
<link href="../../Styles/Style.css" rel="stylesheet" type="text/css" />
|
||||
<script type="text/javascript" language="javascript">
|
||||
function pagesetup_null() {
|
||||
@@ -69,12 +69,12 @@
|
||||
</td>
|
||||
<td align="right" valign="middle" style="width: 50%; height: 30px; border-width: 0px; border-width: 0px;">
|
||||
<img src="../Images/PageSetup.gif" runat="server" id="Img2" onclick="document.all.WebBrowser.ExecWB(8,1)"
|
||||
alt="页面设置" style="cursor: pointer" />
|
||||
alt="<%$ Resources:Lan,TestRecordPrint_Img2_alt%>" style="cursor: pointer" />
|
||||
<img src="../Images/PrintSetup.gif" runat="server" id="btnPrint" onclick="document.all.WebBrowser.ExecWB(6,1)"
|
||||
alt="打印设置" style="cursor: pointer" />
|
||||
alt="<%$ Resources:Lan,TestRecordPrint_btnPrint_alt%>" style="cursor: pointer" />
|
||||
<img src="../Images/PrintPreview.gif" runat="server" id="Img1" onclick="printpr()"
|
||||
alt="打印预览" style="cursor: pointer" />
|
||||
<img src="../Images/Print.gif" runat="server" id="Img3" onclick="print()" alt="打印"
|
||||
alt="<%$ Resources:Lan,TestRecordPrint_Img1_alt%>" style="cursor: pointer" />
|
||||
<img src="../Images/Print.gif" runat="server" id="Img3" onclick="print()" alt="<%$ Resources:Lan,TrainRecord_Menu1_btnPrint_Text%>"
|
||||
style="cursor: pointer" />
|
||||
</td>
|
||||
<td align="right" valign="middle" style="width: 50%; height: 30px; border-width: 0px;">
|
||||
@@ -93,12 +93,12 @@
|
||||
bordercolor="#000000">
|
||||
<tr>
|
||||
<td align="center" colspan="3">
|
||||
<asp:Label ID="Label1" runat="server" Font-Size="22px" Font-Bold="true" Text="HSE检查表"></asp:Label>
|
||||
<asp:Label ID="Label1" runat="server" Font-Size="22px" Font-Bold="true" Text="<%$ Resources:Lan,CheckWorkPrint_Label1_Text%>"></asp:Label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" style="width: 33%; height: 45px;">
|
||||
<asp:Label ID="Label4" runat="server" Font-Size="17px" Text="检查类型:HSE开工前检查"></asp:Label>
|
||||
<asp:Label ID="Label4" runat="server" Font-Size="17px" Text="<%$ Resources:Lan,CheckWorkPrint_Label4_Text%>"></asp:Label>
|
||||
</td>
|
||||
<td align="left" style="width: 33%; height: 45px;">
|
||||
<asp:Label ID="txtCheckTime" runat="server" Font-Size="17px"></asp:Label>
|
||||
|
||||
Reference in New Issue
Block a user