░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/app/views/conversations
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: index_new.html.erb
<% # Copyright (C) 2013 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free # Software Foundation, version 3 of the License. # # Canvas 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 Affero General Public License for more # details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. %> <% css_bundle :conversations_new %> <% js_bundle :conversations %> <% add_body_class 'ic-no-flex-layout full-width' %> <h1 class="screenreader-only"><%= t("Inbox") %></h1> <% provide :page_title, t("Inbox") %> <div class="conversations"> <header class="panel"> <div class="panel__primary"> <div class="filters"> <span aria-hidden="true" class="screenreader-only" id="course-filter-description"> <%= t(:filter_messages_by_course, "Filter messages by course") %> <span class="current-selection-label"></span> </span> <select class="course-filter" id="course-filter" aria-haspopup="true" aria-labelledby="course-filter-description"></select> <div id="conversation_filter" class="conversations__filter" > </div> </div> </div> <div class="panel__secondary"> <div class="actions" id="submission-comment-actions" style="display: none;"> <button class="btn" id="submission-reply-btn" title="<%= t(:reply, "Reply") %>" data-tooltip disabled> <span class="screenreader-only"><%= t(:reply, "Reply") %></span> <i class="icon-reply-2"></i> </button> </div> <div class="actions" id="conversation-actions"> <button class="btn" id="compose-btn" title="<%= t(:compose_new_message, "Compose a new message") %>" data-tooltip> <span class="screenreader-only"><%= t(:compose_new_message, "Compose a new message") %></span> <i class="icon-compose icon-Line"></i> </button> <div class="btn-group"> <button class="btn" id="reply-btn" title="<%= t(:reply, "Reply") %>" data-tooltip disabled> <span class="screenreader-only"><%= t(:reply, "Reply") %></span> <i class="icon-reply-2"></i> </button> <button class="btn" id="reply-all-btn" title="<%= t(:reply_all, "Reply all") %>" data-tooltip disabled> <span class="screenreader-only"><%= t(:reply_all, "Reply all") %></span> <i class="icon-reply-all-2"></i> </button> <button class="btn" id="archive-btn" title="<%= t(:archive, "Archive") %>" data-tooltip disabled> <span class="screenreader-only"><%= t("Archive Selected") %></span> <i class="icon-collection-save"></i> </button> <button class="btn" id="delete-btn" title="<%= t(:delete, "Delete") %>" data-tooltip disabled> <span class="screenreader-only"><%= t("Delete Selected") %></span> <i class="icon-trash"></i> </button> </div> <div class="inline-block"> <button class="al-trigger btn" id="admin-btn" title="<%= t(:more_options, "More options") %>" data-tooltip disabled> <span class="screenreader-only"><%= t(:settings, "Settings") %></span> <i class="icon-settings"></i> <i class="icon-mini-arrow-down"></i> </button> <ul class="al-options" id="admin-menu"> <li><a href="#" id="mark-unread-btn"><%= t(:mark_as_unread, "Mark as unread") %></a></li> <li><a href="#" id="mark-read-btn"><%= t(:mark_as_read, "Mark as read") %></a></li> <li><a href="#" id="forward-btn"><%= t(:forward, "Forward") %></a></li> <li><a href="#" id="star-toggle-btn"><%# text set by view %></a></li> </ul> </div> </div> <div id="sending-message" class="badge badge-info" aria-live="polite"> <span><%= t(:sending, "sending") %></span> <div id="sending-spinner"></div> </div> <div role="search" class="search form-search"> <div class="ac" id="search-autocomplete"> <div class="ac-input-box"> <ul class="ac-token-list"></ul> <input type="search" class="ac-input" id="compose-message-recipients" aria-expanded="false" aria-activedescendant="" aria-owns="ac-result-list-2" aria-label="<%= t("Search by user") %>" aria-autocomplete="list" /> <span aria-live="polite" class="ac-results-status screenreader-only" id="ac-input-description"></span> <span aria-live="polite" class="ac-selected-name screenreader-only"></span> <a href="#" class="ac-clear" title="<%= t(:clear_search, "Clear search results") %>"> <i class="icon-x"></i> <span class="screenreader-only"> <%= t(:clear_search, "Clear search results") %> </span> </a> </div> <button class="btn ac-search-btn recipient-finder" id="search-btn" type="button" title="<%= t(:search_for_recipients, "Search for recipients") %>" data-tooltip> <i class="icon-address-book"></i> <span class="screenreader-only"> <%= t(:search_names_groups_courses, "Search names, groups, and courses") %> </span> </button> <div class="ac-result-wrapper" id="ac-result-list-2" aria-hidden="true"> <div class="ac-result-container"> <div class="ac-result-contents"> <ul class="ac-result-list collectionViewItems" role="menu"></ul> <div class="paginatedLoadingIndicator"></div> </div> </div> </div> </div> </div> </div> </header> <div class="messaging-wrapper"> <div class="message-list-scroller"> <div class="message-list"></div> </div> <div class="message-detail conversations__message-detail"> </div> </div> </div>
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 index_new.html.erb
ERB
6.8 KB
2023-09-24 03:36
EDIT