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.

101 lines
6.4 KiB

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LetterForCustomer.aspx.cs" Inherits="Swift.web.Remit.Administration.OnlineCustomer.LetterForCustomer" %>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <link href="/ui/css/style.css" rel="stylesheet" />
  6. <link href="/ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
  7. <link href="/ui/css/waves.min.css" type="text/css" rel="stylesheet" />
  8. <link href="/ui/css/menu.css" type="text/css" rel="stylesheet" />
  9. <link href="/ui/css/style.css" type="text/css" rel="stylesheet" />
  10. <link href="/ui/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
  11. <link href="/js/jQuery/jquery-ui.css" rel="stylesheet" type="text/css" />
  12. <script src="/ui/js/jquery.min.js"></script>
  13. <script src="/ui/bootstrap/js/bootstrap.min.js"></script>
  14. <script src="/js/functions.js" type="text/javascript"></script>
  15. <script src="/ui/js/jquery-ui.min.js"></script>
  16. </head>
  17. <body>
  18. <form id="form1" runat="server">
  19. <div class="page-wrapper">
  20. <div class="tab-content">
  21. <div class="row" id="downloadDivPDF" runat="server" style="padding: 15px 50px 15px 50px;">
  22. <table width="100%">
  23. <tr>
  24. <td>
  25. <img src="/ui/images/jme.png" /></td>
  26. <td style="text-align: right;">+81-03-5475-3913<br />
  27. info@japanremit.com<br />
  28. www.japanremit.com<br />
  29. 〒169-0073 Omori Building 4F(AB), Hyakunincho 1-10-7, Shinjuku-ku, Tokyo, Japan<br />
  30. </td>
  31. </tr>
  32. <tr>
  33. <td colspan="2">
  34. <hr style="width: 100%" runat="server" id="hr1" />
  35. </td>
  36. </tr>
  37. <tr>
  38. <td colspan="2">
  39. <div id="customerCoreRegister" runat="server">
  40. <label id="customerName" runat="server"></label>
  41. <br />
  42. <label id="customerAddress" runat="server"></label>
  43. <br />
  44. </div>
  45. <p>&nbsp;</p>
  46. Dear
  47. <label id="customerName1" runat="server"></label>
  48. ,<br />
  49. お客様各位、<br />
  50. <p>&nbsp;</p>
  51. Welcome to use JME Remit Mobile Application.<br />
  52. ようこそJME の送金用モバイルアプリケーションへ。<br />
  53. <p>&nbsp;</p>
  54. First of all, we would like to thank you for registering with us. JME is committed to provide best services to its customers and we hereby assure to provide it to you always.<br />
  55. まず初めに、ご登録いただきありがとうございます。 JMEはお客様に最高のサービスを提供することを約束し、ここに保証します。<br />
  56. <p>&nbsp;</p>
  57. You can view updated exchange rate, fees, service details, terms and conditions to use our service, etc. in our website www.japanremit.com.<br />
  58. 当社のサービスを利用するにあたり、最新の為替レート、手数料、サービスの詳細、利用規約等は、 当社のウェブサイトwww.japanremit.comでご確認いただけます。<br />
  59. <p>&nbsp;</p>
  60. JME Mobile application offers you following services:<br />
  61. 当社のモバイルアプリケーションは、次のサービスを提供します。<br />
  62. • Remittance service 送金サービス<br />
  63. • Add Beneficiary Service 受取人情報の追加<br />
  64. • Account balance inquiry Service 口座残高の照会<br />
  65. • Transaction Report 取引記録の照会<br />
  66. Note: we are continuously listening to your feedbacks and adding our mobile application services<br />
  67. 注:我々はお客様からのフィードバックに絶えず耳を傾け、サービスへ反映します<br />
  68. <p>&nbsp;</p>
  69. Following is your login details for using our service. (the application will ask for change of passwords and PIN after you login for the first time)<br />
  70. 以下は、当社のサービスを使用するためのログインの詳細です。(アプリケーションは、初回ログイン後にパスワードとPINの変更を要求します)<br />
  71. <p>&nbsp;</p>
  72. Username :
  73. <label id="userName" runat="server"></label>
  74. <br />
  75. <div id="customerCoreRegister1" runat="server">
  76. Login Password :
  77. <label id="password" runat="server"></label>
  78. <br />
  79. </div>
  80. Transaction PIN :
  81. <label id="pinNO" runat="server"></label>
  82. <br />
  83. <br />
  84. <p>&nbsp;</p>
  85. Please keep your login details securely<br />
  86. 本ログイン情報は大切に保管してください。<br />
  87. <p>&nbsp;</p>
  88. Thank you,<br />
  89. ありがとうございます。<br />
  90. Japan Money Express Co. Ltd.<br />
  91. </td>
  92. </tr>
  93. </table>
  94. </div>
  95. </div>
  96. </div>
  97. </form>
  98. </body>
  99. </html>