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.

332 lines
12 KiB

  1. <%@ Page Title="" Language="C#" MasterPageFile="~/AgentNew/AgentMain.Master" AutoEventWireup="true" CodeBehind="CustomerSoaReceipt.aspx.cs" Inherits="Swift.web.AgentNew.CustomerSOA.CustomerSoaReceipt" %>
  2. <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
  3. <style>
  4. header {
  5. top: 0;
  6. height: 80px;
  7. width: 100%;
  8. }
  9. footer {
  10. width: 100%;
  11. height: 100px;
  12. bottom: 0;
  13. }
  14. .header-space {
  15. height: 50px;
  16. }
  17. tr.total td {
  18. background: #808080;
  19. color: #000;
  20. font-size: 11px;
  21. font-weight: 600;
  22. }
  23. .tright {
  24. white-space: nowrap;
  25. text-align: right;
  26. }
  27. label {
  28. # font-weight: 400;
  29. }
  30. .info {
  31. text-transform: uppercase;
  32. font-weight: 600;
  33. padding: 0px;
  34. margin: 3px 0;
  35. font-size: 16px;
  36. }
  37. table {
  38. border-collapse: collapse;
  39. width: 100%;
  40. }
  41. td {
  42. border: 0;
  43. white-space: nowrap;
  44. }
  45. thead {
  46. display: table-header-group;
  47. }
  48. tfoot {
  49. display: table-footer-group;
  50. }
  51. .page-content td {
  52. padding: 5px;
  53. font-size: 13px;
  54. line-height: 15px;
  55. border: 1px solid #cccccc !important;
  56. }
  57. .page-content tr:nth-child(even) {
  58. /*background-color: #87ceeb;*/
  59. }
  60. p {
  61. margin-bottom: 0px !important;
  62. }
  63. body {
  64. margin: 0;
  65. }
  66. @media print {
  67. tr.total td {
  68. -webkit-print-color-adjust: exact;
  69. background: #808080 !important;
  70. color: #000 !important;
  71. font-size: 11px !important;
  72. font-weight: 600 !important;
  73. }
  74. .page-content tr:nth-child(even) {
  75. -webkit-print-color-adjust: exact;
  76. /*background-color: #87ceeb !important;*/
  77. }
  78. body {
  79. margin: 0;
  80. padding: 0;
  81. }
  82. table thead {
  83. /*background: #1717b2;*/
  84. /*color: white;*/
  85. }
  86. table tr:nth-child(even) {
  87. /*background-color: #87ceeb;*/
  88. }
  89. td {
  90. white-space: nowrap;
  91. line-height: normal;
  92. }
  93. header {
  94. top: 0;
  95. height: 200px;
  96. position: fixed;
  97. width: 100%;
  98. min-height: 100px;
  99. }
  100. footer {
  101. width: 100%;
  102. height: 100px;
  103. bottom: 0;
  104. position: fixed;
  105. }
  106. .header-space {
  107. height: 125px;
  108. }
  109. .footer-space {
  110. height: 100px;
  111. }
  112. .footer {
  113. display: none;
  114. }
  115. p {
  116. margin-bottom: 0px !important;
  117. font-size: 10px;
  118. }
  119. body {
  120. margin: 0;
  121. }
  122. .headerClass {
  123. -webkit-print-color-adjust: exact;
  124. /*background: #1717b2 !important;*/
  125. /*color: #fff !important;*/
  126. text-align: center;
  127. }
  128. .page-content .headerClass td span {
  129. -webkit-print-color-adjust: exact;
  130. /*color: white !important;*/
  131. }
  132. }
  133. </style>
  134. </asp:Content>
  135. <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
  136. <div class="holderDiv">
  137. <header>
  138. <table>
  139. <tr>
  140. <td>
  141. <table width="100%;" border="0">
  142. <tbody>
  143. <tr>
  144. <td width="70%;">
  145. <div class="logo">
  146. <img style="float: left;" width="190" src="/Images/jme.png">
  147. </div>
  148. </td>
  149. <td width="30%;">
  150. <h2><span class="info" style="float: left">Remittance History
  151. <br />
  152. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  153. 利用履歴</span></h2>
  154. </td>
  155. </tr>
  156. </tbody>
  157. </table>
  158. </td>
  159. </tr>
  160. <tr>
  161. <td>
  162. <table width="100%;">
  163. <tbody>
  164. <tr>
  165. <td width="15%;" valign="top">
  166. <p style="margin-bottom: 5px; margin-top: 10px; font-size: 14px; float: left" class="tleft">
  167. <strong>Period </strong>
  168. </p>
  169. </td>
  170. <td width="50%;" valign="top">
  171. <p style="margin-bottom: 5px; margin-top: 10px; font-size: 14px; float: left" class="tleft">
  172. :- <strong id="txtperiod" runat="server"></strong>
  173. </p>
  174. </td>
  175. <td width="15%;" valign="top">
  176. <p style="margin-bottom: 5px; margin-top: 10px; text-align: left; font-size: 14px" class="tleft">
  177. Print Date
  178. </p>
  179. </td>
  180. <td width="20%;" valign="top">
  181. <p style="margin-bottom: 5px; margin-top: 10px; text-align: left; font-size: 14px" class="tleft">
  182. :-
  183. <label id="txtPrintDate" runat="server"></label>
  184. </p>
  185. </td>
  186. </tr>
  187. <tr>
  188. <td width="15%" valign="top">
  189. <label>Name 送金者名</label></td>
  190. <td width="50%" valign="top"><span class="info">: <strong class="info"><strong id="txtName" runat="server"></strong></strong></span></td>
  191. <td width="15%" valign="top">
  192. <label>Customer Id</label></td>
  193. <td width="20%" valign="top"><span class="info">: <strong class="info"><strong id="txtCustomerId" runat="server"></strong></strong></span></td>
  194. </tr>
  195. </tbody>
  196. </table>
  197. </td>
  198. </tr>
  199. </table>
  200. </header>
  201. <table>
  202. <thead>
  203. <tr>
  204. <td>
  205. <div class="header-space">&nbsp;</div>
  206. </td>
  207. </tr>
  208. </thead>
  209. <tbody>
  210. <tr>
  211. <td>
  212. <table width="100%;">
  213. <tbody>
  214. <tr>
  215. <td width="15%" valign="top">
  216. <label>Address 住所</label></td>
  217. <td width="51%" valign="top" style="white-space: normal"><span class="info">:<strong class="info"><strong id="txtAddress" runat="server"></strong> </strong></span></td>
  218. <td width="15%" valign="top">
  219. <label>Dob</label></td>
  220. <td width="20%" valign="top"><span class="info">: <strong class="info"><strong id="txtDob" runat="server"></strong></strong></span></td>
  221. </tr>
  222. </tbody>
  223. </table>
  224. </td>
  225. </tr>
  226. <tr>
  227. <td>
  228. <table class="page-content" cellspacing='0' cellpadding='0' border-spacing='0' style="width: 100%, border:0;">
  229. <thead>
  230. <tr class="headerClass" style="text-align: center">
  231. <%--<tr class="headerClass" style="background: #1717b2; color: white; text-align: center">--%>
  232. <td>#</td>
  233. <td>
  234. <span style="white-space: nowrap;">Date
  235. <br>
  236. 処理日</span>
  237. </td>
  238. <td>
  239. <span style="white-space: nowrap">Receiver<br />
  240. 受取人名</span>
  241. </td>
  242. <td>
  243. <span style="white-space: nowrap">Purpose<br />
  244. 送金目的</span>
  245. </td>
  246. <td>
  247. <span style="white-space: nowrap">Transfer Amount<br />
  248. 送金額</span>
  249. </td>
  250. <td>
  251. <span style="white-space: nowrap">Exc. Rate<br />
  252. 適用相場</span>
  253. </td>
  254. <td>
  255. <span style="white-space: nowrap">Receive Amount<br />
  256. 現地受取金額</span>
  257. </td>
  258. </tr>
  259. </thead>
  260. <tbody>
  261. <div id="rpt_grid" runat="server" class="no-margin"></div>
  262. </tbody>
  263. </table>
  264. </td>
  265. </tr>
  266. </tbody>
  267. <tfoot>
  268. <tr>
  269. <td>
  270. <div class="footer-space">&nbsp;</div>
  271. </td>
  272. </tr>
  273. </tfoot>
  274. </table>
  275. <footer>
  276. <section>
  277. <div style="display: table; width: 100%; vertical-align: middle;">
  278. <div style="display: table-cell; z-index: 1; float: left; text-align: left; width: 40%; position: relative">
  279. <p>ジャパンマネーエクスプレス株式会社 </p>
  280. <p>資金移動業関東財務局長第00006号</p>
  281. <img style="display:none" width="50" src="/css/images/watermarkNew.png" style="position: absolute; height: 78px; width: 73px; right: 100px; z-index: -2; top: 0;" />
  282. </div>
  283. <div style="display: table-cell; float: left; text-align: right; width: 57%;">
  284. <p>〒169-0073東京都新宿区百人町一丁目10番7号 大森ビル4階 AB号室</p>
  285. <p>Room AB, Omori Building 4F, 1-10-7 Hyakunin-cho, Shinjuku-ku, Tokyo, 169-0073, Japan</p>
  286. <p>Tel: 03-5475-3913, Fax: 03-5475-3914</p>
  287. <p>E-mail: info@japanremit.com l URL: www.japanremit.com</p>
  288. </div>
  289. <div style="display: table-cell; float: left; text-align: right; width: 3%;">
  290. </div>
  291. </div>
  292. </section>
  293. </footer>
  294. </div>
  295. </asp:Content>