<%@ page language= "C #" autoeventwireup= "true" codebehind= "Daochuepm.aspx.cs" inherits= "Web.emp.emp.daochuepm"% >
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<title></title>
<link href= ". /.. /public/css/common.css "rel=" stylesheet "type=" Text/css "/>
<script src= ". /.. /public/js/jquery-1.8.0.min.js "type=" Text/javascript "></script>
<style type= "Text/css" >
. Commontab{text-align:center;width:760px;border-collapse:collapse;}
. commontab td,th{margin:0px;line-height:25px;font-size:14px;border:1px solid black;}
. Commontab. Tb{background-color:white;}
. Commontab. bl{text-align:right;background-color:white;font-size:14px;}
. Commontab. br{text-align:left;background-color:white;font-size:14px;}
. divtitle{font-size:20px; font-weight:bold; text-align:center; width:760px; margin-bottom:10px;}
. div{font-size:16px; width:760px;}
</style>
<script type= "Text/javascript" >
$ (function () {
Execprint ();
});
var hkey_root, Hkey_path, Hkey_key;
Hkey_root = "HKEY_CURRENT_USER";
Hkey_path = "\\Software\\Microsoft\\Internet explorer\\pagesetup\\";
Set page header footer to print is empty
function Pagesetup_null () {
try {
var Wsh = new ActiveXObject ("Wscript.Shell");
Hkey_key = "header";
Wsh.regwrite (hkey_root + Hkey_path + hkey_key, "");
Hkey_key = "Footer";
Wsh.regwrite (hkey_root + Hkey_path + hkey_key, "");
}
catch (e) {
alert (e.message);
}
};
function Execprint () {
Pagesetup_null ();
Window.print ();
};
</script>
<body>
<form id= "Form1" runat= "Server" >
<div class= "divtitle" > Staff list </div> <%--<div style= "width:610px;float:right;font-weight:bold; font-size:14px; " >R-6.3-11</div> <div style= "WIDTH:610PX;FONT-WEIGHT:BOLD;FONT-SIZE:14PX;" > Project name: <asp:label id= "GCMC" runat= "Server" ></asp:Label></div>--%> <table class= " Commontab ">
<tr>
<TD style= "width:110px;" > Equipment Name:</td>
<TD style= "width:230px;" >
<asp:label id= "SBMC" runat= "Server" ></asp:Label>
</td>
<TD style= "width:110px;" > Device number:</td>
<TD style= "width:230px;" >
<asp:label id= "SBBH" runat= "Server" ></asp:Label>
</td> </tr> <tr>
<TD style= "width:110px;" > Operator:</td>
<TD style= "width:230px;" >
<asp:label id= "CZG" runat= "Server" ></asp:Label>
</td>
<TD style= "width:110px;" > Fault Level:</td>
<TD >
<asp:label id= "GZJB" runat= "Server" ></asp:Label>
</td> </tr> <tr>
<TD style= "width:110px;" > Fault start time:</td>
<TD style= "width:230px;" >
<asp:label id= "GZKSSJ" runat= "Server" ></asp:Label>
</td>
<TD style= "width:110px;" > Failure End Time:</td>
<TD >
<asp:label id= "GZJSSJ" runat= "Server" ></asp:Label>
</td> </tr> <tr>
<TD style= "width:110px;" > Failure Duration:</td>
<TD style= "width:230px;" >
<asp:label id= "GZCXSJ" runat= "Server" ></asp:Label>
</td>
<TD style= "width:110px;" ></td>
<TD >
</td> </tr> <tr>
<TD style= "width:110px;" > Fault site:</td>
<TD colspan= "3"; >
<asp:label id= "GZBW" runat= "Server" ></asp:Label>
</td> </tr> <tr>
<TD style= "width:110px;" > Repair Unit:</td>
<TD colspan= "3";>
<asp:label id= "WXDW" runat= "Server" ></asp:Label>
</td> </tr> <tr>
<TD style= "width:110px;" > Failure Reason:</td>
<TD colspan= "3";>
<asp:label id= "Gzyy" runat= "Server" ></asp:Label>
</td>
</tr> <tr>
<TD style= "width:110px;" > Exclusion Measures:</td>
<TD colspan= "3"; >
<asp:label id= "PCCs" runat= "Server" ></asp:Label>
</td>
</tr> <tr>
<TD style= "width:110px;" > Acceptance Conclusion:</td>
<TD colspan= "3"; >
<asp:label id= "YZJL" runat= "Server" ></asp:Label>
</td>
</tr> <tr>
<TD style= "width:110px;" > Participant:</td>
<TD colspan= "3"; >
<asp:label id= "Cyry" runat= "Server" ></asp:Label>
</td>
</tr> </table>
</form>
</body>
Web content Printing