username@email.com
2024-09-30 93b130b87d2302f216c8bdc77e95e47eae0ba331
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="TestRecipet.aspx.cs" Inherits="CY.WebForm.Pages.production.TestRecipet" %>
 
<!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 src="../../js/utils/jquery-1.5.1.js" type="text/javascript"></script>
    <script src="../../js/common/ReceiptToolTest.js?v=2" type="text/javascript"></script>
</head>
<body>
    <form id="form1" name="form1">
    <table style='border: 1pt solid #CCCCCC;'>
        <tr>
            <td  id="ReceiptT_Html">
            </td>
        </tr>
    </table>
    </form>
    <script type="text/javascript">
        ReceiptT('member', '');
    </script>
</body>
</html>