Example #1
0
			<h5>Sub-eventos</h5>
			<div class="left">
            <?php 
                listaSubEventosCom($_GET['id_ped'], $evento['ig_tipo_evento_idTipoEvento']);
                ?>
			</div>

            <h4></h4>
            <div class="left">
            <?php 
                if ($evento['ig_tipo_evento_idTipoEvento'] == 1) {
                    ?>
            <h5>Grade de filmes</h5>
            <?php 
                    gradeFilmes($_GET['id_ped']);
                    ?>
<br /><br />            
            <?php 
                }
                ?>
            <h5>Previsão de serviços externos</h5>
            <?php 
                listaServicosExternos($_GET['id_ped']);
                ?>
<br /><br />

			<h5>Serviços Internos</h5>
			<?php 
                listaServicosInternos($_GET['id_ped']);
                ?>
Example #2
0
				  <div class="col-md-offset-2 col-md-8">
					<div class="section-heading">
					 <h2>Grade de filmes</h2>
                    <h5><?php 
            if (isset($mensagem)) {
                echo $mensagem;
            }
            ?>
</h5>
                 </div>
				  </div>
			  </div>  
			
			<div class="table-responsive list_info">
                         <?php 
            gradeFilmes($_SESSION['idEvento']);
            ?>
			</div>
		</div>
	</section>


    <?php 
            break;
    }
    // fim da switch
    ?>
    <?php 
} else {
    // Se não for uma mostra de cinema, imprime a seguinte mensagem:
    ?>
Example #3
0
    ?>
			</div>

						<h4>Arquivos anexos</h4>
			<div class="left">
		<?php 
    listaArquivosDetalhe($_GET['evento']);
    ?>
			</div>
		<?php 
    if ($evento['ig_tipo_evento_idTipoEvento'] == '1') {
        ?>
		<h4>Grade de Filmes</h4>
			<div class="left">
		<?php 
        gradeFilmes($_GET['evento']);
        ?>
			</div>
		<?php 
    }
    ?>

			<?php 
    //require "../funcoes/funcoesSiscontrat.php";
    $pedido = listaPedidoContratacao($_GET['evento']);
    ?>
			  <div class="table-responsive list_info" >
<?php 
    if ($pedido != NULL) {
        ?>