コード例 #1
0
<script type="text/javascript">
 $(document).ready(function () {
   $('tbody tr').quicksearch({
     stripeRowClass: ['odd', 'even'],
     position: 'before',
     attached: 'table',
     labelText: 'Buscar en esta p&aacute;gina: ',
     delay: 50
   });
 });
</script>



<?php 
$csv = arrayPagina($_SESSION['data']['horasextraordinarias'][$nombre_archivo], 0);
echo acentosHTML(ArrayToTable($csv, 7, -1));
?>



<br/>
<br/>





<?php 
echo html_volver("javascript:history.back()");
html_footer("codigo" . trim(alfanum($_SESSION['sigla'])) . " remuneraciones " . date('Y-m-d'));
コード例 #2
0
        echo $i == $pag + 1 ? " - {$i}" : " - <a href='{$nombre}-{$i}.html'>{$i}</a>";
    }
    echo "</center><br/>\n";
}
//Escribiendo la tabla
$alink = -1;
if (trim($links) != "") {
    $alink = explode(",", $links);
}
$astr_noenlace = -1;
if (trim($str_noenlace) != "") {
    $astr_noenlace = explode(",", $str_noenlace);
}
$astr_enlace = -1;
if (trim($str_enlace) != "") {
    $astr_enlace = explode(",", $str_enlace);
}
echo acentosHTML(ArrayToTable($csv, $cols, $alink, $astr_enlace, $astr_noenlace));
echo acentosHTML("<div id='footnotes'>" . nl2br($footnotes) . "</div>");
//Indice del fondo
echo "<br/>\n";
if (getNumPags($data) > 1) {
    echo "<center>\n";
    echo $pag == 0 ? "1" : "<a href='{$nombre}.html'>1</a>";
    for ($i = 2; $i <= getNumPags($data); $i++) {
        echo $i == $pag + 1 ? " - {$i}" : " - <a href='{$nombre}-{$i}.html'>{$i}</a>";
    }
    echo "</center><br/>\n";
}
echo html_volver($backto);
html_footer("codigo" . trim(alfanum($_SESSION['sigla'])) . " " . $sv . " " . date('Y-m-d'));
コード例 #3
0
<?php

require_once "common-org.php";
if ($depurar != 1) {
    header("Content-Disposition: attachment; filename=organica.html");
}
$_SESSION['organica'] = 'SI';
org_header("Estructura Org&aacute;nica, " . $_SESSION['nombre']);
echo toLista($_SESSION['data'], "", "primer_nodo");
echo html_volver("index.html");
html_footer("codigo" . trim(alfanum($_SESSION['sigla'])) . " organica " . date('Y-m-d'));
コード例 #4
0
     position: 'before',
     attached: 'table',
     labelText: 'Buscar en esta p&aacute;gina: ',
     delay: 50                                       
   });                     
 });
</script>
<?php 
echo acentosHTML(ArrayToTable(ArrayProject($csv, array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15)), 15, array(11), array('Si'), array('No')));
echo '<br />';
if (getNumPags($_SESSION['data']['contrata']) > 1) {
    echo "<center>\n";
    echo $pag == 1 ? "1" : "<a href='per_contrata.html'>1</a>";
    for ($i = 2; $i <= getNumPags($_SESSION['data']['contrata']); $i++) {
        echo $i == $pag ? " - {$i}" : " - <a href='per_contrata-{$i}.html'>{$i}</a>";
    }
    echo "</center><br/>\n";
}
?>

<div id="footnotes">
<?php 
echo acentosHTML(nl2br($_SESSION['footnotes']['contrata']));
?>
</div>

<br />

<?php 
echo html_volver("../contrata_historico.html");
html_footer("codigo" . trim(alfanum($_SESSION['sigla'])) . " personal_contrata " . date('Y-m-d'));
コード例 #5
0
ファイル: normas.php プロジェクト: e-gob/GobiernoTransparente
 <td>Ley N&deg; 20.730 del Ministerio Secretaría General de la Presidencia, del 3 de marzo de 2014, que regula el Lobby y las gestiones que representen intereses particulares ante las autoridades y funcionarios.</td>
 <td><a target="_NEW" href="http://bcn.cl/1m5hl">Descargar documento</a></td>
</tr>

<tr>
<td>
Reglamento de la ley N&deg; 20.730 que regula el Lobby y las gestiones que representen intereses particulares ante las autoridades y funcionarios de la Administración del Estado, del 28 de agosto de 2014.</td>
<td><a target="_NEW" href="http://bcn.cl/1n1dc">Descargar documento</a></td>
</tr>
</table>

<br/>

<br/>
<?php 
echo html_volver('javascript:history.back();');
?>





  <div class="detalle-bottom">
   <font class="botones">
	<a href="javascript:window.print();" title="Imprimir este documento"><img src="http://www.gobiernotransparente.gob.cl/material/images/ico-print.gif" border="0" height="33" width="37" alt="Imprimir"/></a>
    </font>
  </div>
 </div>
 <div class="footer">
<p>
コード例 #6
0
<?php

require_once "common.php";
$titulo = $_POST['titulo'];
$archivo = $_POST['archivo'];
$texto = $_POST['texto'];
$sv = $_POST['sv'];
//Para descargar
if ($depurar != 1) {
    header("Content-Disposition: attachment; filename=\"{$archivo}\"");
}
$_SESSION[$sv] = "SI";
html_header(acentosHTML($titulo));
//echo "<h3><b>&Uacute;ltima actualizaci&oacute;n:</b>".date("d/m/Y")."</h3><br/>";
echo acentosHTML(str_replace("\n", "<br/>", $texto)) . "<br/><br/>";
echo html_volver("javascript:history.go(-1)");
html_footer("codigo" . trim(alfanum($_SESSION['sigla'])) . " " . $sv . " " . date('Y-m-d'));
コード例 #7
0
     position: 'before',
     attached: 'table',
     labelText: 'Buscar en esta p&aacute;gina: ',
     delay: 50                                       
   });                     
 });
</script>
<?php 
echo acentosHTML(ArrayToTable(ArrayProject($csv, array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15)), 15, array(11), array('Si'), array('No')));
echo '<br />';
if (getNumPags($_SESSION['data']['planta']) > 1) {
    echo "<center>\n";
    echo $pag == 1 ? "1" : "<a href='per_planta.html'>1</a>";
    for ($i = 2; $i <= getNumPags($_SESSION['data']['planta']); $i++) {
        echo $i == $pag ? " - {$i}" : " - <a href='per_planta-{$i}.html'>{$i}</a>";
    }
    echo "</center><br />\n";
}
?>

<div id="footnotes">
<?php 
echo acentosHTML(nl2br($_SESSION['footnotes']['planta']));
?>
</div>

<br />

<?php 
echo html_volver("../planta_historico.html");
html_footer("codigo" . trim(alfanum($_SESSION['sigla'])) . " personal_planta " . date('Y-m-d'));