Exemple #1
0
</label>
							  	</div>
							</div>
							
							<div class="row-fluid sortable">		
								<div class="box span12">
									<div class="box-content">
										<table class="table table-striped table-bordered">
										  <thead>
											  <tr>
												  <th>Arquivo</th>
											  </tr>
										  </thead>   
										  <tbody>
											<?php 
$DAO->ListarArquivosAnexos($id_item);
?>
										  </tbody>
									  </table> 
									</div>
								</div>
							</div>
							
							<div class="form-actions">
								<input type="hidden" name="id" value="<?php 
echo $id_item;
?>
">
								<input type="hidden" name="id_procedimento_licitatorio" value="<?php 
echo $id_proc_licitatorio;
?>