Esempio n. 1
0
							<h2><i class="icon icon-black icon-attachment"></i> Anexos</h2>
							<div class="box-icon">
							</div>
					</div>
					<div class="box-content">
						<table class="table table-bordered table-striped table-condensed">
								  <thead>
									  <tr>
									  	  <th>Item</th>
									  	  <th>C&oacute;d Doc</th>
										  <th>T&iacute;tulo</th>
									  </tr>
								  </thead>   
								  <tbody>
								  	<?php 
$DAO->ListarGRDDocumentoV($documento->getId());
?>
								  </tbody>
							 </table>  
					</div>
				</div><!--/span-->
			</div><!--/row-->
			
			<!-- content ends -->
		</div>
		<!--/#content.span10-->
	</div>
	<!--/fluid-row-->

	<hr>