2016-05-18 10:10:07 +00:00
|
|
|
$# This file is part of Vervis.
|
|
|
|
$#
|
2019-03-20 08:07:37 +00:00
|
|
|
$# Written in 2016, 2019 by fr33domlover <fr33domlover@riseup.net>.
|
2016-05-18 10:10:07 +00: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 08:07:37 +00:00
|
|
|
^{actorLinkW author}
|
2016-05-19 15:49:39 +00:00
|
|
|
<div>
|
2019-05-07 02:54:45 +00:00
|
|
|
$case author
|
|
|
|
$of MessageTreeNodeLocal lmid s
|
|
|
|
<a href=@{MessageR (sharerIdent s) (encodeHid lmid)}>
|
|
|
|
#{showTime $ messageCreated msg}
|
2019-05-21 09:11:13 +00:00
|
|
|
$of MessageTreeNodeRemote h luMsg _luAuthor _mname
|
2019-07-23 13:59:48 +00:00
|
|
|
<a href="#{renderObjURI $ ObjURI h luMsg}"}>
|
2019-05-07 02:54:45 +00:00
|
|
|
#{showTime $ messageCreated msg}
|
2016-05-19 15:49:39 +00:00
|
|
|
<div>
|
2019-06-02 14:41:51 +00:00
|
|
|
^{showContent $ messageContent msg}
|
2016-05-19 22:07:25 +00:00
|
|
|
<div>
|
2019-03-15 16:36:02 +00:00
|
|
|
<a href=@{reply msgid}>reply
|