123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- <%@ Page Language="C#" Debug=true EnableEventValidation="false" AutoEventWireup="true" CodeFile="Print1.aspx.cs" Inherits="Print" %>
- <%@ Register assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>
- <!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>
- <title></title>
- <script language="javascript">
- function preview() {
- bdhtml = window.document.body.innerHTML;
- sprnstr = "<!--startprint-->";
- eprnstr = "<!--endprint-->";
- prnhtml = bdhtml.substr(bdhtml.indexOf(sprnstr) + 17);
- prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr));
- window.document.body.innerHTML = prnhtml;
- window.print();
- //prnform.htext.value=prnhtml;
- //prnform.submit();
- //alert(prnhtml);
- }
- </script>
- <style type="text/css">
- #WebBrowser
- {
- height: 1px;
- width: 47px;
- }
- .table1{
- border:#006 inset 1px;
-
- }
- .style1
- {
- width: 185px;
- }
- .style2
- {
- width: 85%;
- }
- </style>
- <body>
- <form id="form1" runat="server">
- <div align="center">
- <OBJECT id=WebBrowser classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2>Der5435</OBJECT>
- <input type="button" name="print" value="预览并打印" onclick="preview()">
- <input onclick="document.all.WebBrowser.ExecWB(7,1)" type="button" value="打印预览" />
- <asp:Button ID="Button3" runat="server" onclick="Button3_Click" Text="Button" />
-
- <!--startprint-->
-
- <div style="margin: 0 auto;" id="mainContent">
-
- <p class=MsoNormal align=center style='text-align:center'><b><span style='font-size:14.0pt;font-family:黑体'>教学督导记录</span></b></p>
- <table class="table1" border=1 cellspacing=0 cellpadding=0 width="100%">
- <tr>
- <td nowrap="nowrap" class="style1">姓名(督导)</td>
- <td> DDXM</td >
- <td width="11%" nowrap="nowrap">督导时间</p></td>
- <td width="21%" colspan=2>ZJ</td>
- <td width="11%" nowrap="nowrap"> 督导地点</td>
- <td width="22%" colspan=2>DDDD</td>
- </tr>
- <tr>
- <td nowrap="nowrap" class="style1">教师姓名</td>
- <td class="style2">JSXM</td>
- <td width="11%" nowrap="nowrap">授课班级</td>
- <td width="21%" colspan=2>BJ</td>
- <td width="11%" nowrap="nowrap">课程名称</td>
- <td width="22%" colspan=2>KCMC</td>
- </tr>
- <tr>
- <td nowrap="nowrap" class="style1">所在部门</td>
- <td class="style2">SZBM</td>
- <td width="11%" nowrap="nowrap">星期</td>
- <td width="10%">XQ</td>
- <td width="10%" nowrap="nowrap">节次</td>
- <td width="11%">JC</p></td>
- <td width="11%" nowrap="nowrap">评分</td>
- <td width="11%" nowrap="nowrap">PF</td>
- </tr>
- <tr>
- <td width="100%" colspan=8>督导情况记录</p>
- </td>
- </tr>
- <tr>
- <td style="border-style: none none inset inset">督导签名</td>
- <td class="style2"><span style="text-align=right"> 年 月 日 </span></td>
- </tr>
- <tr>
- <td width="100%" colspan=8><p class=MsoNormal><span style='font-size:10.5pt'>督导建议和意见:</span></p>
- <p class=MsoNormal> </p>
- <p class=MsoNormal> </p></td>
- </tr>
- <tr>
- <td style="border-style: none none inset inset">督导签名</td>
- <td width="85%" style='border-style: none inset inset none; text-align:right'
- colspan=7><p class=MsoNormal align=right
- ><span style='font-size:10.5pt'>年<span lang=EN-US> </span>月<span lang=EN-US> </span>日 </span></p></td>
- </tr>
- <tr style="border-bottom-style: dotted">
- <td width="100%" colspan=8><p class=MsoNormal
- style='border-bottom-style: dashed; border-bottom-width: 1px;'><span class=GramE><span style='font-size:10.5pt'>裁</span></span><span
- lang=EN-US style='font-size:10.5pt'> </span><span style='font-size:10.5pt'>剪<span lang=EN-US> </span>线<span lang=EN-US> </span></span></p></td>
- </tr>
- <tr>
- <td width="100%" colspan=8> </td>
- </tr>
- <tr>
- <td width="100%" colspan=8><p class=MsoNormal style="text-align: left"><span style='font-size:10.5pt'>督导建议和意见<span lang=EN-US>-</span>(此栏反馈给督导对象):</span></p>
- <br /><br /><br /><br /></td>
- </tr>
- <tr>
- <td style="border-style: none none inset inset">督导签名</td>
- <td width="85%" style='border-style: none inset inset none; text-align:right'
- colspan=7><p class=MsoNormal align=right
- ><span style='font-size:10.5pt'>年<span lang=EN-US> </span>月<span lang=EN-US> </span>日 </span></p></td>
- </tr>
-
- </table>
- </div>
- <!--endprint-->
- </div>
- </form>
- </body>
- </html>
|