Ejemplo n.º 1
0
<?php

include_once "../../login/check.php";
include_once "../../class/cursoarea.php";
$cursoarea = new cursoarea();
$cur = $cursoarea->mostrarAreas();
if (count($cur)) {
    ?>
<a href="#" class="btn btn-mini btn-success" id="exportarexcel"><?php 
    echo $idioma['ExportarExcel'];
    ?>
</a>
        <table class="table table-bordered table-striped table-hover table-condensed">
		<thead><tr><th>N</th><th><?php 
    echo $idioma['Nombre'];
    ?>
</th><th><?php 
    echo sacarTooltip($idioma['Abreviado'], "", "R", 5);
    ?>
</th><th><?php 
    echo $idioma['Area'];
    ?>
</th><th><?php 
    echo $idioma['Posicion'];
    ?>
</th></tr></thead>
		<?php 
    foreach ($cur as $c) {
        $i++;
        switch ($c['Area']) {
            case 1: