Samx Here
n1udSecurity


Server : Apache
System : Linux ks5.tuic.fr 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64
User : pragmatice ( 1003)
PHP Version : 8.2.24
Disable Function : NONE
Directory :  /home/pragmatice/pragmaclasse_recette/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/pragmatice/pragmaclasse_recette/storage/framework/views/54176409be93c7fb7fed4c766c0c4a07a8d6ab6b.php
<tr class="pupil-single" :class="'pupil-'+pupilId">
    <th scope="row">
        <input type="text" v-model="pupilToUse.nom" class="form-control" :readonly="!editing" id="pupil-single-lastname">
    </th>
    <td>
        <input type="text" v-model="pupilToUse.prenom" class="form-control" :readonly="!editing" id="pupil-single-firstname">
    </td>
    <td>
        <b-form-select v-model="pupilToUse.idNiveau" :options="optionsLevels" :required="true"
            :readonly="!editing" :disabled="!editing" id="pupil-single-level"></b-form-select>
    </td>
    <td>
        <b-form-select v-model="pupilToUse.actif" :options="optionsStatus" :readonly="!editing" :disabled="!editing" id="pupil-single-status">
        </b-form-select>
    </td>
    <td>
        <input type="text" v-model="pupilToUse.code" class="form-control" :readonly="!editing" id="pupil-single-code">
    </td>
    <td>
        <button class="btn btn-dark" @click.prevent.stop="showParents()" :title="getParents().title">{{getParents().display}}</button>
    </td>
    <td>
        <button class="btn btn-success" @click.prevent.stop="modify()" :disabled="!editing">Modifier</button>
    </td>
</tr><?php /**PATH /home/pragmatice/pragmaclasse_recette/resources/views/components/pupil/pupilSingle.blade.php ENDPATH**/ ?>

SAMX