Файл: EasyHost v2.0/system/htdocs/create/finish.html
Строк: 59
<?php
<html>
<head>
<title>Create an Account</title>
<link rel="stylesheet" type="text/css" href="<{system.htdocs}>styles/<{system.service.config('color')}>/default.css" />
</head>
<body marginwidth="10" marginheight="10" topmargin="10" leftmargin="10" rightmargin="10" bottomargin="10" bgcolor="<{system.color('body_bg')}>">
<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> Create an Account</b></font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="10" width="100%" bgcolor="<{system.color('content_bg')}>">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="10" width="100%" bgcolor="<{system.color('content_bg')}>">
<tr>
<td>
<p>You have successfully created an account.</p>
<%if:"{system.service.config('approval_method')} eq 'email'"%>
<p>You will recieve an email in order to <a href="<{system.url('/validate')}>">validate your account</a> and begin using the manager.</p>
<%else_if:"{system.service.config('approval_method')} eq 'admin'"%>
<p>Once your account has been approved by the administrator you will be able to <a href="<{system.url('/')}>">login</a> and begin using the manager.</p>
<%else%>
<p>You may now <a href="<{system.url('/')}>">login</a> to the manager.</p>
<%end%>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<p><{system.service.config('footer')}></p>
</body>
</html>
?>