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">
<?
$sql="select * from noticias WHERE id='$_GET[id]' ";
$query=@mysql_query($sql);
$total=@mysql_num_rows($query);
for($i=0;$i<$total;$i++){
$id=@mysql_result($query,$i,id);
$titulo=@mysql_result($query,$i,titulo);
$noticia=@mysql_result($query,$i,noticia);
$data=@mysql_result($query,$i,data);
?>
</p>
<h1 align="center"><?= $titulo; ?></h1>
<h2 align="center"><?= $noticia; ?></h2>
<h3 align="center"><?= $data; ?></h2>
<p align="center">
<? } ?>
</p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><a href="index.php#artista" 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