2024-08-24 18:23:27 +00:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2016-05-12 00:49:55 +00:00
|
|
|
|
|
|
|
<div id="mail-thread-{{$thread_id}}" class="mail-thread">
|
|
|
|
{{$brauchenwas}}
|
2017-10-20 13:21:42 +00:00
|
|
|
<h4 class="heading">{{$thread_subject}}</h4>
|
2016-05-12 00:49:55 +00:00
|
|
|
|
|
|
|
<div id="mail-conversation" class="panel panel-default {{if $canreply }}can-reply{{/if}}">
|
|
|
|
{{foreach $mails as $mail}}
|
|
|
|
{{include file="mail_conv.tpl"}}
|
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="mail-reply">
|
|
|
|
{{if $canreply}}
|
|
|
|
{{include file="prv_message.tpl"}}
|
|
|
|
{{else}}
|
|
|
|
{{$unknown_text}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
</div>
|