Вход Регистрация
Файл: EasyHost v2.0/system/htdocs/admin/restrictions/extensions.html
Строк: 142
<?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/extensions" />
            <
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('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('extensions')}>"><font color="#000000">Extension Limits</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 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('signup')}>">Sign-up Rules</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><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>&nbspExtension Limits</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" width="100%" bgcolor="<{system.color('content_bg')}>">
                                                    <
tr>
                                                        <
td>This section allows you to decided which order to limit file extensionseither allow or deny all by default.</td>
                                                    </
tr>
                                                </
table>
                                                <
table border="0" cellspacing="10" cellpadding="0">
                                                    <
tr>
                                                        <
td width="100">Default method:</td>
                                                        <
td>
                                                            <
input type="radio" name="extensions_method" value="allow" <%if:"{system.service.config('extensions_method')} eq 'allow'"%>checked="checked" <%end%>/>Allow
                                                            
<input type="radio" name="extensions_method" value="deny" <%if:"{system.service.config('extensions_method')} eq 'deny'"%>checked="checked" <%end%>/>Deny
                                                        
</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>File Types</b></td>
                                                    </
tr>
                                                </
table>
                                                <
table border="0" cellspacing="10" cellpadding="0">
                                                    <
tr>
                                                        <
td width="100">Package:</td>
                                                        <
td>
                                                            <
select name="package" onchange="document.location.href = '<{system.url('extensions')}>&package=' + this.options[this.selectedIndex].value">
                                                                <
option value="0"> - Default - </option>
                                                                <%
packages%>
                                                                <
option value="<{package.id}>"<%if:"{system.param('package')} == {package.id}"%> selected="selected"<%end%>><{package.name}></option>
                                                                <%
end%>
                                                            </
select>
                                                        </
td>
                                                    </
tr>
                                                    <
tr>
                                                        <
td width="100">Extensions:</td>
                                                        <
td><input type="text" name="extensions" size="50" value="<{extensions}>" /></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>
?>
Онлайн: 0
Реклама