File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ html , body {
2+ width : 100% ;
3+ height : 100% ;
4+ }
15nav a {
26 color : # fff ;
37 margin : 0 10px ;
48 text-decoration : none;
59}
10+ body {
11+ display : flex;
12+ flex-direction : column;
13+ }
14+ footer {
15+ display : block;
16+ margin-top : auto;
17+ text-align : center;
18+ padding : 20px 0 ;
19+ }
20+ footer a {
21+ font-size : 0.8rem ;
22+ color : # 999 ;
23+ text-decoration : none;
24+ }
25+
626.secure-field * {
727 box-sizing : border-box;
828}
Original file line number Diff line number Diff line change 6060 < pre id ="form-result " style ="margin-top: 20px; font-size: 1rem "> </ pre >
6161 </ div >
6262 </ form >
63+ < footer >
64+ < a href ="https://github.com/datatrans/secure-fields-sample/blob/master/pciproxy-examples/account.html "> View this page on GitHub</ a >
65+ </ footer >
6366 < script >
6467 var secureFields = new SecureFields ( ) ;
6568
Original file line number Diff line number Diff line change 5959 < pre id ="form-result " style ="margin-top: 20px; font-size: 1rem "> </ pre >
6060 </ div >
6161 </ form >
62+ < footer >
63+ < a href ="https://github.com/datatrans/secure-fields-sample/blob/master/pciproxy-examples/floating-label.html "> View this page on GitHub</ a >
64+ </ footer >
6265 < script >
6366 var secureFields = new SecureFields ( ) ;
6467
Original file line number Diff line number Diff line change 4242 < pre id ="form-result " style ="margin-top: 20px; font-size: 1rem "> </ pre >
4343 </ div >
4444 </ form >
45+ < footer >
46+ < a href ="https://github.com/datatrans/secure-fields-sample/blob/master/pciproxy-examples/iban.html "> View this page on GitHub</ a >
47+ </ footer >
4548 < script >
4649 var secureFields = new SecureFields ( ) ;
4750
Original file line number Diff line number Diff line change 5959 < pre id ="form-result " style ="margin-top: 20px; font-size: 1rem "> </ pre >
6060 </ div >
6161 </ form >
62+ < footer >
63+ < a href ="https://github.com/datatrans/secure-fields-sample/blob/master/pciproxy-examples/index.html "> View this page on GitHub</ a >
64+ </ footer >
6265 < script >
6366 var secureFields = new SecureFields ( ) ;
6467
Original file line number Diff line number Diff line change 5252 < pre id ="form-result " style ="margin-top: 20px; font-size: 1rem "> </ pre >
5353 </ div >
5454 </ form >
55+ < footer >
56+ < a href ="https://github.com/datatrans/secure-fields-sample/blob/master/pciproxy-examples/inline-example.html "> View this page on GitHub</ a >
57+ </ footer >
5558 < script >
5659 // Expiry date
5760 function setInputFilter ( textbox , inputFilter ) {
Original file line number Diff line number Diff line change 4646 </ div >
4747 < pre id ="events "> </ pre >
4848 </ div >
49+ < footer >
50+ < a href ="https://github.com/datatrans/secure-fields-sample/blob/master/pciproxy-examples/show.html "> View this page on GitHub</ a >
51+ </ footer >
4952 < script >
5053 var secureFields ;
5154 function initShow ( transactionId ) {
You can’t perform that action at this time.
0 commit comments