-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsmsReturn.php
More file actions
executable file
·53 lines (49 loc) · 2.35 KB
/
Copy pathsmsReturn.php
File metadata and controls
executable file
·53 lines (49 loc) · 2.35 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="author" content="NETOPIA" />
<meta http-equiv="copyright" content="(c)NETOPIA" />
<meta http-equiv="rating" content="general" />
<meta http-equiv="distribution" content="general" />
<link href="http://www.mobilpay.ro/assets/themes/public/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="http://www.mobilpay.ro/assets/common/img/favicon.ico" rel="shortcut icon" />
<link href="http://www.mobilpay.ro/assets/themes/public/css/print.css" media="print" rel="stylesheet" type="text/css" />
<link href="http://www.mobilpay.ro/assets/themes/public/css/mp.css" media="screen" rel="stylesheet" type="text/css" />
<link href="http://www.mobilpay.ro/assets/themes/public/css/ui.css" media="screen" rel="stylesheet" type="text/css" />
<!--[if IE]> <link href="http://www.mobilpay.ro/assets/themes/public/css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body >
<div class="wrapper">
<div class="page">
<div class="pagetop clearfix">
<div class="container clearfix">
<div class="header">
<div class="logo">
<h1 class="top bottom">
<a href="/"><span>mobilPay</span></a>
</h1>
</div>
<div class="menu">
<a href="#" id="m-1"><span>Cum functioneaza</span></a>
<a href="#" id="m-2"><span>Cat costa</span></a>
<a href="#" id="m-3"><span>Demo</span></a>
<a href="#" id="m-4"><span>Inregistrare</span></a>
<a href="#" id="m-5"><span>FAQ</span></a>
<a href="#" id="m-6"><span>Presa</span></a>
<a href="#" id="m-7"><span>Contact</span></a>
</div>
</div>
<!-- content begin -->
<div class="span-4">
<img src="assets/themes/public/img/demo.png"/>
</div>
<div class="span-15 prepend-1">
<h3>Exemple de implementare</h3>
<p>Multumim!</p>
<p>Ai achitat produsul cu identificatorul <?php echo $_GET['orderId']?></p>
<p>Vei fi contactat pentru a afla cum poti intra in posesia produsului</p>
</body>
</html>