@ -4,37 +4,16 @@
< meta charset = "utf-8" >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< title > RoyalPay | Reset Password< / title >
< title > RoyalPay | Reset Password< / title >
< link rel = "apple-touch-icon" sizes = "57x57" href = "ico/apple-icon-57x57.png" >
< link rel = "apple-touch-icon" sizes = "60x60" href = "ico/apple-icon-60x60.png" >
< link rel = "apple-touch-icon" sizes = "72x72" href = "ico/apple-icon-72x72.png" >
< link rel = "apple-touch-icon" sizes = "76x76" href = "ico/apple-icon-76x76.png" >
< link rel = "apple-touch-icon" sizes = "114x114" href = "ico/apple-icon-114x114.png" >
< link rel = "apple-touch-icon" sizes = "120x120" href = "ico/apple-icon-120x120.png" >
< link rel = "apple-touch-icon" sizes = "144x144" href = "ico/apple-icon-144x144.png" >
< link rel = "apple-touch-icon" sizes = "152x152" href = "ico/apple-icon-152x152.png" >
< link rel = "apple-touch-icon" sizes = "180x180" href = "ico/apple-icon-180x180.png" >
< link rel = "icon" type = "image/png" sizes = "192x192" href = "ico/android-icon-192x192.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "ico/favicon-32x32.png" >
< link rel = "icon" type = "image/png" sizes = "96x96" href = "ico/favicon-96x96.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "ico/favicon-16x16.png" >
<!-- Tell the browser to be responsive to screen width -->
<!-- Tell the browser to be responsive to screen width -->
< meta content = "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name = "viewport" >
< meta content = "width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name = "viewport" >
<!-- Bootstrap 3.3.5 -->
<!-- Bootstrap 3.3.5 -->
< link href = " static/lib/bootstrap/css/bootstrap.min.css" rel = "stylesheet" >
< link href = "https://mpay.royalpay.com.au/static/lib/bootstrap/css/bootstrap.min.css" rel = "stylesheet" >
<!-- Font Awesome -->
<!-- Font Awesome -->
< link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" >
< link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" >
<!-- Ionicons -->
<!-- Ionicons -->
< link rel = "stylesheet" href = "https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" >
< link rel = "stylesheet" href = "https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" >
<!-- Theme style -->
<!-- Theme style -->
< link rel = "stylesheet" href = "./static/lib/dist/css/AdminLTE.min.css" >
< link rel = "stylesheet" href = "https://mpay.royalpay.com.au/static/lib/dist/css/AdminLTE.min.css" >
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!-- [if lt IE 9]>
< script src = "https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js" > < / script >
< script src = "https://oss.maxcdn.com/respond/1.4.2/respond.min.js" > < / script >
<![endif]-->
< style type = "text/css" >
< style type = "text/css" >
#bg {
#bg {
display: block;
display: block;
@ -65,8 +44,7 @@
< body class = "hold-transition login-page" >
< body class = "hold-transition login-page" >
< div class = "login-box" >
< div class = "login-box" >
< div class = "login-logo" >
< div class = "login-logo" >
< p > < img src = "static/images/rp_logo.svg" style = "width:45%" > < / p >
< p > < img src = "https://mpay.royalpay.com.au/static/images/rp_logo.svg" style = "width:45%" > < / p >
< a href = "index.html" > < b > RoyalPay< / b > < / a >
< / div >
< / div >
<!-- /.login - logo -->
<!-- /.login - logo -->
< div class = "login-box-body" >
< div class = "login-box-body" >
@ -84,19 +62,12 @@
< / div >
< / div >
< div class = "row" >
< div class = "row" >
<!-- <div class="form - group col - xs - 12">
< input type = "text" name = "codeKey" class = "form-control" style = "width: 70%;display: inline"
id="codeKey" placeholder="Verification Code">
< img style = "width:30%;display:inline;height: 34px;float: right" id = "email-kaptcha"
src="/global/userstatus/captcha-login"
title="点击更换"/>
< / div > -->
< div class = "col-xs-12 margin-bottom" >
< div class = "col-xs-12 margin-bottom" >
< button type = "button" id = "submitEmail-btn" class = "btn btn-success btn-block btn-flat" > Submit< / button >
< button type = "button" id = "submitEmail-btn" class = "btn btn-success btn-block btn-flat" > Submit< / button >
< / div >
< / div >
< / div >
< / div >
< p style = "font-size: smaller" >
< p style = "font-size: smaller" >
文案修改 We need your partner code to confirm your identity information, please enter it. (Your partner code is the same as the first four letters of your order ID.)
We need your user name & password to confirm your identity information, please enter it.
< / p >
< / p >
< / form >
< / form >
@ -105,9 +76,9 @@
< / div >
< / div >
<!-- /.login - box -->
<!-- /.login - box -->
< script src = " static/lib/jquery/jquery-2.1.4.min.js"> < / script >
< script src = " https://mpay.royalpay.com.au/ static/lib/jquery/jquery-2.1.4.min.js"> < / script >
<!-- Bootstrap 3.3.5 -->
<!-- Bootstrap 3.3.5 -->
< script src = " static/lib/bootstrap/js/bootstrap.min.js"> < / script >
< script src = " https://mpay.royalpay.com.au/ static/lib/bootstrap/js/bootstrap.min.js"> < / script >
< script type = "text/javascript" data-th-inline = "javascript" >
< script type = "text/javascript" data-th-inline = "javascript" >
$(document).ready(function () {
$(document).ready(function () {
window.address = /*[[${address}]]*/'';
window.address = /*[[${address}]]*/'';