Файл: EasyHost v2.0/system/htdocs/validate/finish.html
Строк: 28
<?php
<html>
<head>
<title>Validate User</title>
<link rel="stylesheet" type="text/css" href="<{system.htdocs}>styles/<{system.service.config('color')}>/default.css" />
</head>
<body>
<p><{system.service.config('header')}></p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td bgcolor="<{system.color('border')}>">
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="25" bgcolor="<{system.color('link')}>" background="<{system.htdocs}>styles/<{system.color}>/titlebg.gif">
<tr>
<td><font color="#ffffff"><b> Validate your Account</b></font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="20" width="100%" bgcolor="<{system.color('content_bg')}>">
<tr>
<td>You have successfully validated your account and may now <a href="<{system.url('/')}>">login</a> to begin using the file manager.</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p><{system.service.config('footer')}></p>
</body>
</html>
?>