-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuccess.html
140 lines (140 loc) · 5.28 KB
/
success.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>tesena | smart testing</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>PAYMENT SENDED</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="assets/view.css" media="all" />
<link rel="stylesheet" href="assets/bootstrap.css" />
<script type="text/javascript" src="assets/view.js"></script>
<script
src="https://kit.fontawesome.com/6c22fa60b9.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="assets/font-awesome.css" />
<script src="assets/jquery.js"></script>
<script src="assets/bootstrap.js"></script>
</head>
<body>
<div class="container">
<div class="jumbotron">
<div class="well">
<div class="page-header">
<div class="col-sm-offset-1 col-xs-offset-2">
<!--------------------------------------------------------------->
<div class="form-group">
<div class="col-sm-offset-8 col-sm-6">
<button
type="help"
class="btn btn-primary"
onclick="window.location.href = 'index.html';"
>
LOGOUT
</button>
<p></p>
</div>
</div>
<!--------------------------------------------------------------->
<h2 class="text-info">
<i class="fas fa-bank" style="font-size: 48px; color: green"></i
> SEND ORDER
</h2>
</div>
</div>
</div>
</div>
<div class="jumbotron">
<div class="row">
<div class="col-sm-7 col-sm-offset-2 col align-self-start">
<!-- -------------------------------------------------------------------------------------- -->
<div class="well">
<!--------------------------------------------------------------->
<div class="form-group" title="SUCCESS">
<label for="success_label"
>Yout transaction was succesfull with payment id:
182889</label
>
<img
src="assets/pic/dollar-bill_success.jpg"
alt="dollar-bill"
style="width: 480px"
/>
</div>
<!--------------------------------------------------------------->
<div class="form-group">
<div class="col-sm-1">
<button
type="snporder"
class="btn btn-success"
onclick="window.location.href = 'porder.html';"
>
New Payment
</button>
</div>
<div class="col-sm-offset-9">
<button
type="slogout"
class="btn btn-primary"
onclick="window.location.href = 'index.html';"
>
Logout
</button>
</div>
</div>
<!--------------------------------------------------------------->
<!-- </form> -->
</div>
</div>
</div>
</div>
<!------------------------------------------------------------------------------->
<div class="jumbotron">
<div class="well">
<div class="page-footer">
<br />
<div class="row">
<!-- ========================================= -->
<div class="col-sm-4">
<a href="index.html">
<img
src="assets/logo.png"
class="img-rounded"
alt="Tesena, s.r.o."
width="300"
height="150"
/>
</a>
</div>
<!-- ========================================= -->
<div class="col-xs-offset-1 col-sm-offset-0">
<h4 class="text-info">
<a target="_blank" href="http://www.tesena.com/"
>Tesena s.r.o.</a
>
</h4>
<h5 class="text-info">
<a href="mailto:[email protected]">[email protected]</a>
</h5>
<h5 class="text-info">
<a
target="_blank"
href="https://goo.gl/maps/YJsS9HfvC6chDDQF8"
><i
class="fas fa-map-marker"
style="font-size: 24px; color: #5cb85c"
> </i
>Barvířská 737/1, 470 01 Česká Lípa</a
>
</h5>
</div>
</div>
<br />
<h5 class="text-info col-sm-offset-10">Desktop version: v0.7</h5>
</div>
</div>
</div>
<!-------------------------------------------------------------------------------->
</div>
</body>
</html>