Esempio n. 1
0
	  			<div class="col-md-offset-1 col-md-10">
                
                				  <div class="form-group">
					<div class="col-md-offset-2 col-md-8">
                    <p class="left">
                    	<?php 
        $evento = recuperaEvento($_SESSION['idEvento']);
        ?>

                        
						<strong>Setor:</strong> <?php 
        echo $_SESSION['instituicao'];
        ?>
 - 
						<strong>Categoria de contratação:</strong> <?php 
        recuperaModalidade($evento['ig_modalidade_IdModalidade']);
        ?>
 <br />
						<strong>Proponente:</strong>  <?php 
        echo $_SESSION['nomeCompleto'];
        ?>
 <br />
						<strong>Objeto:</strong> <?php 
        echo retornaTipo($evento['ig_tipo_evento_idTipoEvento']);
        ?>
 -  <?php 
        echo $evento['nomeEvento'];
        ?>
 <br />
						<strong>Local: <?php 
        echo listaLocais($_SESSION['idEvento']);
Esempio n. 2
0
        echo $_GET['pedido'];
        ?>
</strong> <br />
			Tipo de pessoa: <strong><?php 
        echo $pessoa['tipo'];
        ?>
</strong> <br />
 			Nome / Razão Social: <strong><?php 
        echo $pessoa['nome'];
        ?>
 (<?php 
        echo $pessoa['numero'];
        ?>
)</strong> <br />
   			Relação Jurídica: <strong><?php 
        echo recuperaModalidade($pedido['CategoriaContratacao']);
        ?>
 </strong> <br />
   			Período: <strong><?php 
        echo $pedido['Periodo'];
        ?>
 </strong> <br />
   			Local: <strong><?php 
        echo $pedido['Local'];
        ?>
 </strong> <br />
   			Verba: <strong><?php 
        echo retornaVerba($pedido['Verba']);
        ?>
 </strong> <br />
   			Valor: <strong>R$ <?php