Файл: EasyHost v2.0/system/htdocs/admin/restrictions/signup.html
Строк: 219
<?php
<html>
<head>
<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')}>">
<form method="post" name="form">
<input type="hidden" name="command" value="admin/restrictions/signup" />
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="<{system.color('content_bg')}>"><img src="<{system.htdocs}>styles/<{system.service.config('color')}>/topleft.gif" alt="["></td>
<td bgcolor="<{system.color('content_bg')}>">
<table border="0" cellspacing="0" cellpadding="0" height="24">
<tr>
<td height="1" bgcolor="<{system.color('border')}>"><img src="<{system.htdocs}>images/blank.gif" width="1" height="1" /></td>
</tr>
<tr>
<td height="23"><a href="<{system.url('password')}>">Password</a></td>
</tr>
</table>
</td>
<td bgcolor="<{system.color('content_bg')}>"><img src="<{system.htdocs}>styles/<{system.service.config('color')}>/topmiddle.gif" alt="|"></td>
<td bgcolor="<{system.color('content_bg')}>"><img src="<{system.htdocs}>styles/<{system.service.config('color')}>/topleft.gif" alt="["></td>
<td bgcolor="<{system.color('content_bg')}>">
<table border="0" cellspacing="0" cellpadding="0" height="24">
<tr>
<td height="1" bgcolor="<{system.color('border')}>"><img src="<{system.htdocs}>images/blank.gif" width="1" height="1" /></td>
</tr>
<tr>
<td height="23"><a href="<{system.url('extensions')}>">Extension Limits</a></td>
</tr>
</table>
</td>
<td bgcolor="<{system.color('content_bg')}>"><img src="<{system.htdocs}>styles/<{system.service.config('color')}>/topmiddle.gif" alt="|"></td>
<td bgcolor="<{system.color('highlight_bg')}>"><img src="<{system.htdocs}>styles/<{system.service.config('color')}>/topleft.gif" alt="["></td>
<td bgcolor="<{system.color('highlight_bg')}>">
<table border="0" cellspacing="0" cellpadding="0" height="24">
<tr>
<td height="1" bgcolor="<{system.color('border')}>"><img src="<{system.htdocs}>images/blank.gif" width="1" height="1" /></td>
</tr>
<tr>
<td height="23"><a href="<{system.url('signup')}>"><font color="#000000">Sign-up Rules</font></a></td>
</tr>
</table>
</td>
<td bgcolor="<{system.color('highlight_bg')}>"><img src="<{system.htdocs}>styles/<{system.service.config('color')}>/topmiddle.gif" alt="|"></td>
<td><img src="<{system.htdocs}>styles/<{system.service.config('color')}>/topright.gif" alt="]"></td>
</tr>
</table>
<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> Sign-up Rules</b></font></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="20" width="100%" bgcolor="<{system.color('content_bg')}>">
<tr>
<td>Modify your global software settings.</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="10" cellpadding="0">
<tr>
<td><b>New Account Setup</b></td>
</tr>
</table>
<table border="0" cellspacing="10" cellpadding="0">
<tr>
<td width="100">Default package:</td>
<td>
<select name="conf_package_default">
<option value="0"> - Select One - </option>
<%packages%>
<option value="<{package.id}>"<%if:"{package.id} == {system.service.config('package_default')}"%> selected="selected"<%end%>><{package.name}></option>
<%end%>
</select>
</td>
</tr>
<%categories_enabled%>
<tr>
<td width="100">Require category:</td>
<td><input type="checkbox" name="conf_category_required" value="1" <%if:"{system.service.config('category_required')} == 1"%>checked="checked" <%end%>/></td>
</tr>
<%end%>
<tr>
<td width="100">Approval method:</td>
<td><input type="radio" name="conf_approval_method" value="email" <%if:"{system.service.config('approval_method')} eq 'email'"%>checked="checked" <%end%>/>Email <input type="radio" name="conf_approval_method" value="admin" <%if:"{system.service.config('approval_method')} eq 'admin'"%>checked="checked" <%end%>/>Admin <input type="radio" name="conf_approval_method" value="none" <%if:"{system.service.config('approval_method')} eq 'none'"%>checked="checked" <%end%>/>None</td>
</tr>
<tr>
<td width="100">Distinct email:</td>
<td><input type="text" name="conf_distinct_email" size="5" value="<{system.service.config('distinct_email')}>" /></td>
</tr>
<tr>
<td width="100">Terms URL:</td>
<td><input type="text" name="conf_terms_url" size="50" value="<{system.service.config('terms_url')}>" /></td>
</tr>
</table>
</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="10" cellpadding="0">
<tr>
<td><b>Account Details</b></td>
</tr>
</table>
<table border="0" cellspacing="10" cellpadding="0">
<tr>
<td width="100">Website information:</td>
<td><input type="radio" name="conf_data_website" value="required" <%if:"{system.service.config('data_website')} eq 'required'"%>checked="checked" <%end%>/>Required <input type="radio" name="conf_data_website" value="optional" <%if:"{system.service.config('data_website')} eq 'optional'"%>checked="checked" <%end%>/>Optional <input type="radio" name="conf_data_website" value="" <%if:"!{system.service.config('data_website')}"%>checked="checked" <%end%>/>Hidden</td>
</tr>
<tr>
<td width="100">Contact information:</td>
<td><input type="radio" name="conf_data_contact" value="required" <%if:"{system.service.config('data_contact')} eq 'required'"%>checked="checked" <%end%>/>Required <input type="radio" name="conf_data_contact" value="optional" <%if:"{system.service.config('data_contact')} eq 'optional'"%>checked="checked" <%end%>/>Optional <input type="radio" name="conf_data_contact" value="" <%if:"!{system.service.config('data_contact')}"%>checked="checked" <%end%>/>Hidden</td>
</tr>
<tr>
<td width="100">Mailing address:</td>
<td><input type="radio" name="conf_data_address" value="required" <%if:"{system.service.config('data_address')} eq 'required'"%>checked="checked" <%end%>/>Required <input type="radio" name="conf_data_address" value="optional" <%if:"{system.service.config('data_address')} eq 'optional'"%>checked="checked" <%end%>/>Optional <input type="radio" name="conf_data_address" value="" <%if:"!{system.service.config('data_address')}"%>checked="checked" <%end%>/>Hidden</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="3" width="100%" bgcolor="<{system.color('highlight_bg')}>">
<tr>
<td<%if:"{system.env('HTTP_USER_AGENT')} !~ /mozilla/4/i || {system.env('HTTP_USER_AGENT')} =~ /compatible/i"%> class="buttons"<%end%>><input type="submit" value="Finish" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
?>