Exemple #1
0
?>
" maxlength="15"/>
            </span>
            <span class="text" style="width: 150px">
                <label>Email</label>
                <input type="text" name="email" value="<?php 
echo $personnel['EMAIL'];
?>
" maxlength="15"/>
            </span>
        </fieldset>
    </div>

    <div class="recapitulatif">
    </div>
    <div class="navigation">
        <?php 
if (isAuth(502)) {
    echo btn_ok("submitForm();");
}
if (isAuth(203)) {
    echo btn_cancel("document.location=\"" . Router::url("personnel") . "\"");
} else {
    echo btn_cancel_disabled();
}
?>
    </div>

</form>
<div class="status"></div>
Exemple #2
0
                    </span>
                    <span class="text" style="width: 418px; margin-top:-10px;">
                        <input type="text" name="adresse3" placeholder = 'Adresse' />
                    </span>
                    <span class="text" style="width: 418px;">
                        <label>Boite Postale</label>
                        <input type="text" name="bp" />
                    </span>

                </fieldset>
                <div  style="position: relative; top: 10px; margin-right: 10px; clear: both;" class="navigation">
                    <?php 
echo btn_ok("saveResponsable()");
?>
                    <?php 
echo btn_cancel("resetResponsable();");
?>
                </div>
            </fieldset>
        </form>

        </fieldset>
    </div>
    <div id="onglet3" class="onglet" style=" display: none; height: 470px; ">
        <form action="<?php 
echo Router::url("eleve", "photo", "upload");
?>
"  enctype="multipart/form-data" id="frmphoto">
            <fieldset style = 'width: 400px; height: 270px;'><legend>Photo d'identit&eacute;</legend>
                <p>Vous pouvez si vous le souhaitez, ajouter une photo d'identit&eacute; sur 
                    la fiche de l'&eacute;l&egrave;ve.
Exemple #3
0
        </form>
    </div>
    <div id="onglet3" class="onglet" style="display: none;height: 90%">
        <p style="color: #ff9999; margin: 0; padding: 0; text-align: center">Fonctionnalit&eacute; non impl&eacute;ment&eacute;e</p>
        <div id="justification-par-classe-content">
            <fieldset id='checbox-eleves' style="float: none; margin: auto; width: 80%">
                <legend>Choix des &eacute;l&egrave;ves</legend>
            </fieldset>
            <fieldset id="justifier-par-classe" style="float: none; margin: auto;height: 200px; width: 80%">
                <legend>Justification des &eacute;l&egrave;ves</legend>
                <span class="text" style="width: 95%"><label>Motif</label><input type="text" name="motifclasse" /></span>
                <span class="text" style="width: 95%"><label>Description:</label>
                    <textarea rows="3" cols="12"></textarea></span>
            </fieldset>
        </div>
        <p style="text-align: right;margin-right: 100px;">
            <?php 
echo btn_ok("") . "&nbsp;&nbsp;&nbsp;" . btn_cancel("");
?>
        </p>
    </div>
    <p style="margin:5px 10px 0 10px; padding: 0">
        <?php 
echo $legendes;
?>
    </p>
</div>
<div class="navigation" >
</div>
<div class="status"></div>
Exemple #4
0
            <span class="select" style="width: 300px">
                <label>Type:</label><?php 
echo $comboTypes;
?>
            </span>
            <span class="text" style="width: 88%">
                <label>Motif:</label><input type="text" name="motif" />
            </span>
            <span class="text" style="width: 88%">
                <label>Motif d&eacute;taill&eacute;</label>
                <textarea rows="12" cols="85" name="description"></textarea>
            </span>
        </fieldset>
    </div>
    <div class="recapitulatif"></div>
    <div class="navigation">
        <?php 
if (isAuth(315)) {
    echo btn_ok("soumettrePunition();");
} else {
    echo btn_ok_disabled();
}
if (isAuth(311)) {
    echo "&nbsp;&nbsp;&nbsp;" . btn_cancel("document.location='" . Router::url("punition") . "'");
} else {
    echo "&nbsp;&nbsp;&nbsp;" . btn_cancel_disabled();
}
?>
    </div>
</form>
<div class="status"></div>
Exemple #5
0
            <span class="text" style="width: 200px"><label>Libell&eacute;</label>
                <input value="<?php 
echo $libelle;
?>
" type="text" name="libelle" /></span>
            <input type="hidden" name="idmatiere" value="<?php 
echo $idmatiere;
?>
" />
        </fieldset>
    </div>
    <div class="recapitulatif"><div class="errors">
            <?php 
if ($errors) {
    echo "Une erreur s'est produite";
}
?>
        </div>
    </div>
    <div class="navigation">
        <?php 
echo btn_ok("document.forms[0].submit()");
?>
        <?php 
echo btn_cancel("document.location=\"" . Router::url('matiere') . "\"");
?>
    </div>
</form>
<div class="status">

</div>
Exemple #6
0
" />
            </span>
            <span class="text" style="width: 300px">
                <label>Nouveau Num&eacute;ro de t&eacute;l&eacute;phone </label><input type="tel" name="telephone" value="<?php 
echo $tel;
?>
" />
            </span>
            
        </fieldset>
    </div>
    <div class="recapitulatif">


    </div>
    <div class="navigation">
        <?php 
echo btn_ok("document.forms[0].submit();");
?>
        <?php 
echo btn_cancel("document.location=\"" . Router::url("user", "fiche") . "\"");
?>
    </div>
</form>

<?php 
if ($errors) {
    echo $message;
}
?>
<div class="status"></div>
Exemple #7
0
                <label>Nouveau mot de passe</label><input type="password" name="newpwd"  />
            </span>
            <span class="text" style="width: 200px;">
                <label>Confirmation du mot de passe</label><input type="password" name="confpwd" />
            </span>
        </fieldset>
        <div class="errors">
            En cas de succ&egrave;s, Vous serez redigir&eacute; sur la page d'authentification <br/>....<br/>
            Utilisez votre nouveau mot de passe pour vous r&eacute;-authentifier
        </div>
    </div>
    <div class="recapitulatif"><div class="errors"><blink>
            <?php 
if ($errors) {
    echo $message;
}
?>
            </blink>
        </div>
    </div>
    <div class="navigation">
        <?php 
echo btn_ok("document.forms['frmcontent'].submit();");
?>
        <?php 
echo btn_cancel("document.location='" . Router::url() . "'");
?>
    </div>
</form>
<div class="status"></div>