Esempio n. 1
0
									  	  <th>C&oacute;d Doc</th>
										  <th>Formato</th>
										  <th>T&iacute;tulo</th>
										  <th>Rev</th>
										  <th>Num de P&aacute;g</th>
										  <th>Tipo de Emiss&atilde;o</th>
										  <th>Qtd</th>
										  <th>M&iacute;dia</th>
										  <th>Conte&uacute;do</th>
										  <th>Finalidade Devolu&ccedil;&atilde;o</th>
										  <th>A&ccedil;&atilde;o</th>
									  </tr>
								  </thead>   
								  <tbody>
								  	<?php 
$DAO->ListarGRDDocumento($documento->getId());
?>
								  </tbody>
							 </table>  
						</div>
					</div>
				</div>
			<!-- content ends -->
		</div>
		<!--/#content.span10-->
	</div>
	<!--/fluid-row-->

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