예제 #1
0
				<td align="center" valign="top" width="150" >
				Hora inicio
				</td>
				<td align="center" valign="top" width="150" >
				Hora final
				</td>
				<td valign="top" align="center" width="25" >
					&nbsp;
				</td>
				<td valign="top" align="center" width="25" >
					&nbsp;
				</td>
			</tr>
<?php 
        $reuniones->ver_reuniones($id_temporada);
        while ($datos_reunion = $reuniones->retornar_SELECT()) {
            ?>
			<tr class="registros_tabla" >
				<td >
					<?php 
            echo dia_text($reuniones_aux->ver_fecha_reunion($datos_reunion["id_reunion"]));
            ?>
				</td>
				<td >
					<?php 
            echo $reuniones_aux->ver_fecha_reunion($datos_reunion["id_reunion"]);
            ?>
				</td>
				<td >
					<?php 
            echo $datos_reunion["hora_inicio"];