Viewing file: slideshow_2.php (1.4 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td align="center" valign="middle" bgcolor="#D8D8C5">
<?php
$cuando = "( contenido_pertenencia_foto_links.links_id = '$h_id' and contenido_pertenencia_foto_links.fotos_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 . "&h_id=" . $h_id . "&";
$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_links, administracion_fuente", $cuando, 6, 1, "(id)-(nombre)-(archivorz)-(pie)-(ancho)-(autor)", "<300>rz_size<table width=\"300\" border=\"0\" cellspacing=\"0\" cellpadding=\"4\"><tr><td><a href=\"../(archivorz)\"><img src=\"../(archivorz)\" 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>
|