Файл: InstantSocial/uploud/templates/_default_/special/regcomplete.php
Строк: 21
<?php
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>Регистрация завершена</title>
<meta http-equiv="refresh" content="15;URL=/">
<style type="text/css">
* { font-family: Arial; }
html, body { height:100%; margin:0px; }
h2 { color: green; margin:0px; }
p { margin:0px; margin-top:4px; }
</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/regcomplete.png" />
</td>
<td>
<h2>Регистрация завершена</h2>
<p>Теперь вы можете авторизоваться на сайте.</p>
<p>Используйте для этого свой логин и пароль.</p>
<p><a href="/">Продолжить</a></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
?>