Example #1
0
							  <tr>
							  	<th style="display:none">Ordem</th>
								  <th nowrap>C&oacute;digo</th>
								  <th nowrap>Nome</th>
								  <th nowrap>Lista</th>
								  <th nowrap>Data Entrada</th>
								  <th nowrap>Disciplina</th>
								  <th nowrap>Tipo de Documento</th>
								  <th nowrap>Fase</th>
								  <th nowrap>Obra</th>
								  <th nowrap>A&ccedil;&atilde;o</th>
							  </tr>
						  </thead>
						  <tbody>
							<?php 
$DAO->ListarRemessa();
?>
						  </tbody>
					  </table>            
					</div>
				</div>
			</div>
					
					<!-- content ends -->
			</div><!--/#content.span10-->
				</div><!--/fluid-row-->
		<hr>

		<?php 
include_once '../../footer.php';
?>