2016-05-18 12:10:07 +02:00
|
|
|
$# This file is part of Vervis.
|
|
|
|
$#
|
2019-03-20 09:07:37 +01:00
|
|
|
$# Written in 2016, 2019 by fr33domlover <fr33domlover@riseup.net>.
|
2016-05-18 12:10:07 +02:00
|
|
|
$#
|
|
|
|
$# ♡ Copying is an act of love. Please copy, reuse and share.
|
|
|
|
$#
|
|
|
|
$# The author(s) have dedicated all copyright and related and neighboring
|
|
|
|
$# rights to this software to the public domain worldwide. This software is
|
|
|
|
$# distributed without any warranty.
|
|
|
|
$#
|
|
|
|
$# You should have received a copy of the CC0 Public Domain Dedication along
|
|
|
|
$# with this software. If not, see
|
|
|
|
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|
|
|
|
2019-03-20 09:07:37 +01:00
|
|
|
^{actorLinkW author}
|
2016-05-19 17:49:39 +02:00
|
|
|
<div>
|
2019-05-07 04:54:45 +02:00
|
|
|
$case author
|
|
|
|
$of MessageTreeNodeLocal lmid s
|
|
|
|
<a href=@{MessageR (sharerIdent s) (encodeHid lmid)}>
|
|
|
|
#{showTime $ messageCreated msg}
|
2019-05-21 11:11:13 +02:00
|
|
|
$of MessageTreeNodeRemote h luMsg _luAuthor _mname
|
2019-07-23 15:59:48 +02:00
|
|
|
<a href="#{renderObjURI $ ObjURI h luMsg}"}>
|
2019-05-07 04:54:45 +02:00
|
|
|
#{showTime $ messageCreated msg}
|
2016-05-19 17:49:39 +02:00
|
|
|
<div>
|
2019-06-02 16:41:51 +02:00
|
|
|
^{showContent $ messageContent msg}
|
2016-05-20 00:07:25 +02:00
|
|
|
<div>
|
2019-03-15 17:36:02 +01:00
|
|
|
<a href=@{reply msgid}>reply
|