Código PHP:
Ver original<?php
$directorio_ruta="../"; // Actualizar ruta de directorio
include ($directorio_ruta.'include/comunes.php');
?>
<html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>:: INERCOM ::</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="<? echo $directorio_ruta; ?>css/tmkestilos.css" rel="stylesheet" type="text/css">
<link href="<? echo $directorio_ruta; ?>css/estilosMENU.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="<? echo $directorio_ruta; ?>include/jquery.js"></script>
<script type="text/javascript" src="<? echo $directorio_ruta; ?>include/ddaccordion.js"></script>
<script type="text/javascript" src="<? echo $directorio_ruta; ?>include/configmenu.js"></script>
<?
{
$max = 200; //anchura o altura que no queres que se pase
$pic = $_FILES['imagen']['tmp_name']; //o lo que te llega por HTTP
if (($x > $max) || ($y > $max) )
{
if($x >= $y){
$nx = $max;
$ny = $max * $y/$x;
}else{
$ny = $max;
$nx = $max * $x/$y;
}
}
else
{
}
//transparente
if ( ($datos[2]==1) || ($datos[2]==3) )
{
if ($trnprt_indx >= 0) {
$trnprt_indx = imagecolorallocate($img, $trnprt_color['red'], $trnprt_color['green'], $trnprt_color['blue']); }
elseif ($datos[2]==3) {
}
}
//fin transparente
if (($x > $max) || ($y > $max) )
{
}
else
{
}
if($datos[2]==1){imagegif($img,"thumbs/".$_FILES['imagen']['name']);} if($datos[2]==2){imagejpeg($img,"thumbs/".$_FILES['imagen']['name'],75);} //el 75 es la calidad de la imagen if($datos[2]==3){imagepng($img,"thumbs/".$_FILES['imagen']['name']);} }
?>
<script>
function validar()
{
if(document.getElementById('archivo').value == '')
{
alert("Debe seleccionar un archivo");
return false;
}
}
</script>
</head>
<body leftmargin="0" topmargin="0">
<table style="height:100%;width:100%;" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
</td>
</tr>
<tr>
<td valign="top">
</td>
</tr>
<td><img src="http://www.forosdelweb.com/f18/images/logo_informe.jpg" height='100' width='100%' border='0'></td>
<? echo encabezado_html_doble($vartitulo,$directorio_ruta); ?>
<table cellpadding="0" cellspacing="0" border="0" width="300" align="center" class="letra">
<tr>
<td align="center" class="titulosmenuprincipales">Crear Informe</td>
</tr>
</table>
<form id="insertar" enctype="multipart/form-data" name="insertar" method="post" action="" onSubmit="return validar(this)">
<table>
<tr><td><strong>Subir de imagenes</strong></td></tr>
<tr>
<td>
<input type="file" name="imagen">
<input type="hidden" name="enviado" value="1">
<tr><td align="center"><input type="submit" value="Enviar"></td></tr>
</td>
</tr>
</table>
</form>
<? echo pie_html_reporte($directorio_ruta); ?>
<? if($_REQUEST['enviado'] == 1)
{
echo encabezado_html_doble($vartitulo,$directorio_ruta); ?>
<form name="mostrar" ><table align="center"><tr><td align="center"><strong>Imagenes</strong></td></tr><tr><td>
<?
{
echo $pic;
//echo $auxiliar;
if($auxiliar[1] == "jpg") {
echo "<img src='thumbs/$file'><br>"; ?>
<textarea name="obs" cols="80" rows="4" class="letra"></textarea> <br/> <? }
if($auxiliar[1] == "png") {
echo "<img src='thumbs/$file'><br>";?>
<textarea name="obs" cols="80" rows="4" class="letra"></textarea><br/><? }
if($auxiliar[1] == "gif") {
echo "<img src='thumbs/$file'><br>"; ?>
<textarea name="obs" cols="80" rows="4" class="letra"></textarea> <br/><? }
?><tr><td align="left"><input type="submit" value="Enviar"></td></tr> <?
}
}
echo pie_html_reporte($directorio_ruta); ?>
</td></tr> </table></form>
<tr>
<td>
<? /**
* PIE DE PAGINA BRAINWINNER
*/ ?>
<? include ($directorio_ruta.'include/pie_brain.php');?>
</td>
</tr>
</table>
</body>
</html>
en el comunes.php llamos a echo pie_html_reporte($directorio_ruta); y el otro que son lineas