Exemple #1
0
							   <th style="display: none;" width="10%"nowrap>DATA PARA ORDENAR</th>
								  <th nowrap>C&oacute;d. GRD</th>
								  <th nowrap>Lista</th>
								  <th nowrap>Fase</th>
								  <th nowrap>Obra</th>
								  <th nowrap>Disciplina</th>
								  <th nowrap>Envio</th>
								 <!-- <th nowrap>Entrega</th>
								  <th nowrap>Dias</th> --> 
<!-- 								  <th width="13%">Criado Por</th> -->
								  <th width="21%">A&ccedil;&atilde;o</th>
							  </tr>
						  </thead>   
						  <tbody>
							<?php 
$DAO->listarGRD();
?>
						  </tbody>
					  </table>            
					</div>
				</div>
			</div>
					
					<!-- content ends -->
			</div><!--/#content.span10-->
				</div><!--/fluid-row-->
				
		<hr>

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