username@email.com
2025-05-15 6fe02a16e55f17e45a3997171e1b2284d45af25b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MemberIntegrity.aspx.cs" Inherits="CY.WebForm.Pages.member.MemberIntegrity" %>
 
<!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" />
    <!--基本选项卡start-->
    <link href="../../libs/css/import_basic.css" rel="stylesheet" type="text/css" />
    <script src="../../libs/js/nav/basicTab.js" type="text/javascript"></script>
    <!--基本选项卡end-->
</head>
<body>
    <form id="form1" runat="server" class="form">
    <div id="scrollContent" style=" margin:5px 0;">
       <div class="basicTab" iframemode="true" data='{"list":[<%=IntegrityHtml.ToString().Replace("\"", "+").Replace("'", "\"").Replace("+", "'")%>]}'>
                <div style="width: 730px;">
                    <iframe scrolling="no" width="100%" frameborder="0" id="frmrightChild" name="frmrightChild" onload="iframeHeight('frmrightChild')" allowtransparency="true"></iframe>
                </div>
            </div>
    </div>
    </form>
</body>
</html>