Просмотр файла down.php

Размер файла: 0.98Kb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Content-Type" CONTENT="text/html; charset=UTF-8">
<title>Загрузи мобилу</title>
<link rel="stylesheet" type="text/css" href="/style/style.css">
</head>
<body>
<?
include 'style/menu.php';
echo '<div class="verh">';
print $rekl_v;
echo '</div>';
echo '<div class="content">';
$file=$_GET['f'];
if(strpos($file,'.jpg')){print '<img src="160.php?f='.$file.'"><br><img src="style/file.png" alt=""><a href="160.php?f='.$file.'">x160</a><br><img src="style/file.png" alt=""><a href="220.php?f='.$file.'">x220</a><br><img src="style/file.png" alt=""><a href="320.php?f='.$file.'">x320</a><br>';}
echo '<div>';
echo '<div class="menu">';
echo '<a href="javascript:history.go(-1)">Назад</a><br>';
echo '</div>';
echo '<div class="niz">';
echo '<a href="index.php">На главную</a><br>';
print $top_dr;
echo '</div>';
?>
</body>
</html>