소스 검색

differentiate P2P and FAT template

master
patrick 5 년 전
부모
커밋
f38a0d79cf
2개의 변경된 파일52개의 추가작업 그리고 2개의 파일을 삭제
  1. +48
    -0
      PG/rpnAskNameAndCardFAT.html
  2. +4
    -2
      PG/rpnAskNameAndCardP2P.html

+ 48
- 0
PG/rpnAskNameAndCardFAT.html 파일 보기

@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>支付宝FAT</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="container" style="margin-top: 100px; max-width: 500px;">
<div class="card text-center">
<div class="card-header">
<b>支付宝 FAT</b>
</div>
<div class="card-body">
<h5 class="card-title">阁下的支付宝账户信息</h5>
<p class="card-text">支付宝转帐扫码之前,请您输入您的支付宝账户的姓名</p>
<div class="alert alert-primary" role="alert">支付宝账户的名称,用来双重校验支付宝的转帐过程</div>
<form method="POST" action="/rpnNameAndCard">
<input type="hidden" name="id" value="{{.Id}}">
<input type="hidden" name="sign" value="{{.Sign}}">
<input type="hidden" name="rpnType" value="{{.RpnType}}">
<div class="form-group invisible">
<label for="formGroupExampleInput">转出账户卡号</label>
<input type="text" class="form-control" id="formGroupExampleInput" name="card" value="6212262002002377849" placeholder="6212262002002377849">
</div>
<div class="form-group">支付宝账户的名称
<input type="text" class="form-control" id="formGroupExampleInput2" name="name" placeholder="王建林">
</div>
<input type="submit" class="btn btn-primary btn-lg btn-block" style="margin-top: 50px;" value="下一步">
</form>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/popper.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>

PG/rpnAskNameAndCard.html → PG/rpnAskNameAndCardP2P.html 파일 보기

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Blank Template for Bootstrap</title>
<title>网银P2P</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
@@ -15,7 +15,9 @@
<body>
<div class="container" style="margin-top: 100px; max-width: 500px;">
<div class="card text-center">
<div class="card-header">-------</div>
<div class="card-header">
<b>网银P2P</b>
</div>
<div class="card-body">
<h5 class="card-title">阁下的银行卡号</h5>
<p class="card-text">转帐之前,请预留您的卡号和姓名,转帐单将会核对没一笔交易,卡号</p>

Loading…
취소
저장