Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |

{{!
    This file is part of Moodle - http://moodle.org/

    Moodle is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Moodle is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
}}
{{!
    @template core_message/message_drawer_conversations_list

    This template will render a list of conversations for the message drawer.

    Classes required for JS:
    * none

    Data attributes required for JS:
    * All data attributes are required

    Context variables required for this template:
    * userid The logged in user id
    * urls The URLs for the popover

    Example context (json):
    {}

}}

{{#conversations}}
    <a
        href="#"
        class="d-flex rui-message-list-item align-items-center text-decoration-none"
        data-conversation-id="{{id}}"
        {{#userid}}
            data-user-id="{{.}}"
        {{/userid}}
        role="button"
    >
        {{#imageurl}}
            <img
                class="rounded m-2 align-self-start"
                src="{{{.}}}"
                alt="{{name}}"
                aria-hidden="true"
                style="height: 40px"
            >
        {{/imageurl}}
        {{#showonlinestatus}}
            <span class="contact-status {{#isonline}}online{{/isonline}}"></span>
        {{/showonlinestatus}}
        <div class="w-100 ml-2 my-2">
            <div class="d-flex align-items-center">
                <h5 class="message-title m-0 text-truncate">{{name}}</h5>
                <span class="{{#isblocked}}rui-contact-icon-blocked ml-1{{/isblocked}} {{^isblocked}}hidden{{/isblocked}}" data-region="contact-icon-blocked">
                    {{#pix}} t/block, core, {{#str}} contactblocked, message {{/str}} {{/pix}}
                </span>
                <span class="{{^ismuted}}hidden{{/ismuted}}" data-region="muted-icon-container">
                    {{#pix}} i/muted, core {{/pix}}
                </span>
                <div
                    class="rui-last-message-date ml-auto align-items-center {{^lastmessagedate}}hidden{{/lastmessagedate}}"
                    data-region="last-message-date"
                >
                    {{#lastmessagedate}}
                    <span class="rui-last-message-date-icon">
                        <svg width="14" height="14" fill="none" viewBox="0 0 24 24">
                            <circle cx="12" cy="12" r="7.25" stroke="currentColor" stroke-width="2"></circle>
                            <path stroke="currentColor" stroke-width="2" d="M12 8V12L14 14"></path>
                        </svg>
                    </span>
                    <span class="rui-last-message-date-text">
                        {{#userdate}} {{.}}, {{#str}} strftimetime24, core_langconfig  {{/str}} {{/userdate}}
                    </span>
                    {{/lastmessagedate}}
                </div>
            </div>
            {{#subname}}
                <span class="mt-1 mb-2 d-flex align-items-center" title="{{.}}">
                    <svg class="mr-1" width="16" height="16" fill="none" viewBox="0 0 24 24">
                        <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.25 5.75C19.25 5.19772 18.8023 4.75 18.25 4.75H14C12.8954 4.75 12 5.64543 12 6.75V19.25L12.8284 18.4216C13.5786 17.6714 14.596 17.25 15.6569 17.25H18.25C18.8023 17.25 19.25 16.8023 19.25 16.25V5.75Z"></path>
                        <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.75 5.75C4.75 5.19772 5.19772 4.75 5.75 4.75H10C11.1046 4.75 12 5.64543 12 6.75V19.25L11.1716 18.4216C10.4214 17.6714 9.40401 17.25 8.34315 17.25H5.75C5.19772 17.25 4.75 16.8023 4.75 16.25V5.75Z"></path>
                    </svg>
                    <span class="rui-message-subname text-truncate">{{.}}</span>
                </span>
            {{/subname}}
            <div class="mt-1 rui-last-message message-txt" data-region="last-message">


                {{#sentfromcurrentuser}}
                <div class="rui-last-message-user-you" title="{{#str}} you, core_message {{/str}}">
                    <svg width="14" height="14" fill="none" viewBox="0 0 24 24">
                        <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M17.25 15.25V6.75H8.75"></path>
                        <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M17 7L6.75 17.25"></path>
                    </svg>
                </div>
                {{/sentfromcurrentuser}}
                {{^sentfromcurrentuser}}
                <div class="rui-last-message-user-sender align-self-start" title="{{#lastsendername}}{{#str}} sender, core_message, {{.}} {{/str}}{{/lastsendername}}">
                    <svg width="14" height="14" fill="none" viewBox="0 0 24 24">
                        <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M6.75 8.75V17.25H15.25"></path>
                        <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M7 17L17.25 6.75"></path>
                    </svg>
                </div>
                {{/sentfromcurrentuser}}
                <span class="rui-last-message-text">{{#shortentext}} 100, {{lastmessage}}{{/shortentext}}</span>
            </div>

        </div>
        <div class="d-flex align-self-stretch">
            <div class="d-flex align-self-center align-items-center">
                <span
                    class="rui-unreadcount {{^unreadcount}}hidden{{/unreadcount}}"
                    data-region="unread-count"
                    aria-label="{{#str}} unreadmessages, core_message, {{unreadcount}} {{/str}}"
                >

                    <svg class="mr-1" width="14" height="14" fill="none" viewBox="0 0 24 24">
                        <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M6.75 8.75V17.25H15.25"></path>
                        <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M7 17L17.25 6.75"></path>
                    </svg>
                    {{unreadcount}}
                </span>

            </div>
        </div>
    </a>
{{/conversations}}