예제 #1
0
파일: cdm.php 프로젝트: bilel99/oge
        echo $this->lng['competences'][$competence];
        ?>
</option> 
                                    <?php 
    }
    ?>
                                <?php 
}
?>
                            </select>
                        </div>

                        <div class="row-form cf other2">
                            <label style="margin-top: -35px;">Email</label>
                            <input style="margin-top: -35px;" type="text" name="email" class="field" value="<?php 
echo getRechercherValues("email", $this);
?>
" />
                        </div>


                        <div class="row-form cf other1">
                            <label>&nbsp;</label>
                        </div>
                        <div class="row-form cf other2 select-custom">
                            <label>&nbsp;</label>
                        </div>
                        
                        <div class="row-form cf other1">
                            <label>&nbsp;</label>
                            <input type="submit" class="button" value="Valider" id="valider" />
예제 #2
0
파일: default.php 프로젝트: bilel99/oge
                            <label>Email</label>
                            <input name="mail" type="text" class="field" value="<?php 
echo getRechercherValues("mail", $this);
?>
"/>
                        </div><!-- /.row-form -->
                        <div class="row-form cf other1 select-custom">
                            <label>Secteur</label>
                            <div style="margin-left: 403px;">
                                <select name="id_sector" class="select-replace" id="provenance2">
                                    <option value="">&nbsp;</option>
                                    <?php 
foreach ($this->sector as $sector) {
    ?>
                                        <?php 
    if (getRechercherValues("id_sector", $this) == $sector) {
        ?>
                                            <option value="<?php 
        echo $sector;
        ?>
" selected="selected"><?php 
        echo $sector;
        ?>
</option>
                                        <?php 
    } else {
        ?>
                                            <option value="<?php 
        echo $sector;
        ?>
" ><?php 
예제 #3
0
파일: default.php 프로젝트: bilel99/oge
" /> 
                                </div>
                                <div class="col-2" >&nbsp;</div>
                                <div class="col-1" >
                                    <label>Date fin</label>
                                    <input name="date_fin" type="text" class="field" id="datefin" value="<?php 
echo getRechercherValues("date_fin", $this);
?>
" />
                                </div>
                            </div> 
                            <div class="row">
                                <div class="col-1" >
                                    <label>Nom interne</label>
                                    <input name="nom_interne" type="text" class="field" value="<?php 
echo getRechercherValues("nom_interne", $this);
?>
"/>
                                </div>
                                <div class="col-2" >&nbsp;</div>
                                <div class="col-1" >
                                </div>
                            </div> 
                            <div class="row">
                                <div class="col-1" >
                                    <label>&nbsp;</label>
                                    <input type="submit" class="button" value="Valider" id="valider" />
                                </div>
                                <div class="col-2" >&nbsp;</div>
                                <div class="col-1" >
                                    <label>&nbsp;</label>
예제 #4
0
파일: cdp.php 프로젝트: bilel99/oge
                    <input type="text" name="ville" id="tags" class="field" value="<?php 
echo getRechercherValues("ville", $this);
?>
"/>
                </div>
                <div class="row-form cf other2">
                    <label>Code postal</label>
                    <input type="text" name="code_postal" class="field" value="<?php 
echo getRechercherValues("code_postal", $this);
?>
" />
                </div>                        
                <div class="row-form cf other1">
                    <label>Num SS</label>
                    <input type="text" name="num_ss" class="field" value="<?php 
echo getRechercherValues("num_ss", $this);
?>
" />
                </div>                        
                
                <div class="row-form cf other2">
                    <label>&nbsp;</label>
                    <label class="label-comodin">&nbsp;</label>
                </div>
                <div class="row-form cf other1">
                    <label>&nbsp;</label>
                    <input style="margin-left: -260px; margin-top: 53px;" type="submit" class="button" value="valider"/>
                </div>
                <div class="row-form cf other2 reset">
                    <input id="reset" type="reset" class="button button-secondary" value="Remise á zéro" />
                </div>