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.
 
 
 
 
 

89 lines
4.0 KiB

<%@ Page Title="" Language="C#" MasterPageFile="~/AgentNew/AgentMain.Master" AutoEventWireup="true" CodeBehind="LetterForCustomerFromOthers.aspx.cs" Inherits="Swift.web.AgentNew.Transaction.Letters.LetterForCustomerFromOthers" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style>
p {
margin-bottom: 1em;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<div class="row" id="downloadDivPDF" runat="server">
<div class="col-md-12">
<div class="col-md-6">
<img src="../../../ui/images/jme.png" />
</div>
<div class="col-md-6">
+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 />
</div>
</div>
<hr style="width: 100%" runat="server" id="hr1" />
<div class="col-md-12">
<p>
Dear
<label id="customerName" runat="server"></label>
,<br />
お客様各位、
</p>
<%-- <p>&nbsp;</p>--%>
<p>
Welcome to use JME Remit Mobile Application.<br />
ようこそJME の送金用モバイルアプリケーションへ。
</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はお客様に最高のサービスを提供することを約束し、ここに保証します
</p>
<p>
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の変更を要求します)
</p>
<div style="background-color: #F5F4DC !important; display: table">
<b>
<label id="user" style="font-size: 12px; margin-right: 1em;">Username :</label>
</b>
<strong>
<label id="userName" runat="server" style="font-size: 13px;">&nbsp;</label></strong><br />
<b>
<label id="pass" style="font-size: 13px; margin-right: 1em;">Login Password :</label>
</b>
<strong>
<label id="password" runat="server" style="font-size: 13px; margin-right: 1em;"></label>
</strong>
<br />
<b>
<label id="pin" style="font-size: 13px; margin-right: 1em;">Transaction PIN :</label>
</b>
<strong>
<label id="pinNo" runat="server" style="margin-bottom: 0.5em;"></label>
</strong>
</div>
<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 />
当社のサービスを利用するにあたり、最新の為替レート、手数料、サービスの詳細、利用規約等は、 当社のウェブサイトwww.japanremit.comでご確認いただけます。
</p>
<p>
Please keep your login details securely<br />
本ログイン情報は大切に保管してください。
</p>
Thank you,<br />
ありがとうございます。<br />
Japan Money Express Co. Ltd.<br />
</div>
</div>
</asp:Content>