Viewing file: documentos.php (1.23 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table width="100%" border="0" cellpadding="4" cellspacing="0" bgcolor="#7eba02">
<tr>
<td align="left">
<div align="left"><strong>Documentos Relacionados</strong></div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td>
<?php
$cuando = "( contenido_categoria.categoria_tema_id = '$patron' and contenido_pertenencia_foto_categoria.categoria_id = contenido_categoria.categoria_id and contenido_pertenencia_foto_categoria.foto_id = contenido_foto_y_medios.foto_id and contenido_foto_y_medios.foto_tipo = 1)
order by contenido_foto_y_medios.foto_nombre";
if (isset($inicio_1)) {
}else{
$inicio_1 = 0;
}
$vinculo_pg = "1--" . $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_formato", "contenido_foto_y_medios, contenido_pertenencia_foto_categoria, contenido_categoria", $cuando, 4, 4, "(id)-(nombre)-(archivo)-(formato)", "<p><a href=\"../(archivo)\"><img src=\"imagenes/pin.gif\" width=\"6\" height=\"6\" border=\"0\"> [(formato)] (nombre).</a></p>", $vinculo_pg ,$inicio_1); ?>
</td>
</tr>
</table>
|