aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/attachment.html
diff options
context:
space:
mode:
authorConfuSomu2023-01-05 21:57:33 -0500
committerConfuSomu2023-01-05 21:57:33 -0500
commit8c202e0719bb417f8e495cd4761799c6a694a26f (patch)
treeacf2787b0d39fd9db596ed35ea5a2fd897465a0f /src/templates/attachment.html
parenta962b2d93227557c68a719b2401f8d6bb3969899 (diff)
downloadActorViewer-8c202e0719bb417f8e495cd4761799c6a694a26f.tar
ActorViewer-8c202e0719bb417f8e495cd4761799c6a694a26f.tar.gz
ActorViewer-8c202e0719bb417f8e495cd4761799c6a694a26f.zip
Display image attachments in status info
Diffstat (limited to 'src/templates/attachment.html')
-rw-r--r--src/templates/attachment.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/templates/attachment.html b/src/templates/attachment.html
new file mode 100644
index 0000000..4c7731c
--- /dev/null
+++ b/src/templates/attachment.html
@@ -0,0 +1,4 @@
+<h2>Attachment {{id}}</h2><br/>
+<img src="{{path}}" style="display:span;float:none;" width="440"/>
+<p style="text-indent:5px;"><b>Alt:</b> {{alt-text}}</p>
+<hr width="80%" />