username@email.com
2022-01-21 b18a7c8e54b51a5caa400e55cb8cc428c0301a0c
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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PromotionArticleInfoShow.aspx.cs"
    Inherits="CY.WebForm.Pages.sysglobal.PromotionArticleInfoShow" %>
 
<!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">
    <title>查看软文信息</title>
    <uc:CMSHead ID="CMSHead1" runat="server" />
     <style type="text/css">
     * td{word-break: normal; border-left: 1pt solid #CCCCCC; border-bottom: 1pt solid #CCCCCC;height: 24px; padding: 1px 2px 1px 4px;}
     </style>
</head>
<body>
    <form id="form1" runat="server">
    <div>
       <table class="tableStyle1" style="  border-right: 1pt solid #CCCCCC; border-top: 1pt solid #CCCCCC; margin:auto;" cellpadding="0" cellspacing="0">
          
            <tr>
                <td style="text-align:center">
                    <span runat="server" id="spnTitel"></span>
                </td>
            </tr>
            <tr>
                <td>
                   <div id="divInfoContent" runat="server" style="width:700px;"></div>
                </td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>