2019-05-25 21:35:31 +02:00
|
|
|
$# This file is part of Vervis.
|
|
|
|
$#
|
|
|
|
$# Written in 2019 by fr33domlover <fr33domlover@riseup.net>.
|
|
|
|
$#
|
|
|
|
$# ♡ 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/>.
|
|
|
|
|
|
|
|
<form method=POST action=@{NotificationsR shr} enctype=#{enctypeAll}>
|
|
|
|
^{widgetAll}
|
2019-07-27 02:05:04 +02:00
|
|
|
<div class="submit">
|
|
|
|
<input type="submit" value="Mark all as read">
|
2019-05-25 21:35:31 +02:00
|
|
|
|
|
|
|
<div>
|
2019-06-30 16:04:28 +02:00
|
|
|
$forall ((obj, (time, isRemote)), widget, enctype) <- notifications
|
|
|
|
<div>
|
|
|
|
$if isRemote
|
2019-06-30 17:20:40 +02:00
|
|
|
Received #
|
2019-06-30 16:04:28 +02:00
|
|
|
$else
|
2019-06-30 17:20:40 +02:00
|
|
|
Published #
|
2019-06-30 16:04:28 +02:00
|
|
|
<a href="#{objectId obj}">
|
|
|
|
#{showTime time}
|
|
|
|
|
2019-06-30 03:41:54 +02:00
|
|
|
$maybe summary <- objectSummary obj
|
|
|
|
<div>
|
|
|
|
^{preEscapedToHtml summary}
|
|
|
|
$nothing
|
|
|
|
^{renderPrettyJSONSkylighting obj}
|
2019-06-30 16:04:28 +02:00
|
|
|
|
2019-05-25 21:35:31 +02:00
|
|
|
<form method=POST action=@{NotificationsR shr} enctype=#{enctype}>
|
|
|
|
^{widget}
|
2019-07-27 02:05:04 +02:00
|
|
|
<div class="submit">
|
|
|
|
<input type="submit" value="Mark as read">
|
2019-06-30 16:04:28 +02:00
|
|
|
|
|
|
|
<hr>
|