Mini Shell
<? include("adm/banco.php"); ?>
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Made with WOW Slider - Create beautiful, responsive image sliders in a few clicks. Awesome skins and animations. Css image gallery" />
<!-- Start WOWSlider.com HEAD section --> <!-- add to the <head> of your page -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFFFFF;
}
h1{font:Comic Sans ms; color: #000; font-size: 35px;}
a{color: #000; text-decoration: none;}
a:hover{color: red;}
a:link {
color: #000;
}
</style>
<script type="text/javascript" src="engine1/jquery.js"></script>
<!-- End WOWSlider.com HEAD section -->
<script type="text/javascript">
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
</script>
</head>
<body style="margin:auto" onLoad="MM_preloadImages('cartaz_n/<?= $img;?>','../cartaz_n/<?= $img;?>')">
<p align="center"><img src="img_n/logo.jpg" width="200"></p>
<p align="center">
</p>
<h1 align="center"><?= $titulo; ?></h1>
<h2 align="center"><iframe src="videos_c.php?id=<?= $_GET[id];?>" width="90%" height="620" allowtransparency="0" frameborder="0" scrolling="no" name="video" id="video"></iframe></h2>
<h3 align="center"><?= $data; ?></h2>
<p align="center">
</p>
<p align="center"> </p>
<p align="center"> </p>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><?
$query_l=@mysql_query("select * from videos_noticias order by tipo ");
//seleciona todos os campos no banco e exibir
while ($linhal = @mysql_fetch_array($query_l)) {
?>
<div style="font-size:24px; font-family: arial; border: solid 3px #00349A; border-radius:15px; padding:7px;display: block;float: left; width: 250px; margin:5px; height:80px; text-align: center;"><b> <a href="videos.php?id=<?= $linhal[id]; ?>">
<?= utf8_encode($linhal[titulo]); ?>
</a></b></div>
<? } ?>
</p></td>
</tr>
</tbody>
</table>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><a href="index.php#videos" style="font-size:40px; font-family: arial;"><img src="img_n/logo.jpg" width="200" alt=""/><br>
Voltar </a><br>
</p>
</body>
</html>
Zerion Mini Shell 1.0