username@email.com
2025-05-07 451ec557d579f8f9e1b0c84754709cc8b3d2090e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="OA_DocumentDetail.aspx.cs" Inherits="CY.WebForm.Pages.work.OA_DocumentDetail" %>
 
<!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 id="Head1" runat="server">
    <title>公文明细</title>
    <script type="text/javascript" src="../../libs/js/jquery.js"></script>
    <script src="../../js/common/util.js" type="text/javascript"></script>
    <link href="../../Styles/Print.css" rel="stylesheet" type="text/css" />
    <script src="../../js/common/Printter.js" type="text/javascript"></script>
    <script src="../../js/common/LodopFuncs.js" type="text/javascript"></script>
    <style type="text/css">
        .tableStyle div { text-align: left; overflow: visible; line-height: 15px; }
        .tableStyle tr, td, th { padding: 0px; height: auto; }
    </style>
</head>
<body>
    <object id="LODOP_OB" classid="clsid:2105C259-1E0C-4534-8141-A753534CB4CA" width="0" height="0">
        <embed id="LODOP_EM" type="application/x-print-lodop" width="0" height="0" pluginspage="/Pages/common/install_lodop32.exe"></embed>
    </object>
    <div id='div_tool' issideways="true" printparams='1,2100,2970, "A4"'>
    </div>
    <form id="form1" class="form2" runat="server">
    <table style="width: 700px; margin-top: 30px; margin: 0 auto;">
        <tr style="height: 130px;">
            <td colspan="2" style="font-size: 40px; color: Red; font-weight: bold; text-align: center;">
                <%--<%=DM_Model.DM_Title.ToString() %></td>--%>
            </td>
        </tr>
        <tr>
            <td colspan="2" style="color: Black; font-size: 16px; text-align: center; padding-top: 55px;">
                <span id="spanDM_DocumentNumber" runat="server"></span>
            </td>
        </tr>
        <tr>
            <td colspan="2">
                <%--<div style="border-bottom: 2px solid red;">
                </div>--%>
            </td>
        </tr>
        <tr>
            <td colspan="2" style="padding: 90px 0 10px 0; font-size: 24px; text-align: center; font-weight: bold;">
                <span id="spanDM_Title" runat="server"></span>
            </td>
        </tr>
        <tr>
            <td colspan="2" style="padding: 20px 0 50px 0; line-height: 25px; font-size: 16px;">
                <div id="spanDM_Content" runat="server" style="width: 700px; word-wrap: break-word; text-align: justify;">
                </div>
            </td>
        </tr>
        <tr>
            <td align="right" colspan="2" style="padding: 20px 0px 0px 0px; font-size: 16px;">
                <span id="spanDM_PostingFirmName" runat="server"></span>
            </td>
        </tr>
        <tr>
            <td align="right" colspan="2" style="padding: 0px 0px 40px 0px; font-size: 16px;">
                <span id="spanDM_PromulgatedDate" runat="server"></span>
            </td>
        </tr>
        <tr id="tr1" runat = "server">
            <td colspan="2" style="font-size: 16px;">
                <span style="font-weight: bold; font-size: 18px; color: Black;">主题词:</span><span id="spanDM_ThemeWords" runat="server"></span>
            </td>
        </tr>
        <tr id="tr2" runat = "server">
            <td colspan="2">
                <div style="border-bottom: 1px solid black;">
                </div>
            </td>
        </tr>
        <tr id="tr3" runat = "server">
            <td colspan="2" style="font-size: 16px;">
                <span style="font-weight: bold; font-size: 18px; color: Black;">抄&nbsp;&nbsp;&nbsp;&nbsp;送:</span><span id="spanDM_CCUnit" runat="server"></span>
            </td>
        </tr>
        <tr id="tr4" runat = "server">
            <td colspan="2">
                <div style="border-bottom: 1px solid black;">
                </div>
            </td>
        </tr>
        <tr>
            <td style="font-size: 16px;" align="left">
                <span id="spanDM_PostingName" runat="server"></span>
            </td>
            <td style="font-size: 16px;" align="right">
                <%=DateTime.Now.ToLongDateString()%>印发
            </td>
        </tr>
        <tr>
            <td colspan="2">
                <div style="border-bottom: 1px solid black;">
                </div>
            </td>
        </tr>
    </table>
    </form>
</body>
</html>