コード例 #1
0
ファイル: index.php プロジェクト: hexti/troncal
						  <thead>
							  <tr>
							  	<th style="display:none">Ordem</th>
								<th nowrap>C&oacute;digo</th>
								<th nowrap>Analisado</th>
								<th nowrap>Nome</th>
								<th nowrap>Disciplina</th>
								<th nowrap>Fase do Projeto</th>
								<th nowrap>Obra</th>
								<th nowrap>Lista</th>
								<th width="9%">A&ccedil;&atilde;o</th>
							  </tr>
						  </thead>   
						  <tbody>
							<?php 
$DAO->listar();
?>
						  </tbody>
					  </table>            
					</div>
				</div>
			</div>
					
					<!-- content ends -->
			</div><!--/#content.span10-->
				</div><!--/fluid-row-->
				
		<hr>

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