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