Viewing file: slideshow.php (1.6 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table width="100%" border="0" cellpadding="4" cellspacing="0" bgcolor="#CCCCCC">
<tr>
<td><div align="left" class="Estilo1T"><strong>Imágenes Relacionadas</strong></div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td height="300" align="center" valign="middle" bgcolor="#999999">
<?php
$cuando = "( contenido_pertenencia_foto_categoria.categoria_id = '$patron' and contenido_pertenencia_foto_categoria.foto_id = contenido_foto_y_medios.foto_id and contenido_foto_y_medios.foto_tipo = 0 and contenido_foto_y_medios.fuente_id = administracion_fuente.fuente_id and contenido_foto_y_medios.foto_formato < 2)
order by contenido_foto_y_medios.foto_nombre";
if (isset($inicio_2)) {
}else{
$inicio_2 = 0;
}
$vinculo_pg = "2--" . $name_page . "?patron=" . $patron . "&";
$control = new select_pg(1, "contenido_foto_y_medios.foto_id, contenido_foto_y_medios.foto_nombre, contenido_foto_y_medios.foto_archivo, contenido_foto_y_medios.foto_pie, contenido_foto_y_medios.foto_ancho, administracion_fuente.fuente_nombre", "contenido_foto_y_medios, contenido_pertenencia_foto_categoria, administracion_fuente", $cuando, 6, 1, "(id)-(nombre)-(archivo)-(pie)-(ancho)-(autor)", "<table width=\"(ancho)\" border=\"0\" cellspacing=\"0\" cellpadding=\"4\"><tr><td><a href=\"../(archivo)\"><img src=\"../(archivo)\" alt=\"Click para hacer zoom para ver imágen: (nombre)\" border=\"0\"></a></td></tr><tr><td><p>(pie)</p></td></tr><tr><td><p><small>Fuente: (autor)</small></p></td></tr></table>", $vinculo_pg ,$inicio_2); ?>
</td>
</tr>
</table>
|