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.
 
 
 
 
 

132 lines
6.6 KiB

<%@ Page Title="" Language="C#" MasterPageFile="~/AgentNew/AgentMain.Master" AutoEventWireup="true" CodeBehind="LetterForCustomerFromMobile.aspx.cs" Inherits="Swift.web.AgentNew.Transaction.Letters.LetterForCustomerFromMobile" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<%-- <link href="Letter.css" rel="stylesheet" />--%>
<%-- <link rel="stylesheet" href="/ui/css/style.css" />--%>
<%-- <style>
p {
margin-bottom: 2em;
}
.customerDetails {
background-color: #F5F4DC !important;
display: table;
}
</style>--%>
<script>
function ReportPrint() {
window.print();
return false;
}
</script>
<style>
@media print {
#printLetter {
display:none;
}
body {-webkit-print-color-adjust: exact;}
}
@media screen {
#printLetter {
display:inherit;
}
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<div class="row" id="downloadDivPDF" runat="server" style="padding: 15px 50px 15px 50px; margin-top: 10px;">
<table width="100%">
<tr>
<td>
<img src="/ui/images/jme.png" /></td>
<td style="text-align: right;">+81-03-5475-3913<br />
info@japanremit.com<br />
www.japanremit.com<br />
〒169-0073 Omori Building 4F(AB), Hyakunincho 1-10-7, Shinjuku-ku, Tokyo, Japan<br />
</td>
</tr>
<tr>
<td colspan="2">
<hr style="width: 100%" runat="server" id="hr1" />
</td>
</tr>
<tr>
<td colspan="2">
<div id="customerCoreRegister" runat="server">
<label id="customerName" runat="server"></label>
<br />
<label id="customerAddress1" runat="server"></label>
<br />
<label id="customerAddress2" runat="server"></label>
<br />
<label id="additionalAddress" runat="server"></label>
<br />
<br />
</div>
<p>
Dear
<label id="customerName1" runat="server"></label>
,<br />
お客様各位、
</p>
<p>
Welcome to use JME Remit Mobile Application.<br />
ようこそJME の送金用モバイルアプリケーションへ。<br />
</p>
<p>
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 />
まず初めに、ご登録いただきありがとうございます。 JMEはお客様に最高のサービスを提供することを約束し、ここに保証します。<br />
</p>
<p style="margin-bottom: 2em !important;">
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 />
以下は、当社のサービスを使用するためのログインの詳細です。(アプリケーションは、初回ログイン後にパスワードとPINの変更を要求します)<br />
</p>
</td>
</tr>
<tr>
<td colspan="2">
<div class="customerDetails" style="background-color: #F5F4DC !important; display: table;">
<b>
<label id="user" style="font-size: 20px !important; margin-right: 1em">Username :</label>
</b>
<strong>
<label id="userName" style="font-size: 20px !important;" runat="server">&nbsp;</label></strong><br />
<div id="customerCoreRegister1" runat="server" visible="false">
<b>
<label id="pass" style="font-size: 20px !important; margin-right: 1em;">Login Password :</label>
</b>
<strong>
<label id="password" style="font-size: 20px !important;" runat="server"></label>
</strong>
<br />
</div>
<b>
<label id="pin" style="font-size: 20px !important; margin-right: 1em">Transaction PIN :</label>
</b>
<strong>
<label id="pinNO" style="font-size: 20px !important;" runat="server"></label>
</strong>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<p style="margin-top: 2em;">
You can view updated exchange rate, fees, service details, terms and conditions to use our service, etc. in our website www.japanremit.com.<br />
</p>
<p>
Please keep your login details securely<br />
本ログイン情報は大切に保管してください。
</p>
Thank you,<br />
ありがとうございます。<br />
Japan Money Express Co. Ltd.<br />
</td>
</tr>
</table>
</div>
<div class="row form-group" id="printLetter" style="margin-left: 2em;">
<asp:Button ID="btnPrint" runat="server" CssClass="btn btn-primary" Text="Print Letter" OnClientClick="ReportPrint();" />
<asp:Button ID="back" runat="server" Text="Back" CssClass="btn btn-primary" OnClick="back_click" />
</div>
</asp:Content>