You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
3.0 KiB

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Receipt.aspx.cs" Inherits="Swift.web.Remit.BonusManagement.RedeemProcess.Receipt" %>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <title></title>
  6. <link href="../../../ui/css/style.css" rel="stylesheet" />
  7. <script src="../../../js/swift_grid.js" type="text/javascript"> </script>
  8. </head>
  9. <body>
  10. <form id="form1" runat="server">
  11. <div style="margin-left:12px" id="officeReceipt" runat="server">
  12. <table cellspacing="0" cellpadding="0" style="width: auto;">
  13. <tr>
  14. <td valign="top" colspan="2">
  15. <div style="float:left;">
  16. <img src="../../../Images/IMELogo.jpg" style="height:70px;width:118px;"/>
  17. </div>
  18. <div style="float:left; margin-left:60px;" runat="server" id="divHeadMsg">
  19. </div>
  20. </td>
  21. </tr>
  22. <tr>
  23. <td colspan="8" style="height:20px">
  24. </td>
  25. </tr>
  26. <tr>
  27. <td colspan="8">
  28. </td>
  29. </tr>
  30. <tr>
  31. <td colspan="9" style="height:15px; width:950px !important;">
  32. <div id="rptReport" runat="server" style="width:950px !important;"></div>
  33. </td>
  34. </tr>
  35. <tr>
  36. <td colspan="8">
  37. </td>
  38. </tr>
  39. <tr>
  40. <td colspan="8">
  41. </td>
  42. </tr>
  43. <tr>
  44. <td colspan="8" height="60px" style="vertical-align:bottom">
  45. Redeemed: <span id="red" runat="server" visible="false" style="font-weight:bold"><asp:Label ID="redeemed" runat="server"></asp:Label></span>
  46. </td>
  47. </tr>
  48. <tr>
  49. <td colspan="8">
  50. </td>
  51. </tr>
  52. <tr>
  53. <td width="450px" style="vertical-align:bottom">
  54. Prepared By:&nbsp;<span runat="server" id="prepareBy"></span>
  55. </td>
  56. <td>
  57. <div style="margin-left:270px">
  58. <b><hr width="140px"/></b>
  59. <center>Customer</center>
  60. </div>
  61. </td>
  62. </tr>
  63. <tr>
  64. <td colspan="8"></td>
  65. </tr>
  66. <tr>
  67. <td colspan="8"></td>
  68. </tr>
  69. <tr>
  70. <td colspan="8" style="height:80px;vertical-align:bottom;text-align:center">
  71. Thank You,<br />
  72. <span runat="server" id="agentName"></span><br />
  73. Send Money and WIN BONUS with PRIZES
  74. </td>
  75. </tr>
  76. </table>
  77. </div>
  78. <div style="height:40px;"></div>
  79. <div style="height:50px;width:auto;" >
  80. <center><b>----------------------------------------------------------------------------------------------------</b></center>
  81. </div>
  82. <div id="customerReceipt" runat="server"></div>
  83. </form>
  84. </body>
  85. </html>