Файл: EasyHost v2.0/system/htdocs/admin/users/notices/notices.html
Строк: 232
<?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">
<input type="hidden" name="command" value="admin/users/notices/notices" />
<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}>">Log History</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('clear')}>">Clear the Log</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('notices')}>"><font color="#000000">Configuration</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%" bgcolor="<{system.color('border')}>">
<tr>
<td>
<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> Configure Notices</b></font></td>
</tr>
</table>
<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>General</b></td>
</tr>
</table>
<table border="0" cellspacing="10" cellpadding="0">
<tr>
<td width="100">Create user:</td>
<td><input type="checkbox" name="email" value="user_create" <%if:"{system.service.notice('user_create','email')} == 1"%>checked="checked" <%end%>/>Email <input type="checkbox" name="log" value="user_create" <%if:"{system.service.notice('user_create','log')} == 1"%>checked="checked" <%end%>/>Log</td>
</tr>
<tr>
<td width="100">Forgot password:</td>
<td><input type="checkbox" name="email" value="forgot_password" <%if:"{system.service.notice('forgot_password','email')} == 1"%>checked="checked" <%end%>/>Email <input type="checkbox" name="log" value="forgot_password" <%if:"{system.service.notice('forgot_password','log')} == 1"%>checked="checked" <%end%>/>Log</td>
</tr>
<tr>
<td width="100">Validate account:</td>
<td><input type="checkbox" name="email" value="validate" <%if:"{system.service.notice('validate','email')} == 1"%>checked="checked" <%end%>/>Email <input type="checkbox" name="log" value="validate" <%if:"{system.service.notice('validate','log')} == 1"%>checked="checked" <%end%>/>Log</td>
</tr>
<tr>
<td width="100">Successful login:</td>
<td><input type="checkbox" name="email" value="login" <%if:"{system.service.notice('login','email')} == 1"%>checked="checked" <%end%>/>Email <input type="checkbox" name="log" value="login" <%if:"{system.service.notice('login','log')} == 1"%>checked="checked" <%end%>/>Log</td>
</tr>
<tr>
<td width="100">Incorrect login:</td>
<td><input type="checkbox" name="email" value="login_incorrect" <%if:"{system.service.notice('login_incorrect','email')} == 1"%>checked="checked" <%end%>/>Email <input type="checkbox" name="log" value="login_incorrect" <%if:"{system.service.notice('login_incorrect','log')} == 1"%>checked="checked" <%end%>/>Log</td>
</tr>
<%if:"{system.service.config('transfer')}"%>
<tr>
<td width="100">Transfer limit:</td>
<td><input type="checkbox" name="email" value="transfer" <%if:"{system.service.notice('transfer','email')} == 1"%>checked="checked" <%end%>/>Email <input type="checkbox" name="log" value="transfer" <%if:"{system.service.notice('transfer','log')} == 1"%>checked="checked" <%end%>/>Log</td>
</tr>
<%end%>
</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>File</b></td>
</tr>
</table>
<table border="0" cellspacing="10" cellpadding="0">
<tr>
<td width="100">Upload/create:</td>
<td><input type="checkbox" name="email" value="file_create" <%if:"{system.service.notice('file_create','email')} == 1"%>checked="checked" <%end%>/>Email <input type="checkbox" name="log" value="file_create" <%if:"{system.service.notice('file_create','log')} == 1"%>checked="checked" <%end%>/>Log</td>
</tr>
<tr>
<td width="100">Modify:</td>
<td><input type="checkbox" name="email" value="file_modify" <%if:"{system.service.notice('file_modify','email')} == 1"%>checked="checked" <%end%>/>Email <input type="checkbox" name="log" value="file_modify" <%if:"{system.service.notice('file_modify','log')} == 1"%>checked="checked" <%end%>/>Log</td>
</tr>
<tr>
<td width="100">Rename/move:</td>
<td><input type="checkbox" name="email" value="file_rename" <%if:"{system.service.notice('file_rename','email')} == 1"%>checked="checked" <%end%>/>Email <input type="checkbox" name="log" value="file_rename" <%if:"{system.service.notice('file_rename','log')} == 1"%>checked="checked" <%end%>/>Log</td>
</tr>
<tr>
<td width="100">Delete:</td>
<td><input type="checkbox" name="email" value="file_delete" <%if:"{system.service.notice('file_delete','email')} == 1"%>checked="checked" <%end%>/>Email <input type="checkbox" name="log" value="file_delete" <%if:"{system.service.notice('file_delete','log')} == 1"%>checked="checked" <%end%>/>Log</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</b></td>
</tr>
</table>
<table border="0" cellspacing="10" cellpadding="0">
<tr>
<td width="100">Change password:</td>
<td><input type="checkbox" name="email" value="password_modify" <%if:"{system.service.notice('password_modify','email')} == 1"%>checked="checked" <%end%>/>Email <input type="checkbox" name="log" value="password_modify" <%if:"{system.service.notice('password_modify','log')} == 1"%>checked="checked" <%end%>/>Log</td>
</tr>
<tr>
<td width="100">Change e-mail:</td>
<td><input type="checkbox" name="email" value="email_modify" <%if:"{system.service.notice('email_modify','email')} == 1"%>checked="checked" <%end%>/>Email <input type="checkbox" name="log" value="email_modify" <%if:"{system.service.notice('email_modify','log')} == 1"%>checked="checked" <%end%>/>Log</td>
</tr>
<tr>
<td width="100">Update details:</td>
<td><input type="checkbox" name="email" value="site_modify" <%if:"{system.service.notice('site_modify','email')} == 1"%>checked="checked" <%end%>/>Email <input type="checkbox" name="log" value="site_modify" <%if:"{system.service.notice('site_modify','log')} == 1"%>checked="checked" <%end%>/>Log</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>
?>