Viewing file: barra.php (2.58 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<form action="mark.php" method="POST" name="formam">
<input type="hidden" name="marcas" value="">
<input type="hidden" name="ii" value="1">
<input type="hidden" name="jj" value="10">
<input type="hidden" name="cadena" value="<?php echo $cadena; ?>">
<input type="hidden" name="sobre" value="Registros marcados">
<center>
<table width="80%" border="0" cellpadding="2" cellspacing="0" height="70" style="border-collapse: collapse">
<tr>
<td width="13%" align="center" valign="middle" height="34">
<a href="javascript:window.history.back()">
<img src="imagenes/back.gif" border="0" alt="Regresar">
</a>
</td>
<td width="13%" align="center" valign="middle" height="34">
<a href="#arriba">
<img src="imagenes/up.gif" border="0" alt="Arriba">
</a>
</td>
<td width="13%" align="center" valign="middle" height="34">
<a href="index.php">
<img src="imagenes/home.gif" border="0" alt="Pagina de inicio">
</a>
</td>
<td width="13%" align="center" height="34" valign="middle">
<a href="mailto:centrodoc@dama.gov.co">
<img src="imagenes/correo.gif" alt="Sugerencias" border="0">
</a>
</td>
<td width="13%" align="center" height="34">
<a href="javascript:enviar(formam, 0);">
<img src="imagenes/selecc.gif" border="0" alt="Mostrar Registros Seleccionados">
</a>
</td>
<td width="13%" align="center" height="34">
<a href="DescargarBusqueda.html">
<img src="imagenes/print.gif" border="0" alt="Guardar los registros de su búsqueda">
</a>
</td>
</tr>
<tr>
<td class="font1" width="13%" align="center" height="24" valign="middle">
<a class="font1" href="javascript:window.history.back()">Atrás</a>
</td>
<td class="font1" width="13%" align="center" height="24" valign="middle">
<a class="font1" href="#arriba">Arriba</a>
</td>
<td class="font1" width="13%" align="center" height="24" valign="middle">
<a class="font1" href="index.php">Inicio</a>
</td>
<td class="font1" width="13%" align="center" height="24" valign="middle">
<a class="font1" href="mailto:centrodoc@dama.gov.co">Correo</a>
</td>
<td class="font1" width="13%" align="center" height="24">
<a class="font1" href="javascript:enviar(formam, 0);">Ver<br>Marcados</a>
</td>
<td class="font1" width="13%" align="center" height="24">
<a class="font1" href="DescargarBusqueda.html">Salvar<br>Búsqueda</a>
</td>
</tr>
</table>
</center>
</form>
|