Файл: InstantSocial/uploud/templates/_default_/special/regactivate.php
Строк: 21
<?php
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Регистрация завершена</title>
<meta http-equiv="refresh" content="25;URL=/">
<style type="text/css">
* { font-family: Arial; }
html, body { height:100%; margin:0px; }
h2 { color: #FF6600; margin:0px; }
p { margin:0px; margin-top:4px; font-size:12px; }
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" >
<tr>
<td width="150">
<img src="/templates/_default_/special/images/regactivate.png" />
</td>
<td>
<h2>Регистрация завершена</h2>
<p>На указанный вами e-mail отправлены инструкции по активации аккаунта.</p>
<p>После активации вы сможете авторизоваться на сайте используя свой логин и пароль.</p>
<p><a href="/">Продолжить</a></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
?>