Просмотр файла www/style/web/head.tpl

Размер файла: 881B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script type="text/javascript" src="{$server}/{$style}/jquery.js"></script> 
{literal}
<script language="javascript">
function set()
{
    document.UploadForm.filename.value = document.UploadForm.name.value;
}
function show_hide (objName) { 
if ( $(objName).css('display') == 'none' ) { 
$(objName).animate({height: 'show'}, 400); 
} else { 
$(objName).animate({height: 'hide'}, 400); 
} 
}
</script>
{/literal}
<meta http-equiv="Content-Type" content="text/html;  charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{$server}/{$style}/style.css" />
<title>Выгрузка файла</title>
</head>
<body>
<div class="window">
<a href="{$server}"><img border="0" src="{$server}/{$style}/logo.png" alt="MaxFile.su"/></a>
<hr/>