2015-01-23 13:09:30 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
2015-01-31 01:05:12 +00:00
|
|
|
<meta name="viewport" content="user-scalable=no"/>
|
2015-01-23 13:09:30 +00:00
|
|
|
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css"/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="pages/tpv/style.css"/>
|
|
|
|
<title>Verdnatura</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>
|
|
|
|
<img src="image/logo_big.png" alt="Verdnatura"/>
|
|
|
|
<p>
|
|
|
|
<?=s('PaymentComplete')?>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<a href="?page=web#!module=orders"><?=s('ReturnToWeb')?></a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|