Размер файла: 1.8Kb
<?
#-------------------------------------------#
# Автор скрипта : -=Орёл=- (c) #
# email : [email protected] #
# icq : 952-042 #
# Скрипт распространяется бесплатно:) #
# Пишу скрипты на заказ обращатся в icq #
#-------------------------------------------#
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
echo '<html xmlns="http://www.w3.org/1999/xhtml">';
echo '<head>';
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />';
echo '<title>Файловый обменник</title>';
echo '</head>';
echo '<body>';
echo '
<style type="text/css">
body{
color : #810a0f;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : normal;
font-size: 11px;
background-color: #420407;
}
a {
color : #51c736;
text-decoration : none;
border-bottom-width : 1px;
border-bottom-style : dotted;
border-bottom-color : #990a11;
}
a:active, a:visited, a:link {
color : #cf0f18;
text-decoration : none;
}
a:hover {
color : #8f0c12;
text-decoration : none;
font-weight : bold;
}
input,select,option,textarea{
border: 1px solid #7a070d;
background-color: #5b070b;
}
form {
margin-top: 1px;
margin-bottom: 0px;
}
.title
{
border: 1px solid #69090d;
padding: 2px;
font-size: 15px;
}
.block{
border: 1px solid #69090d;
margin: 2px;
padding: 2px;
}
h3{
margin: 0px;
}
</style>
';
$div = array(
'title'=>'<div class="title">',
'title_end'=>'</div>',
'menu'=>'<div class="block">',
'menu_end'=>'</div>',
'foot'=>'<div class="title">',
'foot_end'=>'</div>'
);