aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/attachment.html4
-rw-r--r--src/templates/status_info.html1
2 files changed, 5 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%" />
diff --git a/src/templates/status_info.html b/src/templates/status_info.html
index a081463..a51c066 100644
--- a/src/templates/status_info.html
+++ b/src/templates/status_info.html
@@ -15,5 +15,6 @@
<div><tt id="content-warning"><b>CW:</b> {{summary}}</tt></div>
<div id="content">{{content}}</div>
+ <div id="attachments">{{attachment-div}}</div>
</body>
</html>