Ejemplo n.º 1
0
</strong></h5>
                        </div>
                        <div class="col s6">
                            <h6 class="benefit-title">BUDDY</h6>
                            <h5><strong><?php 
    echo getBuddy($comite_proyecto[0]);
    ?>
</strong></h5>
                        </div>
                        <div class="col s6">
                            <h6 class="benefit-title">TRANSPORT</h6>
                            <h5><strong><?php 
    echo getTransport($comite_proyecto[0]);
    ?>
</strong></h5>
                        </div>
                        <div class="col s6">
                            <h6 class="benefit-title">FEE</h6>
                            <h5><strong>$ <?php 
    echo getFee($comite_proyecto[0]);
    ?>
</strong></h5>
                        </div>
                    </div>
                </div>
            </div>
        </article>
    <?php 
}
?>
</section>
Ejemplo n.º 2
0
                                    <input id="duration" type="number" class="validate" name="duracion" value="<?php 
echo getDuracion($id)["CP_duracion"];
?>
" >
                                    <label for="duration" class="active">Duración</label>
                                </div>                                                                        
                                <div class="input-field col s4 m5">
                                    <input id="spots" type="number" class="validate" name="cupos" value="<?php 
echo getCupos($id)["cp_cupos"];
?>
" >
                                    <label for="spots" class="active">Cupos</label>                                    
                                </div>
                                <div class="input-field col s4 m5">
                                    <input id="fee" type="number" class="validate" name="fee" value="<?php 
echo getFee($id)["BEN_fee"];
?>
">
                                    <label for="fee" class="active">Fee</label>                                    
                                </div>
                                <div class="input-field col s4 m5">
                                    <input id="fech.inicio" type="date" class="datepicker" name="inicio" value="<?php 
echo getFechaInicio($id)["cp_inicio"];
?>
">
                                    <label for="fech.inicio" class="active">Fecha de inicio</label>                                   
                                </div>
                                <div class="input-field col s4 m5">
                                    <input id="fech.fin" type="date" class="datepicker" name="fin" value="<?php 
echo getFechaFin($id)["cp_fin"];
?>
Ejemplo n.º 3
0
                        <h5><strong><?php 
    echo getBuddy($comite_proyecto["CP_id"]);
    ?>
</strong></h5>
                    </div>
                    <div class="col s6">
                        <h6 class="benefit-title">TRANSPORT</h6>
                        <h5><strong><?php 
    echo getTransport($comite_proyecto["CP_id"]);
    ?>
</strong></h5>
                    </div>
                    <div class="col s6">
                        <h6 class="benefit-title">FEE</h6>
                        <h5><strong>$ <?php 
    echo getFee($comite_proyecto["CP_id"])["BEN_fee"];
    ?>
</strong></h5>
                    </div>
                </div>
            </div>
        </div>
    </article>
<?php 
}
?>
</section>
</main>
<footer class="page-footer blue-grey darken-4"> 
    <div class="footer-copyright">            
        <div class="container">Made by <a class="orange-text text-lighten-3" href="http://materializecss.com">Materialize</a></div>
Ejemplo n.º 4
0
                                            <h5><strong><?php 
        echo getBuddy($Proyecto_Usuario["CP_id"]);
        ?>
</strong></h5>
                                        </div>
                                        <div class="col s6">
                                            <h6 class="benefit-title">TRANSPORT</h6>
                                            <h5><strong><?php 
        echo getTransport($Proyecto_Usuario["CP_id"]);
        ?>
</strong></h5>
                                        </div>
                                        <div class="col s6">
                                            <h6 class="benefit-title">FEE</h6>
                                            <h5><strong>$ <?php 
        echo getFee($Proyecto_Usuario["CP_id"])["BEN_fee"];
        ?>
</strong></h5>
                                        </div>
                                        
                                    </div>
                                </div>
                            </div>
                        </article>
                    <?php 
    }
}
?>