<%@ 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>
|