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.

152 lines
7.6 KiB

  1. <%@ Page Title="" Language="C#" AutoEventWireup="true" CodeBehind="LetterForCustomerFromMobile.aspx.cs" Inherits="MobileRemit.Admin.Operation.LetterForCustomerFromMobile" EnableEventValidation="false" %>
  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. <link href="/ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
  8. <link href="/ui/css/style.css" type="text/css" rel="stylesheet" />
  9. <link href="/js/jQuery/jquery.gritter.css" rel="stylesheet" type="text/css" />
  10. <link href="/ui/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
  11. <link href="../../../AgentNew/css/signature-pad.css" rel="stylesheet" />
  12. <link href="../../../AgentNew/css/Document.css" rel="stylesheet" />
  13. <link href="/js/jQuery/jquery-ui.css" rel="stylesheet" type="text/css" />
  14. <script>
  15. //function PrintFrame() {
  16. // $("#downloadDivPDF").printElement();
  17. //}
  18. function ReportPrint() {
  19. window.print();
  20. return false;
  21. }
  22. </script>
  23. <style>
  24. @media print {
  25. body {
  26. padding-left: 0px;
  27. padding-right: 0px;
  28. }
  29. #printLetter {
  30. display:none;
  31. }
  32. body {-webkit-print-color-adjust: exact;}
  33. }
  34. @media screen {
  35. body {
  36. padding-left: 600px;
  37. padding-right: 600px;
  38. }
  39. }
  40. </style>
  41. </head>
  42. <body>
  43. <form id="form1" runat="server">
  44. <div class="page-wrapper">
  45. <div class="row" id="downloadDivPDF" runat="server" style="padding: 15px 50px 15px 50px; margin-top: 10px;">
  46. <table width="100%">
  47. <tr>
  48. <td>
  49. <img src="/ui/images/jme.png" /></td>
  50. <td style="text-align: right;">+81-03-5475-3913<br />
  51. info@japanremit.com<br />
  52. www.japanremit.com<br />
  53. 〒169-0073 Omori Building 4F(AB), Hyakunincho 1-10-7, Shinjuku-ku, Tokyo, Japan<br />
  54. </td>
  55. </tr>
  56. <tr>
  57. <td colspan="2">
  58. <hr style="width: 100%" runat="server" id="hr1" />
  59. </td>
  60. </tr>
  61. <tr>
  62. <td colspan="2">
  63. <div id="customerCoreRegister" runat="server">
  64. <label id="customerName" runat="server"></label>
  65. <br />
  66. <label id="customerAddress1" runat="server"></label>
  67. <br />
  68. <label id="customerAddress2" runat="server"></label>
  69. <br />
  70. <label id="additionalAddress" runat="server"></label>
  71. <br />
  72. <br />
  73. </div>
  74. <p>
  75. Dear
  76. <label id="customerName1" runat="server"></label>
  77. ,<br />
  78. お客様各位、
  79. </p>
  80. <p>
  81. Welcome to use JME Remit Mobile Application.<br />
  82. ようこそJME の送金用モバイルアプリケーションへ。<br />
  83. </p>
  84. <p>
  85. 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 />
  86. まず初めに、ご登録いただきありがとうございます。 JMEはお客様に最高のサービスを提供することを約束し、ここに保証します。<br />
  87. </p>
  88. <p style="margin-bottom: 2em !important;">
  89. 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 />
  90. 以下は、当社のサービスを使用するためのログインの詳細です。(アプリケーションは、初回ログイン後にパスワードとPINの変更を要求します)<br />
  91. </p>
  92. </td>
  93. </tr>
  94. <tr>
  95. <td colspan="2">
  96. <div class="customerDetails" style="background-color: #F5F4DC !important; display: table;">
  97. <b>
  98. <label id="user" style="font-size: 20px !important; margin-right: 1em">Username :</label>
  99. </b>
  100. <strong>
  101. <label id="userName" style="font-size: 20px !important;" runat="server">&nbsp;</label></strong><br />
  102. <div id="customerCoreRegister1" runat="server" visible="false">
  103. <b>
  104. <label id="pass" style="font-size: 20px !important; margin-right: 1em;">Login Password :</label>
  105. </b>
  106. <strong>
  107. <label id="password" style="font-size: 20px !important;" runat="server"></label>
  108. </strong>
  109. <br />
  110. </div>
  111. <b>
  112. <label id="pin" style="font-size: 20px !important; margin-right: 1em">Transaction PIN :</label>
  113. </b>
  114. <strong>
  115. <label id="pinNO" style="font-size: 20px !important;" runat="server"></label>
  116. </strong>
  117. </div>
  118. </td>
  119. </tr>
  120. <tr>
  121. <td colspan="2">
  122. <p style="margin-top: 2em;">
  123. You can view updated exchange rate, fees, service details, terms and conditions to use our service, etc. in our website www.japanremit.com.<br />
  124. </p>
  125. <p>
  126. Please keep your login details securely<br />
  127. 本ログイン情報は大切に保管してください。
  128. </p>
  129. Thank you,<br />
  130. ありがとうございます。<br />
  131. Japan Money Express Co. Ltd.<br />
  132. </td>
  133. </tr>
  134. </table>
  135. </div>
  136. <div class="row form-group" id="printLetter" style="margin-left: 2em;">
  137. <asp:Button ID="btnPrint" runat="server" CssClass="btn btn-primary" Text="Print Letter" OnClientClick="ReportPrint();" />
  138. <asp:Button ID="back" runat="server" Text="Back" CssClass="btn btn-primary" OnClientClick=" Javascript: history.back(); " />
  139. </div>
  140. </div>
  141. </form>
  142. </body>
  143. </html>