Ejemplo n.º 1
0
	td {
		padding: 5px !important;
	}


	@media print {
		@media print {
			body { font-size: 12px; }
		}
	}
</style>
<body>
	<?php 
require_once 'classes/aluno.class.php';
$objeto = new aluno();
$dados = $objeto->selecionar();
?>

	<div class="container">
		<div class="page-header">
			<h1>Relatório de Inscrição <small>Seminário Segurança do Trabalho - Unopar</small></h1>
		</div>
		<div class="row">
			<div class="col-md-12">
				<table class="table">
					<thead>
						<tr>
							<th>Matricula</th>
							<th>Nome</th>
							<th>Telefone</th>
							<th>Email</th>